-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (64 loc) · 2.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<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=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/layout.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<title>Neige et Pluie</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NK4TKWL1KC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NK4TKWL1KC');
</script>
</head>
<body>
<div class="content">
<h1>Neige et Pluie</h1>
<h2>Profile</h2>
<h3>Name</h3>
<p>Setuu</p>
<h3>Location</h3>
<p>Tokyo, Japan</p>
<h3>Skills</h3>
<p>C / C++ / Java / Perl / Python / Golang / HTML / CSS / Bash / Kubernetes / Helm / Google Cloud</p>
<h3>Favorites</h3>
<p>Aikatsu! Series / FINAL FANTASY XIV / Pokémon / the Legend of Zelda / Sound Horizon / Linked Horizon / Revo</p>
<h3>Links</h3>
<p class="nopadding">
<a class="outlink twitter" href="https://twitter.com/yuki764" target="_blank">Twitter</a>
<span class="delimiter">/</span>
<a class="outlink bluesky" href="https://bsky.app/profile/setuu.net" target="_blank">Bluesky</a>
<span class="delimiter">/</span>
<a class="outlink tumblr" href="https://blog.neigepluie.net/" target="_blank">Tumblr</a>
<span class="delimiter">/</span>
<a class="outlink instagram" href="https://www.instagram.com/setuu.neigepluie/" target="_blank">Instagram</a>
<span class="delimiter">/</span>
<a class="outlink lastfm" href="https://www.last.fm/user/yuki764" target="_blank">Last.fm</a>
<span class="delimiter">/</span>
<a class="outlink twitch" href="https://www.twitch.tv/neigepluie" target="_blank">Twitch</a>
<span class="delimiter">/</span>
<a class="outlink github" href="https://github.com/yuki764" target="_blank">GitHub</a>
</p>
<h2>Avatars</h2>
<h3>FINAL FANTASY XIV</h3>
<p class="nopadding">
<a class="outlink xiv_setuu" href="https://jp.finalfantasyxiv.com/lodestone/character/1570723/" target="_blank">Setuu Neige</a>
<span class="delimiter">/</span>
<a class="outlink xiv_sesetsu" href="https://jp.finalfantasyxiv.com/lodestone/character/6514210/" target="_blank">Sesetsu Setsu</a>
</p>
<footer>
Background Image: Copyright (C) SQUARE ENIX CO., LTD. All Rights Reserved.
</footer>
</div>
<script src="/js/random-background.js"></script>
</body>
</html>