-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
231 lines (220 loc) · 12.9 KB
/
index.html
File metadata and controls
231 lines (220 loc) · 12.9 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<html>
<head>
<title>HOME | WeAreHealthy</title>
<!--Company Icon next to title -->
<link rel="shortcut icon" href="wahlogo.jpg">
<link rel="stylesheet" href="style.css" type="text/css">
<!--BootsStrapLink-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--Frontawsome Icons-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<style>
.backgroundimage
{
background-image: url('main_bg_new_two.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.column_img
{
padding: 50px;
}
.column_text
{
padding: 40px;
text-align: justify;
}
input[type=submit]:hover
{
background-color: #45a049;
}
</style>
</head>
<body>
<div class="topnav">
<a class="active" href="index.html"><span class="glyphicon glyphicon-home" style="padding-right: 10px;"></span>Home</a>
<a href="#whoarewe"><i class='fas fa-users' style="padding-right: 10px;"></i>About Us</a>
<a href="#our_services"><i class="far fa-handshake" style="padding-right: 10px;"></i>Our Service</a>
<a href="#contact_details"><i class="fa fa-phone" style="padding-right: 10px;"></i>Contact</a>
<a href="index.html" style="float: right;"><i class="fas fa-building" style="padding-right: 10px;"></i>WeAreHealthy</a>
</div>
<div class="backgroundimage">
<!-- <button><h2>Click here to know more about yoga</h2></button>-->
<div class="hero-text">
<h1 style="font-size:30px">Welcome to the world of fitness.<br/> Welcome to WeAreHealthy</h1>
<p>One stop platform for all the people who want to be fit.</p>
</div>
</div>
<div class="aboutus" style="padding: 5%;">
<center>
<a href="aboutus.html" target="_blank" style="color: rgb(15, 14, 14)"><h1 style="font-size: 50px;" id="whoarewe">Who are we</h1></a>
<div class="aboutus">
<p>
WeAreHealthy is not only one stop platform for all the people who relly want to know more about yoga
</p>
<div class="aboutusrow" style="padding: 5%">
<div class="aboutuscolumn">
<div class="aboutuscard">
<img src="aboutus_team1.jpg" alt="Jane" style="width:100%">
<div class="aboutuscontainer">
<h2>Jane Doe</h2>
<p class="aboutustitle">CEO & Founder</p>
<p>Jane Doe is a pschactrist and X Director of NYU Hospital. She is having more then 20 years of experience in this field.</p>
<p>ceo@wearehealthy.com</p>
<p><button class="aboutusbutton" href="https://www.linkedin.com/">Linked In</button></p>
</div>
</div>
</div>
<div class="aboutuscolumn">
<div class="aboutuscard">
<img src="aboutus_team2.jpg" alt="Mike" style="width:100%">
<div class="aboutuscontainer">
<h2>Mike Ross</h2>
<p class="aboutustitle">COO and Co-Founder</p>
<p>Mike Ross is a trained yoga instructor and a content writer. He is having more then 18 years of experience in this field.</p>
<p>coo@wearehealthy.com</p>
<p><button class="aboutusbutton" href="https://www.linkedin.com/">Linked In</button></p>
</div>
</div>
</div>
<div class="aboutuscolumn">
<div class="aboutuscard">
<img src="aboutus_team3.jpg" alt="John" style="width:100%">
<div class="aboutuscontainer">
<h2>Richard Doe</h2>
<p class="aboutustitle">Director</p>
<p>Richard Doe is an X Footbal player from Argentenna and he is having more then 15 years of experience in this field.</p>
<p>director@wearehealthy.com</p>
<p><button class="aboutusbutton" href="https://www.linkedin.com/">Linked In</button></p>
</div>
</div>
</div>
</div>
</div>
</center>
</div>
<div class="ourservices">
<center><a href="ourservices.html" target="_blank" style="color: rgb(15, 14, 14)"><h1 style="font-size: 50px;" id="our_services">SERVICES</h1></a></center>
<center><h4 style="font-size: 30px;">What we offer</h4></center>
<div class="row_ourservices_img">
<div class="column_ourservices_img">
<center>
<a href="yoga.html" target="_blank"><img src="ourservices_yoga.jpg" alt="Yoga Logo" style="width:50%"></a>
<h4 style="padding-top: 10px;">YOGA</h4>
<p>Everwonder what assan is effecting our body directly and indirectly. Learn from our experts.</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<a href="pe.html" target="_blank"><img src="ourservices_pe_new.png" alt="Physical Education Logo" style="width:50%"></a>
<h4 style="padding-top: 10px;">PHYSICAL EDUCATION</h4>
<p>How and why sport is important for us. Lern from our experts and understand the science behind it.</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<a href="hh.html" target="_blank"><img src="ourservices_hh_new.png" alt="Healthy Habits logo" style="width:50%;"></a>
<h4 style="padding-top: 10px;">HEALTHY HABITS</h4>
<p>Learn some good habits which we miss in daily life.</p>
</center>
</div>
</div>
<div class="row_ourservices_img">
<div class="column_ourservices_img">
<center>
<a href="blogs.html" target="_blank"><img src="ourservices_blog.jpg" alt="Blog Logo" style="width:50%"></a>
<h4>BLOG</h4>
<p>We provide lot of blogs on different topics which is written by professionals from all over the world.</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<a href="#contact_details"><img src="ourservices_certification.jpg" alt="certification Logo" style="width:50%"></a>
<h4>CERTIFICATIONS</h4>
<p>We provide certification courses also which not only help you in improving your portfolio but is also industry recognised.</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<a href="#contact_details"><img src="branch_experts.png" alt="Expert Advice logo" style="width:50%;"></a>
<h4>EXPERT ADVICES</h4>
<p>Get the expert advices and learn from them and make yourself perfect and worthful.</p>
</center>
</div>
</div>
</div>
<div class="branch">
<center><h1 style="font-size: 50px;" id="branch_details">WHERE ARE WE</h1></center>
<center><h4 style="font-size: 30px;" id="branch_details">WeAreHealthy is everywhere</h4></center>
<div class="row_ourservices_img">
<div class="column_ourservices_img">
<center>
<img src="branch_worldmap.jpg" alt="World Map Logo" style="width:50%;">
<h4 style="padding-top: 10px;">We are everywhere</h4>
<p>WeAreHealthy is present in 15+ countries.</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<img src="branch_customer.png" alt="Customer Logo" style="width:50%">
<h4 style="padding-top: 10px;">Our Customers</h4>
<p>We have 2000+ trustworthy customerbase.</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<img src="branch_experts_new.png" alt="Branch expert logo" style="width:50%">
<h4 style="padding-top: 10px;">Branch Experts</h4>
<p>We are having more then 200+ experts who will help you any time any place.</p>
</center>
</div>
</div>
</div>
<div class="reach_us">
<center><h1 style="font-size: 50px;" id="branch_details">REACH US</h1></center>
<div class="row_ourservices_img">
<div class="column_ourservices_img">
<center>
<a href="tel:9000000000"><img src="reachus_call.jpg" alt="Call logo" style="width:50%;"></a>
<h4>Customer Suport</h4>
<p>WeAreHealthy customer support is working 12 hrs x 365 days</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<a href="mailto:info@wearehealthy.com" target="_blank"><img src="reachus_email.jpg" alt="Email Logo" style="width:50%"></a>
<h4>Email Us at</h4>
<p>info@wearehealthy.com</p>
</center>
</div>
<div class="column_ourservices_img">
<center>
<a href="#googlemap"><img src="reachus_map.jpg" alt="Map logo" style="width:50%"></a>
<h4>Meet us at</h4>
<p>WeAreHealthy, Sky View, Gachibowli, Hyderabad, India</p>
</center>
</div>
</div>
</div>
<div class="contact_us">
<center><a href="contact.html" target="_blank" style="color:rgb(78, 24, 24)"><h1 style="font-size: 50px;" id="contact_details">CONTACT US</h1></a></center>
<center><h4 style="font-size: 30px;" id="contact_details">Have a querry! We are here for you.</h4></center>
<form action="index.html">
<input type="text" placeholder="Full Name" required><br/>
<input type="email" placeholder="EmailID" required><br/>
<input type="text" placeholder="Write Your Querry Here" style="height: 150px;" ><br/>
<input type="submit" class="contactusbutton" value="Contact Us"><br/>
</form>
<iframe id="googlemap" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3806.601949629909!2d78.37345981489095!3d17.430880088052632!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bcb93fadfe8a053%3A0x27710ce1bc48e4e4!2sTHE%20SKYVIEW!5e0!3m2!1sen!2sin!4v1632322167162!5m2!1sen!2sin" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<footer>
<h5 style="float: left;">Copyright © WeAreHealthy. All Rights Reserved | Contact Us: +91 90000 00000</<h5>
<!--<h3>We Are Healthy</h3>-->
<h5 style="float: right;">Developed by Kunal Singh</h5>
</footer>
</body>
</html>