Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Path of Light Yoga Studio</title>
  6. <link rel="stylesheet" href="yoga.css">
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10. <!-- header>h1{Path of Yoga Studio}-->
  11. <header>
  12. <h1>Path of Light Yoga Studio</h1>
  13. </header>
  14.  
  15. <nav>
  16. <a href="index.html">Home</a>&nbsp;
  17. <a href="classes.html">Classes</a>&nbsp;
  18. <a href="schedule.html">Schedule</a>&nbsp;
  19. <a href="contact.html">Contact</a>
  20. </nav>
  21.  
  22. <main>
  23. <img src="../ch6yoga/yogaimages/yogadoor.jpg" alt="Half open yoga door" align="right" width="225" height="300">
  24. <h2>Find your Inner Light</h2>
  25. <p>Path of Light Yoga Studio provide all levels of yoga practice in a tranquil, peaceful enviroment. 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 Path of Light Yoga Studio.</p>
  26.  
  27. <!-- ul>li*4-->
  28. <ul>
  29. <li>Hatha, Vinyasa, and Restorative Yoga classes </li>
  30. <li>Drop-ins welcome</li>
  31. <li>Mats, blocks, and blankets provided</li>
  32. <li>Relax in our Serentiy Lounge before or after your class</li>
  33. </ul>
  34. <div>
  35. <p>612 Serenity Way <br>
  36. El Dourado, AZ 86336 <br>
  37. 888-555-5555</p>
  38. </div>
  39. </main>
  40.  
  41. <footer>
  42. <p>Copyright &copy; 2019 Path of Light Yoga Studio<br>
  43. Marcio Pereira
  44. </p>
  45. </footer>
  46. </div>
  47.  
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement