-
Notifications
You must be signed in to change notification settings - Fork 0
/
membership.php
90 lines (88 loc) · 5.43 KB
/
membership.php
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
<!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/responsive.css" media="all">
<title>On The Path Yoga | Membership</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">
<img src="images/membership.png" alt="yoga pose">
</div>
<div class="col span_2_of_3 single-t">
<h2>Membership options</h2>
<p>On The Path Yoga offers several membership plans to fit your situation: Unlimited, Punchcard, and Day Pass. Membership can be purchased online or in person at the studio.</p>
<p><a href="http://www.onthepathyoga.com/cart/index.php?route=product/category&path=60" class="obvious">Sign up online...</a></p>
</div>
</div>
<div class="section group" id="unlimited">
<hr/>
<div class="col span_1_of_3 single-t right">
<p><a href="https://www.onthepathyoga.com/cart/index.php?route=product/product&path=60_65&product_id=55"><img src="images/cart-monthly.png" width="100px" height="100px" alt="monthly membership"></a><a href="https://www.onthepathyoga.com/cart/index.php?route=product/product&path=60&product_id=53"><img src="images/cart-yearly.png" width="100px" height="100px" alt="yearly membership"></a></p>
</div>
<div class="col span_2_of_3 single-t">
<h5>Unlimited memberships</h5>
<p>Available by the month or the year, this gets you unlimited access to our regular classes and to open studio time. Special workshops are not included.</p>
</div>
</div>
<div class="section group" id="punchcard">
<hr/>
<div class="col span_1_of_3 single-t right">
<p><a href="https://www.onthepathyoga.com/cart/index.php?route=product/product&path=60&product_id=51"><img src="images/cart-punchcard.png" width="100px" height="100px" alt="punchcard membership"></a><a href="https://www.onthepathyoga.com/cart/index.php?route=product/product&path=60&product_id=56"><img src="images/cart-senior_punchcard.png" width="100px" height="100px" alt="punchcard for seniors"></a></p>
</div>
<div class="col span_2_of_3 single-t">
<h5>Punchcards</h5>
<p>This gets you any 12 regular classes of your choice, with no expiration date. Open studio time and special workshops are not included.</p>
<p>We also offer a senior punchcard for 12 gentle chair yoga classes at a discounted rate.</p>
</div>
</div>
<div class="section group" id="daypass">
<hr/>
<div class="col span_1_of_3 single-t right">
<p><a hef="https://www.onthepathyoga.com/cart/index.php?route=product/product&path=60&product_id=57"><img src="images/cart-daily.png" width="100px" height="100px" alt="day pass"></a></p>
</div>
<div class="col span_2_of_3 single-t">
<h5>Day pass</h5>
<p>Perfect for out-of-town visitors, this is good for one day of unlimited class and open studio access. Special workshops are not included.</p>
</div>
</div>
<div class="section group">
<hr/>
<div class="col span_1_of_3 single-t right">
<p><a href="https://www.onthepathyoga.com/cart/index.php?route=product/category&path=59"><img src="images/cart-sun_salutations.png" width="100px" height="100px" alt="workshop"><img src="images/cart-ws_partners.jpg" width="100px" height="100px" alt="workshop"><img src="images/cart-ws_paths_to_transformation.jpg" width="100px" height="100px" alt="workshop"><img src="images/cart-ws_zoozen.png" width="100px" height="100px" alt="workshop"></a></p>
</div>
<div class="col span_2_of_3 single-t">
<h5>Workshops and free classes</h5>
<p>You do not need to be a member to take advantage of these special events. Free classes are a great way to acquaint yourself with the studio before signing on for a full membership. Workshops are an opportunity to receive specialized attention, have fun with a thematic event, or learn from an invited instructor.</p>
<p><a href="http://www.onthepathyoga.com/cart/index.php?route=product/category&path=59">Current workshops...</a></p>
</div>
</div>
<div class="section group">
<hr/>
<div class="col span_1_of_3 single-t right">
</div>
<div class="col span_2_of_3 single-t">
<h3>Registration</h3>
<p>To reserve space in a class, call or text our studio at (616) 935-7028 or stop by during our open studio hours. We also accept walk-ins on a first-come, first-served basis.</p>
</div>
</div>
</div><div class="clear"></div>
</div>
</div>
</div>
<?php include('includes/footer.php'); ?>
</body>
</html>