-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dae Sanghwi
committed
Nov 22, 2024
1 parent
d3b1786
commit 00725a2
Showing
9 changed files
with
956 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,30 @@ | ||
<header class="header"> | ||
<nav class="nav-menu"> | ||
<div class="container nav-container"> | ||
<a href="/" class="nav-logo"> | ||
<img src="/assets/logos/logo.svg" alt="YeonSphere" width="40" height="40"> | ||
<span>YeonSphere</span> | ||
</a> | ||
<button class="nav-toggle" aria-label="Toggle navigation"> | ||
<span class="material-icons-round">menu</span> | ||
</button> | ||
<header class="site-header"> | ||
<nav class="site-nav"> | ||
<a href="/" class="nav-logo">YeonSphere</a> | ||
<button class="nav-toggle" aria-label="Toggle navigation"> | ||
<span class="material-icons-round">menu</span> | ||
</button> | ||
<div class="nav-menu"> | ||
<ul class="nav-links"> | ||
<li><a href="/" class="nav-link" data-active="home"> | ||
<span class="material-icons-round">home</span> | ||
Home | ||
</a></li> | ||
<li><a href="/about.html" class="nav-link" data-active="about"> | ||
<span class="material-icons-round">person</span> | ||
About | ||
</a></li> | ||
<li><a href="/projects.html" class="nav-link" data-active="projects"> | ||
<span class="material-icons-round">rocket_launch</span> | ||
Projects | ||
</a></li> | ||
<li><a href="/blog.html" class="nav-link" data-active="blog"> | ||
<span class="material-icons-round">article</span> | ||
Blog | ||
</a></li> | ||
<li><a href="/contact.html" class="nav-link" data-active="contact"> | ||
<span class="material-icons-round">mail</span> | ||
Contact | ||
</a></li> | ||
<li class="theme-toggle-wrapper"> | ||
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle dark mode"> | ||
<span class="material-icons-round theme-toggle-icon">light_mode</span> | ||
</button> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/about.html">About</a></li> | ||
<li class="has-submenu"> | ||
<a href="#" class="submenu-trigger"> | ||
Projects | ||
<span class="material-icons-round">expand_more</span> | ||
</a> | ||
<ul class="submenu"> | ||
<li><a href="/docs/aetheros.html">AetherOS</a></li> | ||
<li><a href="/docs/seokjin-ai.html">Seokjin AI</a></li> | ||
<li><a href="/docs/seoggi.html">Seoggi</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/blog.html">Blog</a></li> | ||
<li><a href="/contact.html">Contact</a></li> | ||
</ul> | ||
<button class="theme-toggle" aria-label="Toggle theme"> | ||
<span class="material-icons-round">dark_mode</span> | ||
</button> | ||
</div> | ||
</nav> | ||
</header> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.