-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
52 lines (50 loc) · 2.67 KB
/
about.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
50
51
52
<!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 - About Us</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">
<p>Michael J. Butkus & Company is a Registered Investment Advisor formed in 1997. The company is owned by Mike Butkus, who has worked continuously in the investment business since 1983. Mike is a lifelong resident of the Omaha area, having graduated from Creighton Prep High School in 1974 and Creighton University with both a B.A. in Philosophy in 1979 and a Law Degree (J.D.) in 1983.</p>
<p>Michael J. Butkus & Company does business only as a discretionary/fee advisor. Discretionary account holders sign a contract stipulating the agreed upon annual fee which also authorizes Michael J. Butkus & Company to manage the client’s account, using specific client guidelines, but without investment-by-investment input from the account owner. Clients are charged fees quarterly --- instead of brokerage commissions --- for this management.</p>
</div>
<!-- InstanceEndEditable -->
<div id="footer"></div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>