-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
98 lines (97 loc) · 4.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atticus</title>
<link rel="stylesheet" href="style.css">
<link rel="preload" href="assets/pfp_1.png" as="image" type="image/png">
<script src="hot.js"></script>
<meta content="Atticus" property="og:title">
<meta content="A Website for everything about Atticus." property="og:description">
<meta content="https://jaegerwalddev.github.io/Atticus" property="og:url">
<meta content="https://jaegerwalddev.github.io/Atticus/assets/pfp_1.png" property="og:image">
<meta content="#ea580c" data-react-helmet="true" name="theme-color">
</head>
<body>
<main class="f">
<img src="assets/pfp_1.png" draggable="false">
<h1>Atticus</h1>
<h3>she/her</h3>
</main>
<aside>
<div class="icon-box warning">
<span class="icon i-alert-triangle"></span>
<span class="title">Notice</span>
<span class="content">
<p>Time dialation applies to Atticus' age until she's 13 years of age.</p>
<p>This is done just for the sake of us not needing to actually roleplay raising a child. That's boring.</p>
<p class="c"><b>1 year RP = 1 month IRL</b></p>
</span>
</div>
<table class="statistic"><!-- rhymes with autistic -->
<tr><th colspan="2" class="title">Statistics</th></tr>
<tr><td>Known words</td><td class="r" id="knownWords"></td></tr>
<tr><td>Age</td><td class="r" id="atticusAge"></td></tr>
<tr><td>:3s used</td><td class="r" id="colonThrees"></td></tr>
</table>
<table class="statistic">
<tr><th colspan="2" class="title">Facts</th></tr>
<tr><td>Favorite Color</td><td class="r" id="favColor">DPH Orange</td></tr>
<tr><td>Birthday</td><td class="r">6th of every month</td></tr>
<tr><td>Furry?</td><td class="r">in December</td></tr>
<tr><td>Favorite Animal</td><td class="r">Bear</td></tr>
<tr><td>Favorite Game</td><td class="r">Parkour Civilization</td></tr>
<tr><td>Nickname</td><td class="r">Atti <i>(from Flyrr)</i></td></tr>
</table>
<a href="img.html"><div class="icon-box link">
<span class="icon i-photo"></span>
<span class="title">Gallery</span>
<span class="content">
<p>Pictures related to Atticus!</p>
</span>
<span class="icon i-arrow-right"></span>
</div></a>
</aside>
<aside>
<a href="dict.html"><div class="icon-box link">
<span class="icon i-book-2"></span>
<span class="title">Dictionary</span>
<span class="content">
<p>The list of words Atticus has spoken so far.</p>
</span>
<span class="icon i-arrow-right"></span>
</div></a>
<div class="panel" id="parents">
<p class="c">
<span class="title">Parents</span>
</p>
<p class="f">
<span class="c">
<img src="assets/flyrr.webp" draggable="false">
Flyrr
</span>
<span class="c">
<img src="assets/sila.webp" draggable="false">
Silabear
</span>
</p>
</div>
<div class="panel">
<p class="c">
<span class="title">Countdowns</span>
</p>
<p class="c">
<span>next Birthday in</span>
<span class="countdown" id="bdayCountdown">wawa</span>
</p>
<p class="c">
<span>Furry in</span>
<span class="countdown" id="furryCountdown">wawa</span>
</p>
<p class="c"><a href="https://github.com/JaegerwaldDev/Atticus/issues">Suggest countdowns as an issue</a></p>
</div>
</aside>
<script src="index.js"></script>
</body>
</html>