-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
72 lines (51 loc) · 3.87 KB
/
index.htm
File metadata and controls
72 lines (51 loc) · 3.87 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Breakthrough Dressage</title>
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="icon" href="images/favicon.ico" />
<meta property="fb:app_id" content="207560039261313">
<meta property="og:title" content="Story Bar"/>
<meta property="og:type" content="bar"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<link href="breakthrough.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" />
<script type="text/javascript">
$(document).ready(function() {
$( "button, .menu").button();
});
</script>
</head>
<body>
<div style="padding:20px">
</div>
<div class="container">
<div class="header" style="overflow:auto">
<div style="margin-top: 0;padding-right: 15px;padding-left: 15px;color:#FEFEFE;font-size:48px">
<img src="images/BTDChelsea_June_25_184.jpg" width="133" height="111" align="right"/>Breakthrough Dressage
<div style="margin: 0;padding:0px;font-size:.35em;font-style:italic;color:#D5D5D5">Kind, Correct and Effective Training and Lessons for Horses and Riders</div>
</div>
</div>
<div style="background:#EAEAEA;height:23px;padding:5px">
<div class="fltrt" style="padding-right:10px;font-size:.7em">
<button disabled="disabled" onclick="parent.location='index.html'">Home</button ><button onclick="parent.location='about.html'" >About</button><button onclick="parent.location='horses.html'">Horses</button><button onclick="parent.location='facility.html'">Facility</button><button onclick="parent.location='services.html'">Services</button><button onclick="parent.location='sales.html'">Sales</button><button onclick="parent.location='contact.html'">Contact</button>
</div>
</div>
<div class="content">
<h3>Welcome</h3>
<p><img src="images/frontpage.jpg" height="300" style="padding-right:10px;padding-top:5px;padding-bottom:10px" align="right" /> Breakthrough Dressage is a comprehensive, Michigan based dressage training program.
The goal of Breakthrough Dressage is to provide Kind, Correct and Effective Training and Lessons for Horses and Riders of All Levels and Abilities.The heart of our program is USDF Bronze & Silver Medalist
Jessie Myers. Jessie is the exclusive trainer for Bronze Mare Farm, a beautiful 90-acre facility in south eastern Michigan, just southwest of Ann Arbor. Jessie has been training horses and riders since 1999.
<p>Whether your desire is to compete successfully in recognized USDF shows or simply to grow in partnership with your horse, Jessie can design a program to help you reach your goals.
<p>Follow Breakthrough Dressage on Facebook, check us out on You Tube Channel and take a look at more pictures on Picasa.
</div>
<div class="footer">
<a href="https://picasaweb.google.com/105967898941933561526"><img src="images/picasa_32.png" width="32" height="32" align="right" style="padding:6px"/></a> <a href="https://maps.google.com/maps?q=bronze+mare+farm&hl=en&t=h&view=map&cid=8571162132138470354&z=17&iwloc=A"><img src="images/googlemaps_32.png" width="32" height="32" align="right" style="padding:6px" /> </a>
<a href="http://www.youtube.com/user/breakthroughdressage"><img src="images/youtube_32.png" width="32" height="32" align="right" style="padding:6px"/></a>
<a href="http://www.facebook.com/pages/Breakthrough-Dressage/207560039261313"><img src="images/facebook_32.png" width="32" height="32" align="right" style="padding:6px"/></a>
</div>
</div>
</body>
</html>