-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout Us.html
43 lines (39 loc) · 1.66 KB
/
About Us.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
<!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">
<title>About Us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<a href="Home.html">Home</a>
<a href="Contact Us.html"> Contact Us</a>
<a href="About Us.html">About Us</a>
</nav>
</header>
<h5>
About Us
</h5>
<p>
Dr Daves Health Food Store (via Sunrise Health Foods) was established in 1983 with the goal of supplying the community and beyond with quality and specially selected health care products located in the Central Valley. It carries supplements, vitamins. tea, healthy meals, herbs, sports nutrition and bulk products! Stop on by!
</p>
<div class="googleMap">
<div class="googlemap">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12777.8620452359!2d-119.8461535!3d36.8073635!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfc55004ce96afd5c!2sSunrise%20Health%20Foods!5e0!3m2!1sen!2sus!4v1651802814993!5m2!1sen!2sus" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<video width="320" height="320" controls>
<source src="video.mp4" type="video/mp4"
</video>
<div class="footer">
<footer>
<a href="Instagram.com">Instagram</a>
<a href="Facebook.com">Facebook</a>
<a href="Twitter.com">Twitter</a>
</footer>
</div>
</body>
</html>