-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
240 lines (229 loc) Β· 7.4 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nadia Santalla</title>
<meta charset="utf-8">
<meta name="title" property="og:title" content="Nadia.moe">
<meta name="description" property="og:description" content="Nadia's links and contact information.">
<meta name="author" content="Nadia Santalla">
<meta name="image" property="og:image" content="https://nadia.moe/images/nadia.moe-banner.gif">
<meta property="og:image:type" content="image/gif">
<meta property="og:image:width" content="1320">
<meta property="og:image:height" content="690">
<meta property="og:url" content="https://nadia.moe">
<meta name="fediverse:creator" content="@nadia@raru.re">
<meta name="referrer" content="no-referrer">
<meta name="robots" content="nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base target="_blank">
<link rel="icon" href="images/avatar/nadia.gif">
<link rel="stylesheet" href="css/matcha.css">
<link rel="stylesheet" href="css/materialdesignicons.min.css">
<style>
:root {
--mono: 'Monospace';
}
a {
color: var(--attention);
}
section.links span.mdi {
font-size: 2em;
}
section.links a span.mdi {
color: var(--default);
}
section.links article {
text-align: center;
}
section.buttons img,
img.button {
margin: 0.2em;
border-radius: 0;
image-rendering: pixelated;
}
article {
flex: auto;
}
iframe.ad {
overflow: hidden;
height: 9rem;
}
@media (max-width:544px) {
iframe.ad {
height: 11rem;
}
}
</style>
</head>
<body class="monospace">
<section class="centered mt-1">
<header>
<h1>
Nadia<span class="attention">.moe</span> Santalla
</h1>
</header>
<p class="muted">
Systems programmer and container enthusiast
</p>
</section>
<section class="center blocker-overlay">
<iframe class="ad" scrolling="no" src="ad.html"></iframe>
</section>
<main>
<section class="flex wrap">
<img style="width: 10rem;" class="height flex"
alt="Pixel-style animation, showing the face of a feminine character with white hair. Hair is shoulder-length and covers half of the left eye, the right one is uncovered. The animation starts with the character with her eyes closed, which then blink and stay open. After that, small triangle-shaped cat-ears flop and a reflection shines on the right eye."
src="images/avatar/nadia.gif">
<article>
<ul>
<li>π€ Nadia Santalla (she/her π³ββ§)</li>
<li>π» Software engineer</li>
<li>π¨ first_name@this_domain</li>
</ul>
</article>
</section>
<section class="links flex wrap">
<header class="width">
<h3>Links</h3>
</header>
<article>
<a href="https://github.com/nadiamoe">
<span class="mdi mdi-github"></span>
<br>
@nadiamoe
</a>
</article>
<article>
<a href="https://linkedin.com/in/nadiamoe">
<span class="mdi mdi-linkedin"></span>
<br>
nadiamoe
</a>
</article>
<article>
<a href="https://dl.nadia.moe/cv.pdf">
<span class="mdi mdi-file-document"></span>
<br>
cv.pdf
</a>
</article>
<article>
<a class="hidden" href="https://raru.re/@nadia" rel="me"></a>
<a class="hidden" href="https://owo.cafe/@nadia" rel="me"></a>
<a href="#" target="_self" style="cursor: help;">
<span class="mdi mdi-mastodon"></span>
<br>
_____
</a>
</article>
<article>
<a href="https://links.nadia.moe">
<span class="mdi mdi-rss"></span>
<br>
links.
</a>
</article>
</section>
</main>
<section id="buttons" class="flex wrap center buttons">
<header class="width">
<h3>Buttons</h3>
</header>
<a href="https://fedi.tips/">
<img src="images/88x31/buttons/fediverse.png" alt="Join the fediverse">
</a>
<a>
<img src="images/88x31/buttons/owocafe-88x31.gif" alt="owo.cafe">
</a>
<a href="https://gbadev.net/tonc/">
<img src="images/88x31/buttons/gameboy_advance_net.gif" alt="GameBoy Advance">
</a>
<a href="https://www.mozilla.org/firefox/new/">
<img src="images/88x31/buttons/getfirefox.gif" alt="Get Firefox">
</a>
<a href="https://ipv6-test.com/">
<img src="special/ip-family-button.png" alt="Button showing IPv4 or IPv6 depending on the remote address">
</a>
<a href="https://jellyfin.org/">
<img src="images/88x31/buttons/jellyfin.gif" alt="Jellyfin">
</a>
<a>
<img src="images/88x31/buttons/kawaii-dreams.gif" alt="kawaii-dreams.gif">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML">
<img src="images/88x31/buttons/learn-html.gif" alt="Learn HTML Today">
</a>
<a>
<img src="images/88x31/buttons/mikuapproved.gif" alt="Miku approved website">
</a>
<a>
<img src="images/88x31/buttons/nocookie.gif" alt="100% cookie free">
</a>
<a href="https://genderdysphoria.fyi/">
<img src="images/88x31/buttons/transgender.png" alt="π³ββ§">
</a>
<a href="https://github.com/gorhill/uBlock">
<img src="images/88x31/buttons/ublock.png" alt="Get uBlock Origin">
</a>
<a href="https://xenia.chimmie.k.vu/">
<img src="images/88x31/buttons/xenia.gif" alt="Xenia, the linux mascot">
</a>
<a href="https://www.lazyvim.org/">
<img src="images/88x31/buttons/neovim.gif" alt="Made with Neovim">
</a>
</section>
<section class="flex wrap center buttons">
<header class="width">
<h3>Friends</h3>
</header>
<a href="https://bizcochito.siesta.cat/">
<img alt="bizcochito" src="images/88x31/friends/bizcochito.gif">
</a>
<a href="https://sapoweb.neocities.org/">
<img alt="sapo" src="images/88x31/friends/sapo_banner.gif">
</a>
<a href="https://sugui.siesta.cat/">
<img alt="Sugui" src="images/88x31/friends/sugui.png">
</a>
<a href="https://stage7.net">
<img alt="Stage7" src="images/88x31/friends/stage7.png">
</a>
<a href="https://averagedood.xyz">
<img src="images/88x31/friends/avera88x31.png" attributionsrc="https://averagedood.xyz">
</a>
</section>
<section>
<header class="width">
<h3>
My button
<img class="button" style="margin: 0; vertical-align: middle;" alt="nadia.moe 88x31 button"
src="images/88x31/buttons/nadia.moe.gif">
</h3>
</header>
<output class="small" style="display: block; white-space: nowrap; overflow-x: scroll;">
<a href="https://nadia.moe">
<img
src="https://nadia.moe/images/88x31/buttons/nadia.moe.gif"
attributionsrc="https://nadia.moe"
referrerpolicy="origin">
</a>
</output>
</section>
<footer class="centered smaller">
<a href="https://github.com/nadiamoe/website">
<span class="mdi mdi-github"></span> Source code
</a>
-
<a href="https://matcha.mizu.sh/">π΅ matcha.css</a>
-
<a href="https://botoxparty.github.io/XP.css/">
<span class="mdi mdi-microsoft-windows-classic"></span>
XP.css
</a>
-
<a href="https://github.com/Templarian/MaterialDesign-Webfont">
<span class="mdi mdi-vector-square"></span> mdi
</a>
</footer>
</body>
</html>