-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
41 lines (33 loc) · 1.75 KB
/
games.html
File metadata and controls
41 lines (33 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/date-fns@3.6.0/cdn.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns@3.0.0"></script>
<link rel="stylesheet" href="style.css">
<title>Rowan Fortier - Games</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
</head>
<body>
<div class="topnav">
<div class="nav">
<a href="index.html"><span class="material-symbols-outlined">home</span> Home</a>
<a href="programming.html"><span class="material-symbols-outlined">build</span> Projects</a>
<a class="active" href="games.html"><span class="material-symbols-outlined">stadia_controller</span> Games</a>
<a href="youtube.html"><span class="material-symbols-outlined">youtube_activity</span> YouTube</a>
<a href="cubing.html"><span class="material-symbols-outlined">deployed_code</span> Rubik's Cube</a>
<a href="fitness.html"><span class="material-symbols-outlined">exercise</span> Fitness</a>
</div>
</div>
<h1>Games</h1>
<a class="no-link-underline project-box-container" href="games/ttt/ttt.html">
<div class="project-box gradient-yt-rfp">
<img src="images/ttt/tttus.png">
<div>
<h3>Tic Tac Toe Ultimate Supreme</h3>
<p>This version of Tic-Tac-Toe has a twist (<strong>literally</strong>). Play on different 2-Dimensional manifolds such as the torus, klein bottle, mobius strip, and more!</p>
</div>
</div>
</a>
</body>