Projects / Bakery Website / AvailCourse.html
AvailCourse.html
Raw
<!DOCTYPE html>
<header>
    <title> available course</title>
    <link rel="stylesheet" href="AvailCourse-Candy-CM.css"/>

    <nav class="navMenu">
      <img src="logo.jpeg" id="logo-image">
      <a href="HomePage.html">Home</a>
      <a href="AboutUs.html">About Us</a>
      <a href="courseType.html">Courses</a>
      <a href="Comments.html">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">

<h2 class="grap">   In this month we will have important courses for anyone who wants to enter the world of bakery.</h2> 
   <ul class="grap" id="listcourse">
     <li>
       Cookies Workshop is one of the most important and most popular courses and the most requested courses on our site.
     </li>
     
    
     <li>
         Macaron WorkShop This course will make you feel like you are in Paris eating a light macaron and prepared very well, it is a very exciting course.

     </li>
    

     <li>
       Croissants Workshop After this course, you will feel that you have never had croissants in your life before this session. You will make the most delicious and delicious croissants in the world.
     </li>

   </ul>


<table>
<tr>
  <td>
  <div class="Macron" style="background-color: AntiqueWhite;">

                         <a href="m.html">
                        <img src="Macron.jpeg" height="300" width="300">                      
                              <h3>All About Macron</h3>
                        
                        <p>In this online classes Chef Angelo Van Toorn will be showcasing some of his All About Bread from start to finish. You will be learning from basic straight dough method. preferment, sour dough and leva</p>  
                                                </a>
                    
</div>


                    

</td>



  <td>
  <div class="Cookie" style="background-color:Wheat;">

                        <a href="c.html"> 
                        <img src="Cookies.jpeg" height="300" width="300">                     
                              <h3>All About Cookie</h3>
                        
                        <p style="align-content: center;"> Teach cookies in a professional way Introducing cookie baking techniques Improve your cookie baking techniques Making creative types of cookies A professional course for making different</p>  </a>
</div>
       

</td>

  <td>
<div class="Croissant"style="background-color:PapayaWhip;">

                        <a href="Croissant.html">
                        <img src="Croissant.png" height="300" width="300">                     
                              <h3>All About croissant</h3>
                        <p>from start to finish, discovering different croissant techniques, from making successful dough to different fillings. creative types of cookies A professional course for making different</p>  
                                                </a>
</div>
</td>
</tr>
       </table>

 
    </div>
  </body>
  <footer>
    <small><a href="#top" te>Golden Butter Bakery</a> © 2022. All rights reserved.</small>
  </footer>
</html>