-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
110 lines (100 loc) · 2.69 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
<html>
<head>
<title> eli's miscellaneous projects </title>
<style>
html {
background-color: #edfdff;
color: #121419;
font-family: Georgia, Cambria, serif;
font-size: 18pt;
}
body {
position: relative;
background-color:#fff;
margin: 7% 17%;
padding: 20px 40px;
}
h1 {
text-align: center;
font-weight: normal;
font-size: 22pt;
margin: 0;
}
h2 {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 22pt;
text-transform: uppercase;
margin-bottom: 10px;
color: #373d49;
}
h4 {
text-align: center;
font-weight: normal;
font-size: 12pt;
margin: 0;
color: #555;
}
a {
color: #0fc3b8;
text-decoration: none;
}
a:hover {
color: #fff;
background: #c42367;
}
/*ul.oneline li {
display: inline;
}
ul.oneline li:not(:last-child):after {
content: " / ";
}*/
ul {
list-style-type: '\203A ';
color: #373d49;
margin: 0;
}
ul li a {
font-size: 18pt;
}
ul li {
font-size: 14pt;
}
ul li.big, ul li a.smol {
font-size: 16pt;
}
.bottom {
position: absolute;
bottom: 1.5em;
right: 1.5em;
text-align: right;
margin-top: 2em;
font-size: smaller;
}
</style>
</head>
<body>
<h4>» <i>frozenpandaman.github.io</i> «</h4>
<h1>a list of some of <a href="https://github.com/frozenpandaman">my</a> miscellaneous fan projects:</h1>
<h2>anime subtitles</h2>
<ul class="oneline">
<li><a href="https://frozenpandaman.github.io/ppta/"><i>Ping Pong The Animation</i></a> / 2021</li>
<li><a href="https://frozenpandaman.github.io/mononoke/"><i>Princess Mononoke</i></a> / 2022</li>
<li><a href="https://nyaa.si/view/1714771"><i>The iDOLM@STER Cinderella Girls U149</i></a> (with anon) / 2023</li>
<li><a href="https://frozenpandaman.github.io/kaiba/"><i>Kaiba</i> <small>(v1)</small></a> / 2017 • v2 upcoming in 2024</li>
</ul>
<h2>manga scanlations</h2>
<ul>
<li><a href="https://e.mangadex.com/">lowercase e</a> / 2018–now</li>
</ul>
<h2>other stuff</h2>
<ul>
<li><a href="inkling.html">Inkling font + <i>Splatoon</i> font resources</a> / 2015</li>
<li><a href="https://frozenpandaman.github.io/abyss/"><i>Made in Abyss</i> font collection</a> / 2018</li>
<li><a href="https://frozenpandaman.github.io/pokemon-sm/"><i>Pokémon Sun & Moon</i> subtitle comparisons</a> / 2016</li>
<li class="big">Misc. command line utilities: <a class="smol" href="https://github.com/frozenpandaman/s3s">s3s</a>, <a class="smol" href="https://github.com/frozenpandaman/splatnet2statink">splatnet2statink</a>, <a class="smol" href="https://github.com/frozenpandaman/mangadex-dl">mangadex-dl</a></li>
</ul>
<div class="bottom">
<i>contact:</i> <a href="https://twitter.com/frozenpandaman">twitter</a> / <a href="mailto:[email protected]">email</a></li>
</div>
</body>
</html>