Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Path of Light Yoga Studio :: Classes</title>
  5. <meta charset="utf-8">
  6. <link href="yoga.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <header>
  10. <h1>Path of Light Yoga Studio</h1>
  11. </header>
  12. <nav>
  13. <b>
  14. <a href="index.html">Home</a> &nbsp;
  15. <a href="classes.html">Classes</a> &nbsp;
  16. <a href="schedule.html">Schedule</a> &nbsp;
  17. <a href="contact.html">Contact</a>
  18. </b>
  19. </nav>
  20. <div id="img">
  21. <img src="yogamat.jpg" alt="yoga mat" height="" width="100%"><br>
  22. </div>
  23. <main>
  24. <h2>Yoga Classes</h2>
  25. <dl>
  26. <dt><strong>Gentle Hatha Yoga</strong></dt>
  27. <dd>Intended for beginners and anyone wishing a grounded foundation in the practice of yoga, this 60 minute class of poses and slow movement focuses on asana (proper alignment and posture), pranayama (breath work), and guided meditation to foster your mind and body connection.</dd>
  28. <dt><strong>Vinyasa Yoga</strong></dt>
  29. <dd>Although designed for intermediate to advanced students, beginners are welcome to sample this 60 minute class that focuses on breath-synchronized movement &mdash; you will inhale and exhale as you flow energetically through yoga poses.</dd>
  30. <dt><strong>Restorative Yoga</strong></dt>
  31. <dd>This 90 minute class features very slow movement and long poses that are supported by a chair or wall. This calming, restorative experience is suitable for students of any level of experience. This practice is can be a perfect way to help rehabilitate an injury.</dd>
  32. </dl>
  33. </main>
  34. <footer>
  35. Copyright &copy; 2020 Path of Light Yoga Studio<br>
  36. <a href="mailto:john@millan.com">john@millan.com</a>
  37. </footer>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement