-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.39 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.39 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
<title>Sample Projects</title>
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="icon" href="favicon.png" type="image/png">
<body>
<div id="header">
<h1>Sample Hello World Projects</h1>
</div>
<div id="content">
<p>Check out these neat projects while you're waiting! Start thinking about what you want <em>your</em> project
to be like.</p>
<h2>Week 1: HTML/CSS Websites</h2>
<nav>
<a href="Knots/index.html">Knots (Hover over different elements)</a>
<a href="Flower Site/flower_home.html">The Meaning of Flowers</a>
<a href="Build This Site/index.html">A Demo Site</a>
</nav>
<h2>Week 2: Javascript Games</h2>
<nav>
<a href="Zombie Apocalypse/index.html">Survive the Zombie Apocalypse</a>
<a href="Full Game/index.html">The Quest for the Holy Guacamole</a>
<a href="KingdomStart_Js/kingdom.html">Start a Kingdom (Minigame)</a>
<a href="Basic Site/index.html">Skool</a>
</nav>
<h2>Past Student Sites</h2>
<nav>
<a href="https://archive.bitbybitcoding.org/studentsites/2019/">Sites From 2019</a>
</nav>
</div>
</body>