Projects / Bakery Website / courseType.html
courseType.html
Raw
<!DOCTYPE html>
<header>
    <title>Cource Type</title>
    <link rel="stylesheet" href="Courses+++.css"/>

    <nav class="navMenu">
      <img src="logo.jpeg" id="logo-image">
      <a href="ProjectHome.html">Home</a>
      <a href="AboutUs.html">About Us</a>
      <a href="coursesType.html">Courses</a>
      <a href="#">Community</a>
      <a href="ProjectGallery.html">Gallery</a>
      <a href="contact us.html">Contact Us</a>
      <a href="faq.html">FAQ</a>
      <a href="ProjectLocations.html">Locations</a>
      <div class="dot"></div>
    </nav>
  </header>
  <body id="top">
    <video autoplay muted loop id="myVideo">
      <source src="vid.mp4" type="video/mp4">
    </video>
    

    <pre><p class="swe">  SWEET Cources                                       BAKERY Cources</p></pre>
    <a href="courses1.html">
        <div height="400" width="320" class="sweets"><img src="sweet (2).jpg"height="400" width="320" id="macron"></div>
     </a>
     
     <a href="courses.html">
      <div class="bakery"><img src="bakery.jpg"height="400" width="320" id="macron"></div>
    </a>
    </body>
  <footer>
    <small><a href="#top" te>Golden Butter Bakery</a> © 2022. All rights reserved.</small>
  </footer>
</html>