-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (82 loc) · 3.73 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
<!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">
<link rel="stylesheet" href="style.css">
<title>WORLD HEALTH ORGANISATION</title>
</head>
<body>
<nav class="navbar background">
<ul class="nav-list">
<div class="logo"><img src="img/who.png" alt="logo"></div>
<li> <a href="#home">Home</a></li>
<li> <a href="#about">About</a></li>
<li> <a href="#contact">Contact </a></li>
</ul>
<div class="rightNav">
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_IX2ax1ptfdsY2S" async> </script> </form>
</div>
</div>
</nav>
<section class="background firstSection" id="home">
<div class="box-main">
<div class="firstHalf">
<p class="text-big">WORLD HEALTH ORGANISATION</p>
<p class="text-small">Together for a healthier world.</p>
</div>
<div class="secondHalf">
<img src="img/who.png" alt="image">
</div>
</div>
</section>
<hr>
<section class="section" id="about">
<div class="paras">
<p class="sectionTag text-big">Integrated Child Development</p>
<p class="sectionSubTag text-small">Children in the age group 0-6 years constitute around 158 million of the population of India (2011 census). These Children are the future human resource of the country. Ministry of Women and Child Development is implementing various schemes for welfare, development and protection of children.</p>
</div>
<div class="thumbnail">
<img src="img/icm.jpg" alt="image" class="imgFluid">
</div>
</div>
</section>
<section class="section section-left">
<div class="paras">
<p class="sectionTag text-big">World Health Day</p>
<p class="sectionSubTag text-small">On World Health Day, 7 April 2021, we will be inviting you to join a new campaign to build a fairer, healthier world.</p>
</div>
<div class="thumbnail">
<img src="img/whd.png" alt="image" class="imgFluid">
</div>
</section>
<section class="section">
<div class="paras">
<p class="sectionTag text-big">Positive Attitude</p>
<p class="sectionSubTag text-small">Aim of this project is to identify and support 500 underprivileged girl students from slum communities, who are studying in classes V to X in government schools. Every year, we distribute the educational material kits to these girls.Join us and Make a Donation to the Elder Sponsorship program by sponsoring groceries for poor old age people.</p>
</div>
<div class="thumbnail">
<img src="img/background.jpg" alt="image" class="imgFluid">
</div>
</section>
<section class="contact" id=contact>
<h1 class="h-primary">CONTACT</h1>
<br>
<div class="bg">
<div class="center">
<ul type="none">
<li class="operations"><a href="https://www.linkedin.com/in/utkarsh-singhal-0500841a0/" target="_blank" ><button class="btn"><i class="fab fa-linkedin"></i> LINKEDIN</button></a></li><br><br>
<li class="operations"><a href="https://github.com/UtkarshSKD" target="_blank"><button class="btn"><i class="fab fa-github"></i> GITHUB</button></a></li>
</ul>
</div>
</div>
</section>
<footer class="background">
<p class="text-footer">
Copyright © 2027 - All rights reserved
</p>
</footer>
</section>
</body>
</html>