-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclasses.html
More file actions
105 lines (94 loc) · 3.06 KB
/
classes.html
File metadata and controls
105 lines (94 loc) · 3.06 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html xmlns="http://www.w3.org/1999/html">
<head>
<title>Shadow Yoga with Jaymin - Classes</title>
<LINK rel="stylesheet" href="ywj.css" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12135640-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="background">
<img src="./images/YWJ_LOGO.jpg">
</div>
<div id="content">
<div class="menu">
<ul>
<li><a href="./index.html">HOME</a>
</li>
<li><a href="./quote.html">YOGA</a>
</li>
<li><a href="./shadow.html">SHADOW YOGA</a>
</li>
<li><a class="selected" href="./classes.html">CLASSES</a>
</li>
<li><a href="./treatments.html">TREATMENTS</a>
</li>
<li><a href="./yurt.html">YOGA IN A YURT</a>
</li>
<li><a href="./about.html">ABOUT JAYMIN</a>
</li>
<li><a href="./contact.html">CONTACT</a>
</li>
</ul>
</div>
<div class="main">
<p><img alt="sarpa" src="./images/DSCF2612gd.JPG"> <img src="./images/DSCF2615.JPG" alt="ardhabujang">
</p>
<p>
<h2>SHADOW YOGA CLASSES</h2></p>
<p>Private tuition available at $60 for 75 minutes.<br>Corporate classes available, pregnancy classes taught
upon request</p>
<p>Following classes all $10, concession cards available $90 for 10 classes:</p>
<h3>WHANGAREI</h3></p>
<p>
<p>
<h3>Whau Valley in the Yoga Yurt, 182 Whau Valley Road (road-side parking)</h3></p>
<p>
<table style="width: 60%;margin-left: 3%;">
<tr>
<td>Tuesday</td>
<td>9.00 - 10.15am</td>
<td>Open (all levels)</td>
</tr>
<tr>
<td>Tuesday</td>
<td>6.00 - 7.15pm</td>
<td>Level 1</td>
</tr>
<tr>
<td>Tuesday</td>
<td>7.30 - 8.45pm</td>
<td>Beginners</td>
</tr>
<tr>
<td>Thursday</td>
<td>6.00 - 7.15pm</td>
<td>Beginners</td>
</tr>
<tr>
<td>Friday</td>
<td>9.00 - 10.15am</td>
<td>Open (all levels)</td>
</tr>
<tr>
<td>Saturday</td>
<td>10.00 - 11.15am</td>
<td>Open (all levels)</td>
</tr>
</p>
<br><br>
</div>
</div>
</body>
</html>