-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 1.91 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
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Michael Butkus & CO</title>
<!-- InstanceEndEditable -->
<link href="styles.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18166885-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="container">
<div id="header"><img src="images/header.png" width="900" height="200" alt="header" /></div>
<div id="wrapper">
<div id="menu">
<ul>
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li class="gradient">About Us</li></a>
<a href="philosophy.html"><li class="gradient">Investment Philosophy</li></a>
<a href="account.html"><li class="gradient">Opening an Account</li></a>
<a href="toughquestions.html"><li class="gradient">10 Tough Questions</li></a>
</ul>
</div>
<!-- InstanceBeginEditable name="content" -->
<div id="content"><img src="images/building.jpg" width="600" height="450" alt="Headquarters of Butkus & Co" /></div>
<!-- InstanceEndEditable -->
<div id="footer"></div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>