Merge pull request #1 from m0onmo0n/m0onmo0n-patch-1
Add files via upload
This commit is contained in:
commit
9d2f1e9508
3 changed files with 16 additions and 12 deletions
10
README.md
10
README.md
|
|
@ -1,5 +1,5 @@
|
|||
# live-site
|
||||
|
||||
Files for my current live site
|
||||
|
||||
branches beta and master are test files, branch main is "live"
|
||||
# live-site
|
||||
|
||||
Files for my current live site
|
||||
|
||||
branches beta and master are test files, branch main is "live"
|
||||
|
|
|
|||
14
index.html
14
index.html
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/jpg" href="Assets/Avatar_editv3.png">
|
||||
<link rel="shortcut icon" type="image/jpg" href="/Assets/Avatar_editv3.png">
|
||||
<title>Moon Moon's hub</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<body>
|
||||
<header class="primary-header flex">
|
||||
<div>
|
||||
<img src="assets/MyLogo.png" alt="M^2" class="logo">
|
||||
<img src="/Assets/MyLogo.png" alt="M^2" class="logo">
|
||||
</div>
|
||||
|
||||
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
|
||||
|
|
@ -24,6 +24,10 @@
|
|||
<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://pdf.moonmoon.tech"><span aria-hidden="true">02</span>PDF.tools</a>
|
||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://tech.moonmoon.tech"><span aria-hidden="true">03</span>IT.tools</a>
|
||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://myip.moonmoon.tech"><span aria-hidden="true">04</span>IP.tools</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://csanalyser.moonmoon.tech"><span aria-hidden="true">06</span>CStools</a>
|
||||
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://www.cswatch.in"><span aria-hidden="true">07</span>CSwatch</a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
@ -35,7 +39,7 @@
|
|||
<h1 class="text-accent fs-500 ff-sans-cond uppercase letter-spacing-1">Welcome to
|
||||
<span class="d-block fs-900 ff-serif text-white">Moon Moon's Hub</span></h1>
|
||||
|
||||
<p>I am a 26-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server.
|
||||
<p>I am a 28-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 dashborad.</p>
|
||||
</div>
|
||||
</main>
|
||||
|
|
@ -48,9 +52,9 @@
|
|||
<div class="social-buttons">
|
||||
<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://github.com/moonmoon97"><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="mailto:admin@moonmoon.tech"><i class="fa-solid fa-envelope"></i></a>
|
||||
</div>
|
||||
</footer>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ body {
|
|||
right: 1rem;
|
||||
top: 2rem;
|
||||
background: transparent;
|
||||
background-image: url(icon-hamburger.svg);
|
||||
background-image: url('Assets/icon-hamburger.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
width: 1.5rem;
|
||||
|
|
@ -197,7 +197,7 @@ body {
|
|||
}
|
||||
|
||||
.mobile-nav-toggle[aria-expanded="true"] {
|
||||
background-image: url(icon-close.svg);
|
||||
background-image: url('Assets/icon-close.svg');
|
||||
}
|
||||
|
||||
.mobile-nav-toggle:focus-visible {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue