-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (200 loc) · 9.63 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Delicious Cheesecake" />
<meta property="og:description" content="Discover the most elegant and creative cheesecake designs!" />
<meta property="og:image" content="https://fector101.github.io/Chessecake/imgs/preview.png" />
<meta property="og:url" content="https://fector101.github.io/Chessecake/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<title>Chessecake</title>
<link rel="shortcut icon" href="imgs/favicon.ico" type="image/x-icon">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Recursive:wght@300..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!-- StylesSheets -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- JavaScripts -->
<script src='js/style.js' defer></script>
</head>
<body>
<header>
<a href="https://fector101.github.io/Chessecake/" class="logo-link">
<img class="logo" src="imgs/LOGO OF CHEESECAKE.png" alt="">
</a>
<button class="drop-menu-btn display-none">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4 18H10" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
<path d="M4 12L16 12" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
<path d="M4 6L20 6" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
</svg>
</button>
<nav>
<a class="home-link active" href="https://fector101.github.io/Chessecake/">Home</a>
<a href="https://fector101.github.io/Chessecake/">About Us</a>
<a class="menu-link" href="#menu">Menu</a>
<a class="contact-link" href="#contact">Contact</a>
<button class="display-none close-nav">X</button>
</nav>
<button class="outline-btn sign-up-btn">Sign Up</button>
</header>
<section class="sec-one" id="home">
<div>
<h3>Bite The World of <br> Chessecake wonders</h3>
<p>We always make our customer happy by providing <br>as many choices as possible</p>
<div class="btns-case">
<button class="soild-btn">Get Started</button>
<button class="outline-btn icon-btn">
<img class="icon" src="imgs/play.png">
Watch Demo
</button>
</div>
</div>
<img src="imgs/Main Image (Home).png" alt="">
</section>
<section class="sec-two">
<img src="imgs/img.png" class="image-1" alt="">
<div>
<h3>We Love Chessecake</h3>
<h4>Discover Our Chessecake Story</h4>
<p>At Chessecake Love,Quality is our cornerstone. Each Chessecake is crafted with the finest ingredients,
meticulous attetion to detail, and a dash of creativity.</p>
<p>We believe in delivering not just desserts but moments of sheer indulgence.</p>
<button class="soild-btn">Read More</button>
</div>
</section>
<section id="menu" class="sec-three">
<h3>Our Menu</h3>
<div class="items">
<button class="food-item">
<img src="imgs/Blueberry Cheesecake Image.png" alt="">
<h3>Blueberry Cheesecake</h3>
<p>Blueberry love, cheesecake delight!</p>
<div>
<p class="price"><span>$</span>9.00</p>
<div class="stars-box">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
</div>
</div>
</button>
<button class="food-item">
<img src="imgs/img1.png" alt="">
<h3>Biscoff Cheesecake</h3>
<p>Blueberry love, cheesecake magic!</p>
<div>
<p class="price"><span>$</span>11.00</p>
<div class="stars-box">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
</div>
</div>
</button>
<button class="food-item">
<img src="imgs/img2.png" alt="">
<h3>Chocolate Cheesecake</h3>
<p>Blueberry love, cheesecake aka magic!</p>
<div>
<p class="price"><span>$</span>10.00</p>
<div class="stars-box">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
<img src="imgs/star.png">
</div>
</div>
</button>
</div>
<button class="outline-btn">View More > </button>
</section>
<section class="sec-four">
<h3>Our Blog</h3>
<p class="caption">Our Recent Posts</p>
<div class="posts">
<button class="blog-post">
<img src="imgs/IMAGE FOR BLOG 1.png" alt="">
<p class="date">23 Nov, 2023/Cheesecake</p>
<h3>A peek behind the cheesecake curtain</h3>
<p class="short-note">
Step into our cheesecake haven, where the magic unfolds behind the scenes, whisking dreams into
reality. Our kitchen is a symphony and very...
</p>
<a href="#">Read More</a>
</button>
<button class="blog-post">
<img src="imgs/Image Blog 2.png" alt="">
<p class="date">09 May, 2023/Cheesecake</p>
<h3>Low-Sugar & Gluten-Free Cheesecakes</h3>
<p class="short-note">
Welcome to our guilt-free indulgence zone, where we're redefining the art of cheesecake with our
delectable low-sugar...
</p>
<a href="#">Read More</a>
</button>
<button class="blog-post">
<img src="imgs/Image Blog 3.png" alt="">
<p class="date">1 May, 2024/Cheesecake</p>
<h3>Sweet Words - Customer Reviews of Cheesecakes</h3>
<p class="short-note">
Indulge in the rich tapestry of heartfelt stories within "Sweet Words." This curated collection of
customer reviews offers a glimpse into the joy...
</p>
<a href="#">Read More</a>
</button>
<!-- <div class="blog-post">
<img src="" alt="">
<p class="date">1 May, 2024/Cheesecake</p>
<h3>sweet words - customer reviews of cheesecakes</h3>
<p class="short-note">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reiciendis tempore vel
similique delectus esse impedit.</p>
<a href="#">Read More</a>
</div> -->
</div>
</section>
<section id="contact" class="contact-section">
<div>
<h3>Contact Us</h3>
<p>
Need to get in touch with us? Either fill out the form with your inquiry or find the department phone,
email you’d like to connect below
</p>
<img src="imgs/contact.png" alt="contact">
</div>
<form action="" method="get">
<input type="text" name="" id="" placeholder="Name">
<input type="email" name="" id="" placeholder="Email">
<textarea rows="4" type="text" name="" id="" placeholder="Your Message..."></textarea>
<button type="submit">Contact us now</button>
</form>
</section>
<div class="references">
<h4>Design Credits</h4>
<div class="credits">
<p>UI Design: <a href="https://twitter.com/AmenaiSabuwala" target="_blank">@AmenaiSabuwala</a></p>
<p>Implementation: <a href="https://twitter.com/intent/user?user_id=1246911115319263233" target="_blank">@CodeWithFabian</a></p>
</div>
</div>
<footer>
<div class="links-case">
<a href=""><img src="imgs/facebook.png"></a>
<a href=""><img src="imgs/instagram.png"></a>
<a href=""><img src="imgs/twitter.png"></a>
<a href=""><img src="imgs/youtube.png"></a>
</div>
<p>Copyright© 2024 Dscode | All rights reserved</p>
</footer>
</main>
</body>
</html>