-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
53 lines (40 loc) · 1.57 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
<html>
<head>
<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=Julius+Sans+One&family=Just+Me+Again+Down+Here&display=swap" rel="stylesheet">
<title>Catering for Military & Veterans for all events-ChowHall Catering</title>
<link href="css/normalize.css" rel="stylesheet"/>
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<nav>
<a href="index.html" title="Go to Home Page" class="chclogo">
<img src="images/chclogo.svg" alt="ChowHall-Catering logo"/>
</a>
<ul>
<li><a href="home.html" title="see menu options">Home</a></li>
<li><a href="about.html" title="Learn About Us">About</a></li>
<li><a href="contact-us.html" title="Contact Us">Contact Us</a></li>
<li><a href="faqs.html" title="Got a Question">FAQS</a></li>
</ul>
<a href="contact.html" title="Order Now" class="button">Order Now</a>
</nav>
<header>
<h1>About Us</h1>
<p>We are a Veteran owned/operated catering business that focuses on serving those who served us. We cook, they protect. Its that simple. Cooking has always been a hobby of mine and when I got out of the Air Force I had some time to focus on giving back. That’s when the idea to cater events for military personnel.</p>
<h2> Proudly Served owned and operated by Veterans</h2>
</header>
<section>
<img src="images/brisket.jpeg"/>
</section>
<section>
<img src="images/iStock-1317950512.webp">
</section>
<section>
<img src="images/download.jpg">
</section>
<footer>
</footer>
</body>
</html>