Projects / Bakery Website / Cookies.html
Cookies.html
Raw
<!DOCTYPE html>
<head>
<header>
    <title>Cookies Book 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>
  <style >
      


  </style>
  </head>
  <body id="top">


<img src="cookiesImage.jpeg" width="1400" height="560"loading="lazy">


    <h1 id="hes">All About Cookies</h1>

    <p class="Mypargraph">Chocolate chip cookies, peanut butter cookies, sugar cookies, and gingerbread men. Every person has their favorite variety but most people have a special place in their heart for cookies and the memories they carry with them. Some remember their grandmothers' house and decorating holiday cookies with vibrant icing colors while listening to old music, others remember a home filled with the sweet smell of cookies in the oven, and still others think of brothers, sisters, parents, and friends.<br>
Cookies may be an iconic dessert but many people have lost touch with the art of making them. In this course, you will learn how to recapture the spirit of the perfect cookie, how to make them from scratch, and how to share them with family and friends for years to come. You will learn how to pick the right utensils for the task, how to choose your ingredients, how to ensure the desired outcome, and how to perfect a few little twists on classic favorites. You will learn the differences in the chocolates used for cookies and how to work with them. You will learn how to work with different kinds of nuts, and how to pick the right healthy substitutions for any cookie. You will learn the art of the French macaron and how to decorate holiday favorites.<br>

This course is complete with the support of a few wonderfully delicious recipes to impress any guest. Let's get baking!</p>
<div  class="MyformCookies" >
    <fieldset >
      <legend >Book Now</legend>
 
 
<p class="backstayle">
        <label>
          Salutation
          <select name="salutation" >
            <option>--None--</option>
            <option>Mr.</option>
            <option>Ms.</option>
            <option>Mrs.</option>
            <option>Dr.</option>
            <option>Prof.</option>
          </select>
        </label>
      </p>
 
 
       
 
<p class="backstayle" >
        <label>Enter your name: <input name="Name" /></label>
      </p>
 
  
 
       
 
<p class="backstayle" >
        Full/ half Day :
        <label><input type="radio" name="gender" value="full" /> Full Day</label>
        <label><input type="radio" name="gender" value="haf" />  half Day</label>
      </p>
 
 
       
 
<p class="backstayle" >
        <label>Email:<input type="email" name="email" /></label>
      </p>
 
 <p class="backstayle" >
        <label>
          Available course
          <select name="course" >
            <option>29 Sep, for 2 week</option>
            <option>16 Oct, for 2 week</option>
           <option>1 Jan, for 3 week</option>
          </select>
        </label>
      </p>
       

 
 
       
 
<p class="backstayle" >
        <label>
          
          Questions/Comments  :
          <textarea  class="backstayle" style="margin-right:0px;margin-left:0px;" name="Comment" cols="30" rows="3"></textarea>
        </label>
      </p>
 
 
       
 
<p class="backstayle">
        <button type="submit" onclick = "myFunction()"> Submit</button>
      </p>
 
 </div>
     </fieldset>
   
</form>





<script>
//     alert(location.href); // shows current URL
// if (confirm("Go to Wikipedia?")) {
//   location.href = "https://wikipedia.org"; // redirect the browser to another URL
// }
function myFunction() {
    alert("Course reservation confirmed...\nwe are very happy to have you join us.... \nClick the ok button to go to the Home page..");
    window.location.replace("Home.html");

}
</script>




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