-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
83 lines (83 loc) · 3.47 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
<!doctype HTML>
<html>
<head>
<title>Under Reconstruction</title>
<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=Inter:wght@400;600;700;800&family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<link rel="me" href="https://mstdn.social/@experiencersinternational">
<link rel="me" href="https://masto.ai/@splatoon">
<link rel="me" href="https://wetdry.world/@splatoon">
<link rel="me" href="https://i.calckey.cloud/@experiencer">
</head>
<style>
p, li {
font-size: 4vw;
}
a, a:link, a:visited, a:hover, a:active {
color: white;
}
body {
background-color: black;
color: white;
font-family: Inter;
}
.head {
background-color: rgba(35, 35, 35, 1);
text-align: left;
width: 100%;
padding: 4px;
right: 8px;
}
.title {
padding: 0.5em;
font-family: Inter 800, sans-serif;
font-size: 10vw;
}
.monotext {
font-family: Roboto Mono, Inter, sans-serif;
}
.smallparagraph {
font-size: 2.5vw;
}
.box {
background-color: rgba(35, 35, 35, 1);
width: 92vw;
right: 4vw;
border-radius: 8vw;
}
.padding {
padding: 0.5em;
}
.leftalign {
text-align: left;
}
.centeralign {
text-align: center;
}
</style>
<body>
<p class="monotext centeralign">Hoping to reconstruct this eventually so it's less of a mess, but it doesn't seem to be going well so far. <a href="index.old.html">[Visit previous snapshot]</a></p>
<br>
<div id="places" class="">
<p class="monotext smallparagraph">pages:</p>
<p class="monotext smallparagraph"><a href="fc.html">> friend codes</a></p>
<p class="monotext smallparagraph"><a href="website.html">> my awful wix portfolio</a></p>
<p class="monotext smallparagraph"><a href="p/index.html">> my plugins</a></p>
<p class="monotext smallparagraph"><a href="labs/techtips">> tech tips (replaced by substack blog, linked below)</a></p>
<p class="monotext smallparagraph"><a href="splatoonunofficial/index.html">> splatoon unofficial page</a></p>
<p class="monotext smallparagraph"><a href="l/affiliate/index.html">> affiliate links</a></p>
<p class="monotext smallparagraph"><a href="l/test.html">> random number and letter generator</a></p>
</div>
<br>
<footer id="social" class="">
<p class="monotext smallparagraph">social stuff:</p>
<p class="monotext smallparagraph"><a href="u/calckey.html">> fediverse (primary)</a></p>
<p class="monotext smallparagraph"><a href="u/crossingcorner">> fediverse (crossing corner)</a></p>
<p class="monotext smallparagraph"><a href="u/splatoonunofficialmastodon">> fediverse (splatoon unofficial)</a></p>
<p class="monotext smallparagraph"><a href="u/odysee.html">> odysee</a></p>
<p class="monotext smallparagraph"><a href="u/youtube.html">> youtube</a></p>
</footer>
</body>
</html>