-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta property="og:site_name" content="Tiny Web" />
<meta property="og:title" content="Tiny Web Collection" />
<meta property="og:description" content="A collection of small, fun, and useful websites created by Jeremie Bornais" />
<meta property="og:type" content="website" />
<title>Tiny Web</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="container">
<h1>Welcome to Jeremie Bornais' Tiny Web collection!</h1>
<p>This is a place where I keep small web/JS-based projects that I've worked on. Check out the <a href="https://github.com/jere-mie/tiny-web">GitHub repo</a>!</p>
<hr>
<h1>Current Projects List</h1>
<nav>
<ul class="navlist">
<li><a href="love-calc/">Love calculator</a></li>
<li><a href="canvas/">Near-empty canvas</a></li>
<li><a href="smart-converter/">Smart converter</a></li>
<li><a href="predict-election/">Election Predictor</a></li>
<li><a href="secret-santa/">Secret Santa Scrambler</a></li>
<li><a href="timetable/">Study Timetable Creator</a></li>
<li><a href="equation-renderer/">Math Equation Renderer (drag and drop)</a></li>
<li><a href="equation/">New Equation Renderer</a></li>
<li><a href="hotspot-tester/">COVID-19 Hotspot Tester</a></li>
<li><a href="uwinmap/">UWindsor Building Finder</a></li>
<li><a href="line-remover/">Line Remover</a></li>
<li><a href="markdown/">Markdown Previewer</a></li>
<li><a href="terminal/">Web Terminal Simulator</a></li>
<li><a href="accent-remover/">Accent Remover</a></li>
<li><a href="common/">Common Files (CSS libraries and templates)</a></li>
<li><a href="currency/">Currency Converter</a></li>
<li><a href="mass/">Windsor-Essex Catholic Masses</a></li>
</ul>
</nav>
<script src="script.js"></script>
</body>
</html>