-
Notifications
You must be signed in to change notification settings - Fork 1
/
OtherDev.html
28 lines (28 loc) · 1.13 KB
/
OtherDev.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
<!DOCTYPE html>
<html>
<head>
<title>FairviewHS Code Club</title>
<link href="styles/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<nav>
<img src="img/logo-main.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="WebDev.html">Project Development Resources</a></li>
<li><a href="OtherDev.html">Project Showcases</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<h1 class="title">Project Showcases</h1>
<div class="tx"><br>Click on the following links to see/download other people's work.<br></div>
<div class="row">
<a href="#"><div class="col">Learning Showcase</div></a> <!-- col1 -->
<a href="#"><div class="col">Collaborating Showcase</div></a> <!-- col2 -->
<a href="#"><div class="col">Competing Showcase</div></a> <!-- col3 -->
<a href="samples.html"><div class="col">Samples</div></a>
</div>
</body>
</html>