-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (58 loc) · 2.46 KB
/
Copy pathindex.html
File metadata and controls
63 lines (58 loc) · 2.46 KB
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
<!DOCTYPE html>
<html class="svg" style="background-color:black">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./index/significant.css"/>
<title>Insignificance</title>
<link rel="icon" type="image/x-icon" href="./index/aopspfp.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Home">
</head>
<div id="page-wrapper">
<div id="navbar">
<div id="navbar-left">
<a href="./index.html"> Home </a>
<a href="./math.html"> Math </a>
<a href="./blog.html"> Blog </a>
<a href="./code.html"> Code </a>
<a href="./stats.html"> Stats </a>
</div>
</div>
<div id="content" style="color:white;background-color:rgb(0, 0, 0);">
<div id="main" style="opacity: 1.0;">
<h1>Significant's Webpage</h1>
<div id="quote"><p><i>"If I don't have to do something, I won't, but if I have to, I'll do it quickly..." - Hyouka</i>
</p></div>
<h2>Welcome!</h2>
<p>I'm <b>Eric Wang</b>, a high school senior in Vestavia Hills, Alabama. I love everything math-related, and enjoy programming in my free time.</p>
</p>
<p>Current interests</p>
<ul>
<li>Math (particularly olympiad geometry)</li>
<li>Music</li>
<li>Programming and AI</li>
<li>Basketball</li>
</ul>
<h2>About</h2>
<p>So, what's this for?
<ul>
<li>Hopefully, to store Olympiad write ups for <a href="https://web.evanchen.cc/otis.html">OTIS</a> and maybe for <a href="https://bookstore.ams.org/prb-27">EGMO</a> as well.</li>
<li>To write some stuff as a coping technique, or just rant about life.</li>
<li>To serve as a hosting platform for any future projects that pique my interest.</li>
<li>Apart from that, no idea, I was just bored so I made this.</li>
</ul>
</p>
<p><br>
Appearance inspired by <a href="https://geometryexplorer.xyz">geometryexplorer.xyz</a> and also <a href="https://unity858.github.io">unity858.github.io</a>.
</p>
<br>
<br>
<br>
<br>
<br>
<footer>Licensed under the <a href="/about/license.txt">MIT License</a></footer>
</div>
</div>
</div>
</body>
</html>