2025-08-05 13:24:21
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 303 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 447 KiB |
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="light"
|
||||
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
data-auto-appearance="true"><head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<meta http-equiv="content-language" content="en" />
|
||||
@@ -189,10 +189,10 @@
|
||||
|
||||
|
||||
|
||||
<a href="/en/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
<a href="/about/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
|
||||
<p class="text-base font-medium" title="">
|
||||
Home
|
||||
<p class="text-base font-medium" title="About">
|
||||
About
|
||||
</p>
|
||||
</a>
|
||||
|
||||
@@ -313,7 +313,7 @@
|
||||
<div>
|
||||
<div class="cursor-pointer flex items-center nested-menu">
|
||||
|
||||
<a class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400" title="">
|
||||
<a href="/life/" class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400" title="Rest Here">
|
||||
RestHere
|
||||
</a>
|
||||
<span>
|
||||
@@ -612,10 +612,10 @@
|
||||
|
||||
|
||||
<li class="mt-1">
|
||||
<a href="/en/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
<a href="/about/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
|
||||
<p class="text-bg font-bg" title="">
|
||||
Home
|
||||
<p class="text-bg font-bg" title="About">
|
||||
About
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
@@ -739,9 +739,9 @@
|
||||
|
||||
|
||||
<li class="mt-1">
|
||||
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
<a href="/life/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
|
||||
<p class="text-bg font-bg" title="">
|
||||
<p class="text-bg font-bg" title="Rest Here">
|
||||
RestHere
|
||||
</p>
|
||||
<span>
|
||||
@@ -1018,11 +1018,11 @@
|
||||
</span>
|
||||
<span>
|
||||
|
||||
<a class="flex text-right group ml-3" href="/notes/coding/cheat_sheet/git/">
|
||||
<a class="flex text-right group ml-3" href="/notes/coding/cheat_sheet/cpp/">
|
||||
<span class="flex flex-col">
|
||||
<span
|
||||
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"
|
||||
>Git</span
|
||||
>C++</span
|
||||
>
|
||||
<span class="mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user