-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (33 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | Orthodox Foods</title>
<!-- bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<!-- bootstrap css -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
</head>
<body>
<div class="card" style="width: 78.rem; height:36.6rem ; background-color: olivedrab; ">
<div class="card-body">
<h1 class="card-title"><u>About Us</u></h1>
<!-- <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6> -->
<p class="card-text" style="font-size: 30px;">Welcome to Orthodox Foods, your one-stop destination for authentic
traditional delicacies from around the globe. We are passionate about preserving and
sharing the rich culinary heritage of diverse cultures, bringing you closer to the flavors
and traditions that define generations.
At Orthodox Foods, we believe every dish tells a story—a story of love, culture, and
community. Our curated collection features handpicked traditional foods made with care,
using time-honored recipes and the finest ingredients.
Whether you are rediscovering the tastes of home or exploring the cuisines of far-off lands,
Orthodox Foods is here to deliver authenticity right to your doorstep. Join us on this
flavorful journey and celebrate the beauty of cultural heritage through food!</p>
<!-- <a href="#" class="card-link">Card link</a>-->
<a href="main.html">Home</a>
</div>
</div>
</body>
</html>