-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (34 loc) · 1.37 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>UW Libraries</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="background-color: rgb(159, 81, 231);" ></body>
<div class="topnav" id="myTopnav">
<a class="active" href="index.html">Home</a>
<a href="suzz+allen.html">Suzzallo and Allen</a>
<a href="ougl.html">Odegaard</a>
<a href="hsl.html">Health Sciences</a>
<a href="branches.html">Branches</a>
<a href="references.html">References</a>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- Page content -->
<div class="content">
<h3>This website will provide a brief overview of some of the UW Seattle campus's 16 Libraries! </h3>
<br>
A picture of the Suzzallo and Allen Libraries at night!:
<br>
<img src="img/Suzzallo-19th-Am-1.jpg" style="width: 80%; height:80%;">
<br>
<br>
A picture of the Reading Room set-up for the annual UW Donor Gala event!:
<img src="img/UW_GALA.jpg" style= "width: 80%; height:80%;">
</div>
</body>
</html>