-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
159 lines (156 loc) · 5.7 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700"
type="text/css"
/>
<link href="style.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<link
rel="stylesheet"
href="https://code.getmdl.io/1.3.0/material.pink-blue.min.css"
/>
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="assets/favicon.png" />
<title>Absynthe Syne, Emi45K, etc</title>
<meta property="og:title" content="Emi45K's website" />
<meta property="twitter:title" content="Emi45K's website" />
<meta name="description" content="Welcome to Emi45K's website!" />
<meta name="og:description" content="Welcome to Emi45K's website!" />
<meta name="twitter:description" content="Welcome to Emi45K's website!" />
<meta name="og:image" content="assets/favicon.png" />
<meta name="twitter:image" content="assets/favicon.png" />
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Welcome to my homepage!</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="https://discord.gg/FGevQhN3Ac"
>Discord Server</a
>
<a
class="mdl-navigation__link"
href="https://soundcloud.com/absynthesyne"
>My Music</a
>
<a rel="me" class="mdl-navigation__link" href="https://mastodon.social/@emi45k"
>Mastodon</a
>
<a class="mdl-navigation__link" href="https://www.twitch.tv/emi45k"
>Twitch</a
>
<a
class="mdl-navigation__link"
href="https://www.github.com/AbsyntheSyne"
>GitHub</a
>
<a
class="mdl-navigation__link"
href="https://www.twitter.com/Emi45K"
>Twitter</a
>
<a
class="mdl-navigation__link"
href="https://steamcommunity.com/id/zedzdedz/"
>Steam</a
>
<a
class="mdl-navigation__link"
href="https://bsky.app/profile/emi45k.bsky.social"
>Bluesky</a
>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">Links</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="https://discord.gg/FGevQhN3Ac"
>Discord Server</a
>
<a
class="mdl-navigation__link"
href="https://soundcloud.com/absynthesyne"
>My Music</a
>
<a class="mdl-navigation__link" href="https://mastodon.social/@emi45k"
>Mastodon</a
>
<a class="mdl-navigation__link" href="https://www.twitch.tv/emi45k"
>Twitch</a
>
<a
class="mdl-navigation__link"
href="https://www.github.com/AbsyntheSyne"
>GitHub</a
>
<a class="mdl-navigation__link" href="https://www.twitter.com/Emi45K"
>Twitter</a
>
<a
class="mdl-navigation__link"
href="https://steamcommunity.com/id/zedzdedz/"
>Steam</a
>
<a
class="mdl-navigation__link"
href="https://bsky.app/profile/emi45k.bsky.social"
>Bluesky</a
>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-content">
<p>
Hi! I'm Emily, also known on the internet as Emi45K, Absynthe Syne,
nauticalnexus, lp2skyline, and probably some more I'm forgetting
about. I'm a girl that loves cars,
computers, coding, and video games. I make music, code websites, and
play a lot of videogames, especially first person shooters and racing games.
Examples include Battlefield and Call of Duty, but I enjoy Halo as well.
Racing games include NFS, BeamNG.Drive, Forza, etc. CoD Zombies is my jam, though.
I am a VTuber, I stream on Twitch.
You can find that using the link above or in the drawer on the top
left if you're on mobile, as well as find my social media profiles.
Please don't just randomly add me on Discord or Steam, I won't
accept it unless your name is familiar.
</p>
<p>
<a
href="https://soundcloud.com/absynthesyne/come-on"
target="_blank"
rel="noreferrer,noopener"
>New track! Enjoy!</a
>
</p>
<p>
<img
class="image"
src="https://i1.sndcdn.com/artworks-Bcojv1jrCAvNxlXA-1AVpBg-t500x500.jpg"
width="300"
alt="Happy Dog EP by Absynthe Syne album cover"
/>
</p>
<p>
<a
href="https://soundcloud.com/absynthesyne/sets/happy-dog-ep"
target="_blank"
rel="noreferrer,noopener"
>Stream and buy my latest album here</a
>! Rest in peace Sadie, you will be missed..
</p>
</div>
</main>
</div>
</body>
</html>