-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·58 lines (58 loc) · 1.79 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=.6">
<link href="favicon.png" rel="icon">
<script type="module" src="js/global.js"></script>
<link as="font" crossorigin="anonymous" href="font/robotoRegularLatin.woff" rel="preload">
<link as="font" crossorigin="anonymous" href="font/opensansBoldLatin.woff" rel="preload">
<link href="css/global.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<title>MacStevins | Home</title>
</head>
<body>
<header>
<!-- <button themeChange>
<img alt="Site Theme">
</button> -->
</header>
<div body>
<h1 name>MacStevins</h1>
<div class="separator"></div>
<div projects>
<div id="tdmca">
<a href="https://docs.google.com/spreadsheets/d/1ZGNDPnlc2fD7Nh_z-5dU_sdWylZoRmW9tSO7_IF8QdA">Things DMCA (under construction)</a>
</div>
<div id="splus">
<a href="https://github.com/MacStevins/SoundsPlus/">Sounds+ (Minecraft Mod)</a>
</div>
</div>
</div>
<footer>
<div socials>
<div class="icon" mastodon>
<a href="https://mastodon.social/@macstevins" rel="me">
<img alt="Mastodon" src="img/logo/mastodon.svg">
</a>
</div>
<div class="icon" twitch>
<a href="https://twitch.tv/macstevins" rel="me">
<img alt="Twitch" src="img/logo/twitchGlitch.svg">
</a>
</div>
<div class="icon" youtube>
<a href="https://youtube.com/channel/UC6bBS-iaiLq3O3ZUMt0_4Pw" rel="me">
<img alt="Youtube" src="img/logo/youtube.svg">
</a>
</div>
<div class="separator"></div>
<div class="icon contrast" github>
<a href="https://github.com/macstevins" rel="me">
<img alt="GitHub" src="/img/logo/github.svg">
</a>
</div>
</div>
</footer>
</body>
</html>