forked from kirsten/scripted-clara-barton-redesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivities.html
More file actions
26 lines (22 loc) · 757 Bytes
/
activities.html
File metadata and controls
26 lines (22 loc) · 757 Bytes
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
<!doctype html>
<html>
<head>
<title>Clara Barton High School | Student Activities</title>
<link href="style.css" type="text/css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<div id="nav">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="activities.html">Activities</a>
<a class="nav-link" href="">Teachers</a>
<a class="nav-link" href="">Students</a>
</div>
<h1>Student Activities at Clara Barton</h1>
<img id="logo" src="images/clara-barton-logo.gif">
<div id="footer">
Clara Barton High School | 901 Classon Avenue, Brooklyn NY 11225
</div>
</body>
</html>