Advertisement
Guest User

Untitled

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