This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<title>Issac's Web Development Journey</title>
<style>
@font-face {
font-family: Quicksand;
src: url(assets/Quicksand/Quicksand-VariableFont_wght.ttf);
}
body{
font-family: Quicksand;
}
</style>
</head>
<body>
<h2>
Basic Project Gallery
</h2>
<div>
These projects are listed in order of creation date, reflecting my growth in front-end web development along the way.
</div>
<br/>
<div>
<a href="Projects/level 1 - codebreaker/Lvl 1 Proj Final v2 (SUBMITTED ONE).html" target="_blank">1 - Code Breaker</a> <br/>
<a href="Projects/level 2 - matching game/Match Game-dark.html" target="_blank">2 - Match Game</a> <br/>
<a href="Projects/level 3 - extreme rock paper scissors/index.html" target="_blank">3 - Extreme Rock Paper Scissors</a> <br/>
<a href="Projects/level 4 - two layer tic tac toe/index.html" target="_blank">4 - Two Layer Tic Tac Toe</a> <br/>
<a href="Projects/level 5 - fast food register simulator/index.html" target="_blank">5 - Fast Food Register Simulator</a> <br/>
<a href="Projects/level 6 - thirty one/index.html" target="_blank">6 - Thirty One</a> <br/>
<a href="Projects/level 7 - battleship/index.html" target="_blank">7 - Battleship</a>
</div>
</body>
</html>