-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
127 lines (108 loc) · 6.09 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!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>Document</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<p id="heading"> <b>FREE SHIPPING</b> ON ALL ORDERS OVER 35$!</p>
<div id="navbar">
<div id="logo">
<a href="index.html"><img src="https://cdn.shopify.com/s/files/1/0399/1728/9633/files/new-logo.png?height=628&pad_color=ffffff&v=1591028951&width=1200" alt=""> </a>
</div>
<div id="list">
<p><a href="">Shope</a></p>
<p><a href="">About</a></p>
<p><a href="">StoreLocator</a></p>
</div>
<div id="icon">
<a href=""><img src="https://cdn-icons-png.flaticon.com/128/3917/3917061.png" alt=""></a>
<a href="signin.html"><img src="https://cdn-icons-png.flaticon.com/128/3917/3917688.png" alt=""></a>
<a href=""><img src="https://cdn-icons-png.flaticon.com/128/3916/3916639.png" alt=""></a>
</div>
</div>
<div id="background">
<h1>Our Story</h1>
<h2>Founded in 1930, Himalaya remains family owned with <br> products offered in over 100 countries.</h2>
</div>
<div id="story1">
<div>
<img src="https://i.shgcdn.com/4075e3a0-9129-48bd-bfe7-42fc93fe2397/-/format/auto/-/preview/3000x3000/-/quality/lighter/" alt="">
</div>
<div>
<h2>From Humble Beginnings</h2>
<p>While riding through the forests of Burma, our founder, Mr. M. Manal, saw a villager pacify a restless elephant by feeding it the root of the plant Rauwolfia serpentina. </p>
<p> Fascinated by the plant's effect on the elephant, he returned home to India to seek scientific evidence for why this particular plant would have such a beneficial, calming effect. Young Manal's mother gave him her bangles to sell so he could pursue his work, and Himalaya was born. </p>
<p> Once he fully understood the science behind this special botanical, Mr. Manal bought a hand-operated, tablet-compressing machine and began his work. At night, his shoulders would ache from producing a few hundred tablets, one small tablet at a time. But his hard work paid off. This remarkable plant would later become Serpina, the world’s first anti-hypertensive drug in 1934. </p>
<p> We remain in awe of the man who began our company, and the grandfather of our current CEO, Nabeel Manal. Himalaya’s legacy has always been one of researching nature and using the tools of modern science to develop and produce Ayurveda-based, pharmaceutical-grade herbal medicine products. And today, that legacy continues. </p>
<p> Mr. Manal had a vision of helping people be well. Today, Himalaya Herbal Healthcare has turned a time-honored herbal tradition into a complete range of contemporary, proprietary formulas and single herbs dedicated to making the world well one person at a time.</p>
</div>
</div>
<div id="story2">
<div>
<h2>The Himalaya Legacy Now Spans Over 90 Years</h2>
<p>While riding through the forests of Burma, our founder, Mr. M. Manal, saw a villager pacify a restless elephant by feeding it the root of the plant Rauwolfia serpentina. </p>
<p> Founded in 1930, the Himalaya legacy now spans over 90 years, stretching from one man, to his son, to his grandson. From our humble beginnings in India, our products are now offered in over 100 countries, yet we’re still family owned. </p>
<p> Himalaya offers a full line of clinically-studied herbal formulations, certified USDA organic Single herbs, and a full line of body care products. Integrating the principles of traditional medicine with modern science, Himalaya is a worldwide pioneer in the field of scientifically validated herbal healthcare. </p>
</div>
<div>
<img src="https://i.shgcdn.com/59ff8391-0e4c-47df-9848-556c4521753e/-/format/auto/-/preview/3000x3000/-/quality/lighter/" alt="">
</div>
</div>
<div id="designBox">
<div id="design">
<div>
<h4>Info</h4>
<p>Contact Us</p>
<p>FAQ</p>
<p>Blog</p>
<p>Store Locator</p>
<p>Careers</p>
</div>
<div>
<h4>Policies</h4>
<p>Shipping & Return</p>
<p>Terms & Conditions</p>
<P>Privacy</P>
<p>CCPA</p>
<p>Accessibility</p>
</div>
<div>
<h4>Contact Us</h4>
<h5>Email:</h5>
<p>writetous@himalayausa.com</p>
<h5>Phone:</h5>
<p>1-800-869-4640</p>
<h6>Mon-Fri, 8am-5pm CT</h6>
<h5>Mail:</h5>
<p>Himalaya Wellness</p>
<h6>1101 Gillingham Lane</h6>
<h6>Sugar Land, TX 77478</h6>
</div>
<div>
<h4>Subscribe to Our Newsletter!</h4>
<input type="text" placeholder="Enter your e-mail" id="boxEmail">
<p>By entering your email, you agree to our Terms & Conditions and Privacy Policy</p>
<div id="social">
<h5>Follow Us:</h5>
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422199.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422200.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422210.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422215.png" alt="">
</div>
</div>
</div>
</div>
<div id="bottomDiv">
<div id="compass">
<h3>© 2022 Himalaya Wellness. All rights reserved.</h3>
</div>
<div id="tool">
<h6>*THESE STATEMENTS HAVE NOT BEEN EVALUATED BY THE FOOD AND DRUG ADMINISTRATION. THIS PRODUCT IS NOT INTENDED TO DIAGNOSE, TREAT, CURE OR PREVENT ANY DISEASE.</h6>
</div>
</div>
</body>
</html>