-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
352 lines (292 loc) · 12.5 KB
/
index.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
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Data visualization of Health</title>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="glider.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="wrapper">
<div class="mobile-nav">
<ul class="menu-items">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Our Projects</a>
</li>
<!-- <li>
<a href="#testimonials">Testimonials</a>
</li> -->
<!-- <li>
<a href="#contact">Contact</a>
</li> -->
</ul>
</div>
<nav class="desktop-nav">
<div class="logo">
<a href="#">
<!-- <img src="images/Logo.svg" alt="" /> -->
</a>
</div>
<div class="menu-icon">
<!-- <img src="images/MenuIcon.svg" alt="" /> -->
</div>
<ul class="menu-items">
<li>
<a href="#about" class="active">About</a>
</li>
<li>
<a href="#projects">Our Project</a>
</li>
<li>
<a href="visual.html">Visualising using GUI</a>
</li>
<li>
<a href="about.html">Visualising using python</a>
</li>
<!-- <li>
<a href="#testimonials">Testimonials</a>
</li> -->
<!-- <li>
<a href="#contact">Contact</a>
</li> -->
<li>
<a href="#contact" class="btn">Get Started</a>
</li>
</ul>
</nav>
<!-- End of Desktop Navigation -->
<header class="hero-container">
<div class="left">
<p>Welcome To</p>
<h1><span class="gt"></span>Data visualization of health </h1>
<!-- <a href="#" class="btn">Get Started</a> -->
<a href="visual.html" target="_blank"class="btn cyan">Visualising using GUI</a>
<a href="about.html" target="_blank"class="btn cyan">Visualising using python</a>
</div>
<div class="right">
<img src="images/HeroImage.svg" alt="" />
</div>
<img class="hero-bg" src="images/HeroBG.svg" alt="" />
<div class="polygon-container">
<img class="polygon" src="images/Polygon.svg" alt="" />
<img class="polygon2" src="images/Polygon2.svg" alt="" />
<img class="polygon3" src="images/Polygon3.svg" alt="" />
</div>
</header>
<!-- End of Hero Section -->
<!-- <div class="brands-section">
<h2>Our Clients</h2>
<div class="brands-container">
<div class="brands-line-1">
<img src="images/MicrosoftLogo.png" alt="" />
<img src="images/GoogleLogo.png" alt="" />
<img src="images/NetflixLogo.png" alt="" />
</div>
<div class="brands-line-2">
<img src="images/UnityLogo.png" alt="" />
<img src="images/AmazonLogo.png" alt="" />
</div>
</div>
</div> -->
<!-- End of Brands Section -->
<section id="about" class="about-section">
<h2>About us</h2>
<div class="section-content">
<div class="about-description">
<p>
At the heart of their collaboration is a shared appreciation for the power of visual storytelling. Each member of
the team brings a unique set of skills to the table, including data analysis, design, programming, and communication.
Working together, they are able to create a seamless workflow that allows them to efficiently produce high-quality
data visualizations. They begin by carefully
analyzing the client's data set, looking for patterns and insights that can be effectively conveyed through graphics.
</p>
<p>
Throughout the collaboration process, the team places a strong emphasis on communication and collaboration.
They regularly meet to discuss their progress, share feedback, and brainstorm new ideas.
This helps to ensure that the final product meets the client's expectations and effectively communicates the key insights from the data.
Ultimately, the team's passion for data visualization and commitment to collaboration and communication helps them to create visually stunning and informative
graphics that help their clients make better decisions and achieve their goals.
</p>
</div>
<img src="images/team.jpg" alt="" />
</div>
</section>
<!-- End of About Us Section -->
<section id="projects" class="project-section">
<h2>Our Project</h2>
<div class="projects-gallery">
<!-- <img src="images/Project1.png" alt="" />
<img src="images/Project2.png" alt="" />
<img src="images/Project3.png" alt="" />
<img src="images/Project4.png" alt="" />
<img class="hide" src="images/Project5.png" alt="" />
<img class="hide" src="images/Project6.png" alt="" /> -->
<p>
The Health Survey of India is a comprehensive survey conducted by the Ministry of Health and Family Welfare in collaboration with the World Health Organization. It aims to gather data on the health status, health behaviors, and health care utilization of the Indian population. The survey is conducted periodically and covers a representative sample of households across all states and union territories in the country.
To visualize the data collected from the survey, various statistical and graphical tools are used. <wbr><br>
One of the most common ways to visualize the data is through tables and charts that present key findings in an easily understandable format. These may include bar graphs, line graphs, pie charts, and scatter plots. Infographics are also used to present complex data in a visually appealing manner.
The Health Survey of India plays a critical role in shaping health policies and programs in the country. The data collected provides insights into the health needs and challenges faced by different sections of the population, which helps in developing targeted interventions to address these issues. The survey also serves as a benchmark for tracking progress and evaluating the impact of health programs and policies over time. Overall, the Health Survey of India is an important tool for promoting public health and well-being in the country.
</p>
</div>
<a href="visual.html" class="btn cyan" target="_blank">Visualising using GUI</a>
<a href="about.html" class="btn cyan" target="_blank">Visualising using python</a>
</section>
<!-- End of the Projects Section -->
</div>
<!-- <section id="testimonials" class="testimonials-section">
<div class="wrapper">
<h2>Testimonials</h2>
<div class="testimonials-container">
<div class="testimonials">
<div class="testimonial">
<div class="slide-container">
<div class="content">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
malesuada pharetra ut feugiat quisque odio nulla leo.
Facilisis rhoncus gravida integer risus, ac vulputate a.
Elementum fermentum feugiat nunc cras ac orci, amet sapien.
</p>
<div class="name">
<strong>Darlene Richards,</strong> Amazon
</div>
</div>
<img src="images/Testimonial1.png" alt="" />
</div>
</div> -->
<!--
<div class="testimonial">
<div class="slide-container">
<div class="content">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
malesuada pharetra ut feugiat quisque odio nulla leo.
Facilisis rhoncus gravida integer risus, ac vulputate a.
Elementum fermentum feugiat nunc cras ac orci, amet sapien.
</p>
<div class="name">
<strong>Peter Williams,</strong> Louis Vuitton
</div>
</div>
<img src="images/Testimonial2.png" alt="" />
</div>
</div>
<div class="testimonial">
<div class="slide-container">
<div class="content">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
malesuada pharetra ut feugiat quisque odio nulla leo.
Facilisis rhoncus gravida integer risus, ac vulputate a.
Elementum fermentum feugiat nunc cras ac orci, amet sapien.
</p>
<div class="name"><strong>Tara Green,</strong> Ferrari</div>
</div>
<img src="images/Testimonial3.png" alt="" />
</div>
</div>
</div>
<span class="slider-prev"
><img src="images/LeftArrow.svg" alt=""
/></span>
<span class="slider-next"
><img src="images/RightArrow.svg" alt=""
/></span>
<div role="tablist" class="dots-container">
<div class="dots"></div>
</div>
</div>
</div>
</section> -->
<!-- End of Testimonials Section -->
<!-- <div class="wrapper">
<section id="contact" class="contact-section">
<h2>Contact Us</h2>
<form action="#">
<div class="group">
<input type="text" placeholder="Name" />
<input type="text" placeholder="Email" />
</div>
<div class="group">
<textarea
name=""
id=""
cols="30"
rows="10"
placeholder="Your Message"
></textarea>
</div>
<a href="#" class="btn cyan">Send Message</a>
</form>
</section>
</div> -->
<!-- End of Contact Section -->
<footer>
<!-- <div class="wrapper">
<div class="footer-container">
<div class="logo">
<img src="images/Logo-Light.svg" alt="" />
</div> -->
<!-- <div class="footer-nav">
<h3>Our Services</h3>
<ul>
<li><a href="#">Mobile Development</a></li>
<li><a href="#">Web App Development</a></li>
<li><a href="#">Theme Development</a></li>
<li><a href="#">SEO</a></li>
</ul>
</div> -->
<!-- <div class="footer-nav">
<h3>About Us</h3>
<ul>
<li><a href="#">GT Web Design</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div> -->
<!-- <div class="footer-nav">
<h3>Get Social</h3>
<div class="footer-social">
<a href="#">
<img src="images/FacebookLogo.png" alt="" />
</a>
<a href="#">
<img src="images/InstagramLogo.png" alt="" />
</a>
<a href="#">
<img src="images/TwitterLogo.png" alt="" />
</a>
</div> -->
<!--
<p>[email protected]</p>
</div>
</div>
</div> -->
<p class="copyright">
team dataviz © 2023
</p>
</footer>
<!-- End of the Footer -->
<script src="glider.min.js"></script>
<script>
new Glider(document.querySelector(".testimonials"), {
slidesToShow: 1,
dots: ".dots",
arrows: {
prev: ".slider-prev",
next: ".slider-next",
},
});
</script>
<script src="main.js"></script>
</body>
</html>