-
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
1 parent
05a1e1a
commit ced12d1
Showing
4 changed files
with
263 additions
and
69 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
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,41 +1,94 @@ | ||
<header> | ||
<div class="logo"> | ||
<a href="/"> | ||
<img src="/public/images/ts-logo-solid-white.svg" alt="logo"> | ||
Learn TypeScript | ||
</a> | ||
</div> | ||
<nav> | ||
<ul class="mobile-menu"> | ||
<li> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" | ||
stroke="#FFFFFF" id="icon-menu"> | ||
<path stroke-linecap="round" stroke-linejoin="round" | ||
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /> | ||
</svg> | ||
</li> | ||
</ul> | ||
<ul class="main-menu"> | ||
<li id="theme-switch-container"> | ||
<input type="checkbox" class="theme-slider" id="theme-checkbox" checked> | ||
<label for="theme-checkbox" class="theme-slider-label"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" | ||
stroke="currentColor" class="icon-moon"> | ||
<path stroke-linecap="round" stroke-linejoin="round" | ||
d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z" /> | ||
</svg> | ||
<div class="logo"> | ||
<a href="/"> | ||
<img src="/public/images/ts-logo-solid-white.svg" alt="logo"> | ||
Learn TypeScript | ||
</a> | ||
</div> | ||
<nav> | ||
<label class="mobile-menu" for="mobile-menu-checkbox"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
stroke-width="1.5" | ||
stroke="#FFFFFF" | ||
id="icon-menu"> | ||
<path | ||
id="burger-1" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
d="M 3.75 6.75 L 20.25 6.75" | ||
style="" | ||
transform="matrix(1, 0, 0, 1, 0, 2.220446049250313e-16)" /> | ||
<path | ||
id="burger-2" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
d="M 3.75 12 L 20.25 12" | ||
style="" | ||
transform="matrix(1, 0, 0, 1, 0, 2.220446049250313e-16)" /> | ||
<path | ||
id="burger-3" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
d="M 3.75 17.25 L 20.25 17.25" | ||
style="" | ||
transform="matrix(1, 0, 0, 1, 0, 2.220446049250313e-16)" /> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" | ||
stroke="currentColor" class="icon-sun"> | ||
<path stroke-linecap="round" stroke-linejoin="round" | ||
d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" /> | ||
</svg> | ||
<span class="ball"></span> | ||
</label> | ||
</li> | ||
<li class="link"><a href="/">Home</a></li> | ||
<li class="link"><a href="/tutorials">Tutorials</a></li> | ||
<li class="link"><a href="/about">About</a></li> | ||
</ul> | ||
</nav> | ||
</svg> | ||
</label> | ||
<input | ||
type="checkbox" | ||
name="mobile-menu" | ||
id="mobile-menu-checkbox"> | ||
|
||
|
||
<ul class="main-menu"> | ||
<li id="theme-switch-container"> | ||
<input | ||
type="checkbox" | ||
class="theme-slider" | ||
id="theme-checkbox" | ||
checked> | ||
<label for="theme-checkbox" class="theme-slider-label"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
stroke-width="1.5" | ||
stroke="currentColor" | ||
class="icon-moon"> | ||
<path | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z" /> | ||
</svg> | ||
|
||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
stroke-width="1.5" | ||
stroke="currentColor" | ||
class="icon-sun"> | ||
<path | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" /> | ||
</svg> | ||
<span class="ball"></span> | ||
</label> | ||
</li> | ||
<li class="link"> | ||
<a href="/">Home</a> | ||
</li> | ||
<li class="link"> | ||
<a href="/tutorials">Tutorials</a> | ||
</li> | ||
<li class="link"> | ||
<a href="/about">About</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> |
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