-
Notifications
You must be signed in to change notification settings - Fork 1
/
samples.html
25 lines (25 loc) · 1.13 KB
/
samples.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
<!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">Samples</h1>
<div class="tx">Click on the following links to see/download other people's work.<br></div>
<div class="row">
<div class="col2">RectFun<br>RectFun is a sample of Java code.<br>Created by gallopinggoose6<br>Source Code not Available<br>Download link: <a href="projects/samples/RectFun/RectFun.jar" download>RectFun</a><br></div> <!-- col1 --> <!-- Note this only works in modern non-safari browsers, and that's only if it works...-->
</div>
</body>
</html>