-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (78 loc) · 2.98 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>contact us</title>
<link rel="stylesheet" href="../css/about.css" />
<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=Diphylleia&family=Kablammo&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="about-section">
<h1 class="headline">About Us</h1>
<p class="description">
Welcome to Kerasma, your ultimate destination for a delightful food
ordering experience. At Kerasma, we believe that good food has the power
to bring people together, evoke joy, and satisfy the senses. Our mission
is to provide you with a wide range of delicious culinary options
conveniently delivered to your doorstep. Whether you're craving
comforting classics, exotic flavors, or healthy alternatives, our
carefully curated menu offers something to tantalize every palate. With
a seamless online ordering system, exceptional customer service, and a
commitment to quality, we aim to exceed your expectations. Join us on
this gastronomic journey and embark on a culinary adventure with
Kerasma. Indulge in the flavors you love, discover new favorites, and
let us take care of your dining needs.
</p>
</div>
<h2 style="text-align: center">Our Team</h2>
<div class="row">
<div class="column">
<div class="card">
<img
src="../images/himanshu.jpg"
alt="Himanshu"
style="width: 100%"
/>
<div class="container">
<h2>Himanshu Kumar</h2>
<p class="title">CTO & founder</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="../images/mukund.jpg" alt="Mukund" style="width: 100%" />
<div class="container">
<h2>Mukund agarwalla</h2>
<p class="title">CEO</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img
src="../images/geetansh.jpg"
alt="geetansh"
style="width: 100%"
/>
<div class="container">
<h2>Geetansh yadav</h2>
<p class="title">managing director</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</body>
</html>