-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<title>SyrupSplashin</title>
<link href="css/styles.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="icon" href="/images/Swoup.png">
<link rel="me" href="https://mastodon.social/@SyrupSplashin">
</head>
<body>
<main>
<div class="container">
<div id="swoup" data-tilt data-tilt-full-page-listening data-tilt-max="8" gyroscopeMinAngleX="-25" gyroscopeMinAngleY="-25" gyroscopeMaxAngleX="25" gyroscopeMinAngleY="25">
<img src="images/Swoup.png">
</div>
<nav>
<ul>
<li><a href="https://www.instagram.com/syrupsplashin/" target="_blank" class="button">Instagram</a></li>
<li><a href="https://www.discordapp.com/users/143169985844477952" target="_blank" class="button">Discord</a></li>
<li><a href="https://steamcommunity.com/id/Tryptophany" target="_blank" class="button">Steam</a></li>
<li><a href="https://www.reddit.com/user/Tryptophany" target="_blank" class="button">Reddit</a></li>
<li><a href="https://github.com/SyrupSplashin" target="_blank" class="button">Github</a></li>
</ul>
<nav>
</div>
</main>
</body>
<script type="text/javascript" src="node_modules/vanilla-tilt/lib/vanilla-tilt.js"></script>
</html>