-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (129 loc) · 5.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- NAVBAR -->
<nav class="page__navbar">
<div class="page__navbar-content">
<div class="page__navbar-logo">
<p class="headerlogoText">Grill Labs</p>
</div>
<div class="page__navbar-links heroSecondaryText">
<a href="https://github.com/lekhok" target="_blank">Book a Table</a>
<a href="https://github.com/lekhok" target="_blank">Menu</a>
<a href="https://github.com/lekhok" target="_blank">Contact</a>
</div>
</div>
</nav>
<!-- HERO SECTIOn -->
<div class="page__hero">
<div class="page__hero-content">
<div class="page__hero-text">
<h1 class="heroMainText">
Welcome to Grill Lab: Where Flavor Meets Fire!"
</h1>
<p class="heroSecondaryText">
At Grill Lab, we've turned the art of grilling into a scientific
pursuit of mouthwatering perfection. As grill enthusiasts, we're on
a mission to craft an unforgettable culinary experience that
tantalizes your taste buds and ignites your passion for flame-kissed
flavors.
</p>
</div>
<div class="page__hero-image">
<img
src="https://images.pexels.com/photos/3186654/pexels-photo-3186654.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="grilled food"
/>
</div>
</div>
</div>
<!-- INFO SECTION -->
<div class="page__info">
<h2 class="informationHeaderText-font">The Best Grilled food in town</h2>
<div class="page__info-container">
<div class="page__info-container_element">
<img
src="https://images.pexels.com/photos/2983101/pexels-photo-2983101.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="grilled burger"
/>
<p>
Savor the sizzle of perfection at our grill restaurant. Juicy
steaks, smoky barbecue, and warm ambiance await your unforgettable
dining experience.
</p>
</div>
<div class="page__info-container_element">
<img
src="https://images.pexels.com/photos/8523526/pexels-photo-8523526.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="grill process"
/>
<p>
Ignite your taste buds with the irresistible flavors of our grill.
Grilled to perfection, our dishes are a carnivore's dream come true.
</p>
</div>
<div class="page__info-container_element">
<img
src="https://images.pexels.com/photos/236887/pexels-photo-236887.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="grill cuts"
/>
<p>
Experience the art of grilling at its finest. Our seasoned chefs
transform prime cuts into mouthwatering masterpieces, all in the
heart of our welcoming grill haven.
</p>
</div>
<div class="page__info-container_element">
<img
src="https://images.pexels.com/photos/8477355/pexels-photo-8477355.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="grill fry"
/>
<p>
Indulge in the smoky allure of our grill's specialties. From tender
ribs to flame-kissed burgers, every bite is a celebration of bold
flavors and culinary craftsmanship.
</p>
</div>
</div>
</div>
<!-- QUOTE SECTION -->
<div class="page__quote">
<div class="page__quote-content">
<p class="page__quote-content-quote">
"Grilling is an age-old culinary art that transcends mere cooking;
it's a dance between fire and food, an orchestra of flavors, and a
celebration of nature's bounty. With each sizzle and sear, the grill
transforms the ordinary into the extraordinary, infusing dishes with
smoky melodies and tantalizing aromas. It's a timeless tradition that
brings families and friends together, creating memories around the
open flame. So, fire up the grill, and let the symphony of tastes
ignite your passion for the art of grilling."
</p>
<p class="page__quote-content-author">- Grill Maestro Extraordinaire</p>
</div>
</div>
<!-- CTA SECTION -->
<div class="page__cta">
<div class="page__cta-content">
<div class="page__cta-content_left">
<h3>Join Us for a Grilling Adventure</h3>
<p>Discover the world of savory delights at Grill Lab!</p>
</div>
<div class="page__cta-content_right"><button>Sign Up</button></div>
</div>
</div>
<footer class="page__footer">
Copyright  <a
href="https://www.linkedin.com/in/kumudclekhok/"
target="_blank"
>Kumud C Lekhok</a
>
</footer>
</body>
</html>