-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
122 lines (92 loc) · 3.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zee's Bakery</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
<link
href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Gentium+Book+Basic:wght@400;700&family=Pacifico&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<section class="">
<h2 class="headerLeftThird"> Zee's Bakery <h2>
<!-- <section>
<section class="bottom">
<section class="bottom">
<section class="bottom">
<section class="bottom">
<section class="bottom">
<section class="bottom">
</section> -->
</section>
<nav class="headerRightThird">
<ul class="ulLinks ">
<li class="headerLinks"><a class="aLink" href="">OUR STORY</a></li>
<li class="headerLinks"><a class="aLink" href="">MENU</a></li>
<li class="headerLinks"><a class="aLink" href="location.html" target="_blank">LOCATION & HOUR</a></li>
<li class="headerLinks"><a class="aLink" href="">CONTACT</a></li>
<li class="headerLinks"><a class="aLink" href="">REVIEWS</a></li>
</ul>
</nav>
</header>
<section id="hero">
<img id="muffin-img" src="images/muffin.svg" alt="muffin">
<h1>Zee's Bakery</h1>
</section>
<section id="mid-section">
<section class="part-section" id="donut"></section>
<section class="part-section" id="order">
<h2>Customized cookies, donuts & cupcakes</h2><button><a href="#" class="order-now">ORDER NOW</a></button>
</section>
<section class="part-section" id="waffle"></section>
</section>
<section id="features">
<section class="feature" id="feature-one">
<img src="images/fast-delivery.png">
<h3>Fast Delivery</h3>
<p>Fast time to deliver with customized packaging.</p>
</section>
<section class=" feature" id="feature-two">
<img src="images/smartphone.png" alt="gluten-free-image">
<h3>Mobile App</h3>
<p>Collect rewards, order on the go, and check orders</p>
</section>
<section class="feature" id="feature-three">
<img src="images/gluten-free.png" alt="gluten-free-image">
<h3>Healthy Choices</h3>
<p>Select from several healthy options-gluten free, sugar free, vegan-friendly</p>
</section>
</section>
<footer class="">
<section class="footerLeft footerLeftP">
<p class="">
1 Main St. <br>
New York City, NY <br>
01685 <br>
212.355.5555
</p>
</section>
<section class=" footerMiddle">
<section class="">
<ul class="ulSocial">
<li class="liSocial"><img class="imgSocial" src="images/twitter-square.svg" alt="TWITTER"></li>
<li class="liSocial"><img class="imgSocial" src="images/instagram-fill.svg" alt="INSTAGRAM"></li>
<li class="liSocial "><img class="imgSocial" src="images/facebook-rect.svg" alt="FACEBOOK"></li>
</ul>
</section>
<section class="sCopyRight">
<p class="pCopyRight"> © 2022 Zee’s Bakery by 100Devs Catch-Up-Crew </p>
</section>
</section>
<section class="footerRight liSocialCupCake">
<img class="imgPosition imgCupCake" src="images/cake-3-line.256x256.png" alt="CUPCAKE IMAGE">
<!-- <img class="imgPosition imgCupCake" src="images/cake-3-line.svg" alt="CUPCAKE IMAGE"> -->
</section>
</footer>
</body>
</html>