forked from KendallDoesCoding/mogul-christmas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ludwig's Socials</title>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/72f2609661.js" crossorigin="anonymous"></script>
</head>
<body class="lyrics">
<div id="header">
<h1 class="ludsocials-heading">Ludwig's Socials</h1>
<div id="switch">
<label class="switch">
<input type="checkbox">
</label>
</div>
</div>
<div class="lud-socials">
<p><a href="https://open.spotify.com/artist/7dicaSC16N5UkDPLfojKhX" target="_blank">Spotify <i class="fab fa-spotify" style="color:#1DB954 "></i></a></p>
<p><a href="https://music.apple.com/id/artist/ludwig-ahgren/1543744765" target="_blank">Apple Music <i class="fas fa-music" style="color:purple "></i></a></p>
<p><a href="https://youtube.com/MrAndersLA" target="_blank">YouTube <i class="fab fa-youtube" style="color:red "></i> </a></p>
<p><a href="https://twitter.com/LudwigAhgren" target="_blank">Twitter <i class="fab fa-twitter" style="color:#00ACEE "></i></a></p>
<p><a href="https://www.instagram.com/ludwigahgren" target="_blank">Instagram <i class="fab fa-instagram" style="color:#8A3AB9 "></i></a></p>
<p><a href="https://twitch.tv/ludwig" target="_blank">Twitch <i class="fab fa-twitch" style="color:purple "></i></a></p>
<p><a href="https://ludwig.gg" target="_blank">Merch <i class="fa fa-globe"></i></a></p>
<p><a href="https://www.tiktok.com/@ludwig?lang=en" target="_blank">TikTok <i class="fab fa-tiktok"></i></a></p>
<p><a href="/ludsocials/podcasts" target="_blank">Podcast/Podcast Socials <i class="fas fa-podcast" style="color:crimson "></i></a></p>
</div>
<div id="official" class="button">
<a href="https://wlo.link/@ludwig" target="_blank" id="official-btn" class="btn"> Official Link-Tree Page
</div>
</body>
</html>