Projects / Bakery Website / Macaron.html
Macaron.html
Raw

<!DOCTYPE html>
<head>
<header>
    <title>Macaron 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>

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


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

<br>

    <h1 id="hes">Perfect French Macarons</h1>
    <p class="Mypargraph"> If you ever tried to make French macarons you probably discovered that making perfect ones consistently is not that easy! That’s why our mission in this course is to help you to overcome some of the tricky aspects of making macarons, so you can successfully make them at your home or shop with confidence!<br>

Follow the step-by-step guidance provided by master pastry chef Irit Ishai, to become a pro macaron maker yourself. Leverage Irit's years of experiments, refinement and tweaking of the macaron recipes, and learn the important secrets that anyone who's serious about making macarons needs to know. </p>
<div  class="MyformMacaron">
    <fieldset >
      <legend >Book Now</legend>
 
 
<p class="backstayleM">
        <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="backstayleM" >
        <label>Enter your name: <input name="Name" /></label>
      </p>
 
  
 
       
 
<p class="backstayleM" >
        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="backstayleM" >
        <label>Email:<input type="email" name="email" /></label>
      </p>
 
 <p class="backstayleM" >
        <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="backstayleM" >
        <label>
          
          Questions/Comments  :
          <textarea  class="backstayleM" style="margin-right:0px;margin-left:0px;" name="Comment" cols="30" rows="3"></textarea>
        </label>
      </p>
 
 
       
 
<p class="backstayleM">
        <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("file:///Users/areejbaw/Desktop/internetApp/project/pages/Course.html");

}
</script>




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