Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5dbe8be35 | ||
|
|
de5ecb71c9 | ||
|
|
25415f4f68 |
2 changed files with 9 additions and 14 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
# live-site
|
# Dev Branch
|
||||||
|
|
||||||
Files for my current live site located at https://page.moonmoon.tech/
|
|
||||||
|
|
||||||
main branch is the live site, dev branch is development branch and not commited changes yet.
|
This branch dosen't contain up to date files, it's most likely ahead or behind the main branch
|
||||||
|
|
|
||||||
17
index.html
17
index.html
|
|
@ -21,14 +21,11 @@
|
||||||
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
|
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
|
||||||
<nav>
|
<nav>
|
||||||
<ul id="primary-navigation" data-visible="false" class="primary-navigation flex">
|
<ul id="primary-navigation" data-visible="false" class="primary-navigation flex">
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://lab.moonmoon.tech"><span aria-hidden="true">01</span>Dashboard</a>
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://lab1.moonmoon.tech"><span aria-hidden="true">01</span>Dashboard</a>
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://socials.moonmoon.tech"><span aria-hidden="true">02</span>Socials</a>
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://tech.moonmoon.tech"><span aria-hidden="true">02</span>IT.tools</a>
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://mkdocs.moonmoon.tech/"><span aria-hidden="true">03</span>Docs</a>
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://myip.moonmoon.tech"><span aria-hidden="true">03</span>IP.tools</a>
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://tech.moonmoon.tech"><span aria-hidden="true">04</span>IT Toolbox</a>
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://omni.moonmoon.tech"><span aria-hidden="true">04</span>Omni.tools</a>
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://myip.moonmoon.tech"><span aria-hidden="true">05</span>IP Toolbox</a>
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://ll.moonmoon.tech"><span aria-hidden="true">05</span>Socials</a>
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://omni.moonmoon.tech"><span aria-hidden="true">06</span>Omni Toolbox</a>
|
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://nettoolbox.moonmoon.tech"><span aria-hidden="true">07</span>Network Toolbox</a>
|
|
||||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://bentopdf.moonmoon.tech"><span aria-hidden="true">08</span>Bento PDF</a>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -41,7 +38,7 @@
|
||||||
<span class="d-block fs-900 ff-serif text-white">Moon Moon's Hub</span></h1>
|
<span class="d-block fs-900 ff-serif text-white">Moon Moon's Hub</span></h1>
|
||||||
|
|
||||||
<p>I am a 29-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server.
|
<p>I am a 29-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server.
|
||||||
Some of these you can check out at my dashboard.</p>
|
Some of these you can check out at my dashborad.</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
@ -53,7 +50,7 @@
|
||||||
<div class="social-buttons">
|
<div class="social-buttons">
|
||||||
<a href="https://twitter.com/M0onmo0nGaming"><i class="fa-brands fa-x-twitter"></i></a>
|
<a href="https://twitter.com/M0onmo0nGaming"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
<a href="https://www.twitch.tv/m0onmo0ngaming"><i class="fa-brands fa-twitch"></i></a>
|
<a href="https://www.twitch.tv/m0onmo0ngaming"><i class="fa-brands fa-twitch"></i></a>
|
||||||
<a href="https://forge.moonmoon.tech/moonmoon" target="_blank" rel="noopener noreferrer"><img src="Assets/forgejo.svg" alt="Forgejo"></a>
|
<a href="https://forge.moonmoon.tech" target="_blank" rel="noopener noreferrer"><img src="Assets/forgejo.svg" alt="Forgejo"></a>
|
||||||
<a href="https://github.com/m0onmo0n"><i class="fa-brands fa-github"></i></a>
|
<a href="https://github.com/m0onmo0n"><i class="fa-brands fa-github"></i></a>
|
||||||
<a href="https://www.youtube.com/@M0onMo0n"><i class="fa-brands fa-youtube"></i></a>
|
<a href="https://www.youtube.com/@M0onMo0n"><i class="fa-brands fa-youtube"></i></a>
|
||||||
<a href="mailto:admin@moonmoon.tech"><i class="fa-solid fa-envelope"></i></a>
|
<a href="mailto:admin@moonmoon.tech"><i class="fa-solid fa-envelope"></i></a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue