Projects / Bakery Website / HomePage.html
HomePage.html
Raw
<!DOCTYPE html>
<header>
    <title>Home</title>
    <link rel="stylesheet" href="AboutUs-HomePage.css"/>

    <nav class="navMenu">
      <img src="logo.png" 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">

<p1>Welcome to golden butter bakery</p1> 
<br>
<br>
<p1>Made specially for morning people <3</p1>
<br>
<br>
<h2> were you can find all kind of bakery services</h2>
<br>
<br>


<h2><p>Services built for you</p> </h2>
<div class="row">
  <div class="column">
   <a href="ProjectGallery.html">
    <img src="gallery.png" width="150" height="150">
   </a>
  </div>
  <div class="column">
  <a href="courseType.html">
    <img src="courses.png"  width="150" height="150">
  </a>
  </div>
  <div class="column">
  <a href="Comments.html">
    <img src="community.png" width="150" height="150">
  </a>
  </div>
</div>

<h2><p>Need any help?</p> </h2>

<div class="row">
  <div class="column">
   <a href="faq.html">
    <img src="faq.png"width="150" height="150">
   </a>
  </div>
  <div class="column">
  <a href="contact us.html">
    <img src="contactus.png" width="150" height="150">
  </a>
  </div>
</div>

<h2><p>Wanna know more about us?</p> </h2>

<div class="row">
  <div class="column">
   <a href="AboutUs.html">
    <img src="aboutus.png"width="150" height="150">
     </a>
  </div>
</div>

<h3> deveiloped by : Areej - Hala - Yara - Nouras - Rana </h3>


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