forked from kirsten/scripted-clara-barton-redesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 781 Bytes
/
index.html
File metadata and controls
28 lines (23 loc) · 781 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
27
28
<!doctype html>
<html>
<head>
<title>Clara Barton High School | Home</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</a>
<a class="nav-link" href="">Teachers</a>
<a class="nav-link" href="">Students</a>
</div>
<h1>Welcome to Clara Barton High School!</h1>
<img id="school-photo" src="images/clara-barton.jpg">
<div id="footer">
<img src="images/clara-barton-logo.gif">
Clara Barton High School | 901 Classon Avenue, Brooklyn NY 11225
</div>
</body>
</html>