mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 23:36:28 -04:00
finishing touches
This commit is contained in:
parent
c613a57999
commit
aba004a158
@ -8,4 +8,8 @@
|
||||
|
||||
html {
|
||||
background-color: #8f1d2a;
|
||||
}
|
||||
|
||||
#link {
|
||||
color: #d0af12;
|
||||
}
|
21
index.html
21
index.html
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
|
||||
@ -7,8 +7,15 @@
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta charset="utf-8">
|
||||
<title>Sociallinks @ KYR | Kevin Yven Riexinger</title>
|
||||
<meta name="description" content="Find us online!">
|
||||
<meta name="author" content="Seth Cottle">
|
||||
<meta name="description" content="Contact me!">
|
||||
<meta name="author" content="Kevin Yven Riexinger">
|
||||
<meta name="url" content="https://kevinriexinger.de/me">
|
||||
<meta name="image" content="https://kevinriexinger.de/me/images/logo-red.png">
|
||||
|
||||
<meta name="og:description" content="Contact me!">
|
||||
<meta name="og:author" content="Kevin Yven Riexinger">
|
||||
<meta name="og:url" content="https://kevinriexinger.de/me">
|
||||
<meta name="og:image" content="https://kevinriexinger.de/me/images/logo-red.png">
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
@ -36,7 +43,7 @@
|
||||
|
||||
<!-- Favicon
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="icon" type="image/png" href="images/avatar.png">
|
||||
<link rel="icon" type="image/png" href="images/logo-red.png">
|
||||
|
||||
</head>
|
||||
|
||||
@ -67,7 +74,7 @@
|
||||
-->
|
||||
|
||||
<!-- Your Image Here -->
|
||||
<img src="images/logo-red.png" class="avatar" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">
|
||||
<img src="images/logo-red.png" class="avatar" srcset="images/transparent-clean.png" alt="Kevin Riexinger Logo">
|
||||
|
||||
<!-- Title -->
|
||||
<h1>Kevin Yven Riexinger</h1>
|
||||
@ -101,7 +108,7 @@
|
||||
|
||||
-->
|
||||
|
||||
<!-- Instagram -->
|
||||
<!-- Instagram -->
|
||||
<a class="button button-instagram" href="https://kevinriex.de/insta" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
|
||||
<br>
|
||||
@ -160,7 +167,7 @@
|
||||
This also includes a link to the LittleLink repository to make forking LittleLink easier.
|
||||
You can edit or remove anything here to make your own footer.
|
||||
-->
|
||||
<p>Made with <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
|
||||
<p>Made with <a id="link" href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user