mirror of
https://github.com/ClayGarth/claygarth.github.io.git
synced 2025-07-25 16:18:43 -04:00
Add files via upload
This commit is contained in:
parent
8eac240db9
commit
33a25d59f0
2 changed files with 45 additions and 11 deletions
50
index.html
50
index.html
|
@ -5,7 +5,7 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex,nofollow" /> <title>MNMLSM Theme LinkFree</title>
|
||||
<meta name="robots" content="noindex,nofollow" /> <title>ClayGarth</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
|
@ -13,21 +13,55 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<img id="userPhoto" src="img/avatar.svg" alt="User Photo">
|
||||
<img id="userPhoto" src="https://i.ibb.co/4WQVdNY/msg251280177-22515.jpg" alt="User Photo">
|
||||
|
||||
<h1><a href="#" id="userName" rel="noopener">@MNML</a></h1>
|
||||
<h1><a href="#" id="userName" rel="noopener">@ClayGarth</a></h1>
|
||||
<div id="links">
|
||||
<a class="link" href="https://www.netflix.com/de/title/80114460" rel="noopener">🍿 Netflix Documentary</a>
|
||||
<a class="link" href="https://en.wikipedia.org/wiki/Minimalism" rel="noopener">📚 Wikipedia Article</a>
|
||||
<a class="link" href="https://siiimple.com/" rel="noopener">🖥 Minimalist Website Gallery</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">Discord</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">Steam</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">Facebook</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">Xbox</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">Trakt</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">ListenBrainz</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">BuyMeACoffee</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">BattleNet</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">Telegram</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
We like it minimal. </footer>
|
||||
The best drink in existence is the Pan Galactic Gargle Blaster. </footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
:root {
|
||||
--font: 'Roboto Mono', monospace;
|
||||
--background: white;
|
||||
--color: #232333;
|
||||
--background: black;
|
||||
--color: #A9A9A9;
|
||||
}
|
||||
|
||||
body{
|
||||
|
@ -96,4 +96,4 @@ footer{
|
|||
--color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue