-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.16 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Intro Test</title>
<link rel="stylesheet" type="text/css" href="css/intro.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js" type="text/javascript"></script>
<script src="js/intro.js" type="text/javascript"></script>
</head>
<body>
<div id="intro">
<div class="top">
<ul>
<li class="first">Architecture</li>
<li class="middle">Interior Design</li>
<li class="last">Planning</li>
</ul>
<div class="clear"></div>
</div> <!-- end .top -->
<div class="circle">
<img src="images/circle.jpg" width="250" height="250" class="circle-full" alt="">
<img src="images/circle-middle.jpg" width="250" height="250" class="circle-middle" alt="">
<img src="images/circle-bottom.jpg" width="250" height="250" class="circle-bottom" alt="">
<img src="images/circle-top.jpg" width="250" height="250" class="circle-top" alt="">
</div> <!-- end .circle -->
<div class="bottom">
<p>John R. Schroeder, AIA</p>
<p><a href="home.html">Enter</a></p>
</div> <!-- end .bottom -->
</div> <!-- end #intro -->
</body>
</html>