-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.6 KB
/
index.html
File metadata and controls
52 lines (46 loc) · 1.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Path of Light Yoga Studio</title>
<meta name="author" content="Prof. Barnett">
<meta name="description" content="Path of Light Yoga is El Dorado's best studio. With experienced teachers and classes for all levels of skill. Come by to learn more!">
<link rel="stylesheet" href="yoga.css">
</head>
<body>
<header>
<h1>Path of Light Yoga Studio</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Classes</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h2>Find Your Inner Light</h2>
<p><span class="studio">Path of Light Yoga Studio</span> provides all levels of yoga practice in a tranquil,
peaceful environment. Whether you are new to yoga or an experienced
practitioner, our dedicated instructors can develop a practice to meet your
needs. Let your inner light shine at the <span class="studio">Path of Light Yoga Studio.</span></p>
<ul>
<li>Hatha, Vinyasa, and Restorative Yoga classes</li>
<li>Drop-ins welcome</li>
<li>Mats, blocks, and blankets provided</li>
<li>Relax in our Serenity Lounge before or after your class</li>
</ul>
<address>
<span class="studio">Path of Light Yoga Studio</span><br>
612 Serenity Way<br>
El Dorado, CA 96162<br>
<a href="tel:8885555555">888-555-5555</a>
</address>
</main>
<footer>
<p>Copyright© 2016 Path Of Light Yoga</p>
<a href="mailto:jlbarn11@asu.edu">contact@pathoflight.com</a>
</footer>
</body>
</html>