-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (36 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
45 lines (36 loc) · 1.18 KB
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
44
45
<!DOCTYPE html>
<html>
<head>
<title>KH7</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/nav-bar.css">
<link rel="stylesheet" type="text/css" href="css/scrollButton.css">
<link rel="shortcut icon" type="image/x-icon" href="images/icon.jpeg">
</head>
<body>
<div>
<h1>A long time ago, in a galaxy far, far away...</h1>
</div>
<div class="nav-bar">
<ul>
<li><a href="index.html" class="active-page">Home</a></li>
<li><a href="photos-page.html">Photos</a></li>
<li><a href="video-games.html">Video Games</a></li>
<li><a href="music.html">Music</a></li>
</ul>
</div>
<div class="main-contents">
<div class="image">
<img src="images/birthday_sky.jpg", alt="IMAGE LOAD FAILED, PLEASE REFRESH", width=100%;>
<figcaption class="text">Galaxy Cluster Abell 1689, Shot by Hubble Space Telescope, on July 7, 2010</figcaption>
</div>
<div class="bio">
<p>Kristin Hu<br>
UCSB Second-year CS major<br>
Outside CS: Movies, Sci-fi, Video Games, LEGO<br></p>
</div>
</div>
<button onclick="topFunction()" id="topButton">↑</button>
<script src="js/scrollToTop.js"></script>
</body>
</html>