-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.17 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
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="Gallery_Style.css">
<title>My Gallery</title>
</head>
<body>
<a id="Gallery">
<div class="containerH">
<header class="horiz">Navigate My Page!</header>
<ul class="horiz">
<li><a href="https://anthonymj.github.io/#Top">Top of Page</a></li>
<li><a href="https://anthonymj.github.io/#Some_Facts">Some Facts About Me</a></li>
<li><a href="https://anthonymj.github.io/#Why_UB">Why UB?</a></li>
<li><a href="https://anthonymj.github.io/#Versus">Life at UB vs. Life Back Home</a></li>
<li><a href="https://anthonymj.github.io/#Youtube">Video</a></li>
<li><a href="#Gallery">Gallery</a></li>
</ul>
</div>
</a>
<h1>ANTHONY MICHAEL JOY: GALLERY</h1>
<div id="page-wrap">
<div class="containerMain">
<img src="[email protected]" float: center>
</div>
</div>
<div id="page-wrap">
<div class="containerMain">
<img src="SkyScape.jpg" float: center>
</div>
</div>
<div id="page-wrap">
<div class="containerMain">
<img src="Dragon Island.jpg" float: center>
</div>
</div>
</body>
</html>