-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 843 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Devon's Site</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.1/css/bulma.min.css">
</head>
<body>
<section class="section">
<div class="content">
<h1 class="title">
Welcome to my site.
</h1>
<h2>Projects</h2>
<ul>
<li><a href="./overwatch_patch_compare/">Overwatch 2 Patch Compare Tool</a></li>
<li><a href="./TrueInfiniteCanvas/">Infinite Canvas</a></li>
</ul>
<h2>Blog Posts</h2>
<ul>
<li><a href="neural_rating_system.html">Neural Networks for Rating Systems</a></li>
</ul>
</div>
</section>
</body>
</html>