-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
86 lines (84 loc) · 2.9 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
82
83
84
85
86
<!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">
<link rel="stylesheet" href="/about.css">
<title>about</title>
</head>
<body>
<header>
<nav>
<span class="belton">
<p>Adil Mustafa</p>
</span>
<ul>
<li>
<a href="/catering and chef.html" target="_blank">HOME</a>
</li>
<li>
<a href="/about.html"
target="_blank">ABOUT</a>
</li>
<li>
<a href="/services.html"
target="_blank">SERVICE</a>
</li>
<li>
<a href="/contact.html"
target="_blank">CONTACT</a>
</li>
</ul>
</nav>
<h1>Here’s our story</h1>
</header>
<div class="main">
<div class="start">
<div class="para1">
<p>We started out at our home kitchen, whipping up finger-foods for our friends’ weddings and nieces’ birthdays. Everyone loved our food and our innovative combinations of flavors.</p>
</div>
<div class="para2">
<p>So, what started out as a family operated business quickly grew into a fully-fledged small business that we operate out of our professional catering kitchen in Lisle. The team has also grown to 6 people; we can cater at events as large as 1,000 people.</p>
</div>
</div>
<div class="images">
<div class="img">
<img src="/burger.avif" alt="burger image">
</div>
<div class="img">
<img src="/bread.avif" alt="bread image">
</div>
</div>
</div>
<footer>
<div class="event">
<h1>
First, we eat. Then we do everything else. Let us take care of food at
your special event.
</h1>
<button class="B1">
<a
href="https://zyro.com/preview/belton?utm_medium=affiliate&utm_source=aff1635&utm_campaign=aff35&transaction_id=102ab3b03273ca725b1a6c45fc885d">Get
in touch</a>
</button>
</div>
<div class="last">
<div class="info">
<h3>Belton Catering</h3>
<p>
We’re a catering business serving the Greater Chicago area, and
making sure your event is remembered for all the delicious food.
</p>
</div>
<div class="info">
<h3>Contacts</h3>
<p>
<a href="[email protected]"> [email protected]</a> <br />
+5363-84635-837
</p>
</div>
</div>
</footer>
</body>
</html>