-
Notifications
You must be signed in to change notification settings - Fork 0
/
studio.html
142 lines (142 loc) · 8.01 KB
/
studio.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/html5reset.css" media="all">
<link rel="stylesheet" href="css/style.css" media="all">
<link rel="stylesheet" href="css/respond.css" media="all">
<title>On The Path Yoga in Spring Lake, MI</title>
</head>
<body>
<!--<?php include('includes/header.php'); ?>
<?php include('includes/nav.php'); ?>-->
<div class="content">
<div class="wrapper">
<div class="box">
<div class="section group">
<div class="col span_1_of_3 single-t centered">
<br/>
<img src="images/Entrance-sm.jpg" alt="yoga studio entrance" class="bigimg">
</div>
<div class="col span_2_of_3 single-t">
<h2>About us</h2>
<p>
Located in the village of Spring Lake, On The Path Yoga is convenient to practitioners in Spring Lake, Grand Haven, Ferrysburg, Nunica, Muskegon, Holland and throughout the West Michigan / Lakeshore area.
</p>
<p>
We provide a welcoming studio space for practitioners at every level, from beginner to advanced. Our goal is to promote the ongoing physical, intellectual, and spiritual growth of our clients and staff. To help you on your path, we provide knowledgeable instruction and mentoring in safe, accessible, and inspiring spaces.
</p>
<p>
<a href="#contact" class="obvious">Get in touch</a>
<a href="classes.php" class="obvious">Class schedule and descriptions...</a>
</p>
</div>
</div>
<div class="section group">
<hr/>
<div class="col span_1_of_3 single-t centered">
<br/>
<img src="images/rope-wall.jpg" alt="yoga rope wall classroom" class="bigimg">
</div>
<div class="col span_2_of_3 single-t">
<h4>Our studio</h4>
<p>
We focus on the use of props where needed to help yogis perfect their poses. Our spacious cork-floored practice room features the only yoga rope wall in West Michigan, and we provide an assortment of blankets, straps, and blocks.
</p>
<p>
Our space is used primarily for <a href="classes.php#grp">group classes</a>, but will also be available during the remaining open studio times for individual pose refinement. Suggested poses with appropriate props are posted throughout the room so you can progress along your unique path. Staff will be available to assist, insure safety, and direct proper use of equipment.
</p>
</div>
</div>
<div class="section group">
<hr/>
<div class="col span_1_of_3 single-t centered">
<br/>
<img src="images/SUP.jpg" alt="stand-up paddle board yoga" class="bigimg">
</div>
<div class="col span_2_of_3 single-t">
<h4>Special classes</h4>
<p>
We offer a variety of workshops and special classes throughout the year. These have included a runners’ workshop, Partners and Pastries, Zoo Zen yoga for kids, and our Path to Transformation series.
</p>
<p>
During the summer, we offer free sunrise yoga classes on the beach, and for our one-year anniversary we hosted a black-light Yoga Rave.
</p>
<p>
In 2012 we paired with Janina Schmeider of thePaddlesUp to offer stand-up paddleboard yoga classes on Spring Lake -- an opportunity we look forward to bringing back in future years. Check back often for new events!
</p>
</div>
</div>
<div class="section group">
<hr/>
<div class="col span_1_of_3 single-t centered">
<br/>
<img src="images/Village_Baker-daughters.jpg" alt="The Village Baker" class="bigimg">
</div>
<div class="col span_2_of_3 single-t">
<h4>Our neighbor: The Village Baker</h4>
<p>
Just across the hall from us is The Village Baker, providing delectable artisan breads, pastries, and sandwiches. Be sure to check them out!
</p>
</div>
</div>
<div class="section group centered">
<div class="col span_2_of_2">
<hr/><h5>Teachers at On The Path Yoga</h5>
Click for bios
</div>
</div>
<div class="section group centered">
<div class="col span_1_of_5 double-t">
<img src="images/portrait-sandy.jpg" alt="sandy parker" class="teachers">
<p>
Sandy Parker
<br/>
Owner
</p>
</div>
<div class="col span_1_of_5 double-t">
<img src="images/portrait-jaclyn.jpg" alt="jaclyn szelong" class="teachers">
<p>
Jaclyn Szelong
<br/>
Instructor
</p>
</div>
<div class="col span_1_of_5 double-t">
<img src="images/portrait-linda.jpg" alt="linda siewert" class="teachers">
<p>
Linda Siewert
<br/>
Instructor
</p>
</div>
<div class="col span_1_of_5 double-t">
<img src="images/portrait-rachel.jpg" alt="rachel fetterly" class="teachers">
<p>
Rachel Fetterly
<br/>
Instructor
</p>
</div>
<div class="col span_1_of_5 double-t">
<img src="images/portrait-anne.jpg" alt="anne vanderhoek" class="teachers">
<p>
Anne Vanderhoek
<br/>
Naturopath
</p>
</div>
</div>
<div class="clear">
</div>
</div>
</div>
</div>
<!--<?php include('includes/footer.php'); ?>-->
</body>
</html>