Add files via upload

This commit is contained in:
Clay 2021-11-18 15:12:08 -05:00 committed by GitHub
parent 8eac240db9
commit 33a25d59f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 11 deletions

View file

@ -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>

View file

@ -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;
}
}