-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclasses.html
40 lines (38 loc) · 1.98 KB
/
classes.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
<!DOCTYPE html>
<html>
<head>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Love in Motion</title>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/myJquery.js"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/myStyles.css">
<link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Alegreya:400,900italic' rel='stylesheet' type='text/css'>
</head>
<body id="classes">
<div id="header">
</div>
<div class="row-centered">
<h1 id="pageTitle" class="text-center">Classes</h1>
<h2 class="text-center white-text">Jackelyn Maloney, Yoga Instructor</h2>
<div id="main" class="container container-fluid">
<div id="jumbo" class="jumbotron">
<h3 style="text-align: left">Mondays:</h3>
<p id="tabbedPara">Gro Yoga, 6:00pm at <a style="text-decoration: underline" href="http://www.sanghaspace.com" id="link-color">Sangha Space</a> in Media, PA</p>
<h3 style="text-align: left">Thursdays:</h3>
<p id="tabbedPara">Aerial Vinyasa Yoga, 9:30am at <a style="text-decoration: underline" href="http://www.transcendwellnessandyoga.com/" id="link-color">Transcend Wellness and Yoga</a> in Chadds Ford, PA</p>
<h3 style="text-align: left"> Saturdays: </h3>
<p id="tabbedPara">Vinyasa Yoga, 10:00am at <a style="text-decoration: underline" href="http://www.bluebuddhastudio.com/home.html" id="link-color">Blue Buddha Healing Arts</a> in Glenmoore, PA</p>
</div>
</div>
<div id="footer">
</div>
</body>
</html>