-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
140 lines (103 loc) · 5.52 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
<!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="icon" href="Images\woman.png">
<link rel="stylesheet" href="CSS\style.css">
<script src="script.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Sacramento&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>EmpowHER</title>
</head>
<body>
<div class="top-container" id="top">
<div class="navbar">
<h3 id="title">EmpowHer</h3>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="forYou.html">For You</a></li>
<li><a href="aboutUs.html">What we do</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="login.html">User Login</a></li>
</ul>
</nav>
</div>
<br>
<br><br><br><br>
<center>
<div class="title">
<p id="title_main">EmpowHer</p>
<p id="discription">Scholarships and Schemes for Women</p>
</div>
</center>
<br><br><br><br><br><br><br><br><br><br><br>
</div>
<div class="middle-container1" id="middle1">
<div class="md1">
<h3 id="title_sub">What We Are</h3>
<p>Our web application <span id="title_sub">EmpowHer</span> is dedicated to empowering females by providing equal opportunities through exclusive schemes and scholarships. We believe in creating a level playing field and our platform ensures that women have access to resources and support to achieve their goals and aspirations. Join us in our mission to promote gender equality and pave the way for a brighter future for all females.</p>
</div>
<div class="md2">
<h3 id="title_sub">Why We Do</h3>
<p>When women are empowered and treated equally, it leads to a more just and equitable society. Gender equality and women empowerment can lead to greater economic growth, improved health and well-being, reduced poverty and inequality, and increased political participation and decision-making power. Empowering women means unlocking their potential, which can lead to significant benefits not only for women themselves but for entire communities and societies.</p>
</div>
<img id="img1" src="Images\3d-casual-life-young-woman-in-consultations.png" >
<br><br><br><br><br>
<center>
<h1 id="title_sub">Some Facts</h1>
</center>
<br><br>
<div class="facts_left">
<p>According to UNESCO, 132 million girls worldwide are out of school and may never get the opportunity to learn to read or write.</p>
</div>
<div class="facts_right" >
<p>In some countries, girls are less likely than boys to complete primary or secondary education. For example, in sub-Saharan Africa, only 8% of girls complete secondary education.</p>
</div>
<div class="facts_left">
<p>Women are often paid less than men for the same work. The gender pay gap persists globally, with women earning on average 16% less than men.</p>
</div>
<br>
<center>
<img id="img2" src="Images\3d-casual-life-young-women-working-with-computer.png" >
</center>
<br><br>
<div class="facts_right">
<p>Women are also underrepresented in leadership positions in both the public and private sectors. According to the World Economic Forum, women currently hold just 27% of managerial positions globally.</p>
</div>
<div class="facts_left">
<p>Violence against women and girls is a major human rights violation, affecting millions of women worldwide. One in three women worldwide have experienced physical or sexual violence in their lifetime.</p>
</div>
<div class="facts_right">
<p>Women are often excluded from decision-making processes in their communities and societies, leading to a lack of representation and voice.</p>
</div>
<br>
<center>
<img id="img3" src="Images/vivid-classes-at-the-university.png" >
</center>
<br><br>
<div class="facts_left">
<p> Discrimination against women in access to healthcare is also a widespread problem, with women often receiving poorer quality care than men.</p>
</div>
<div class="facts_right">
<p> Women and girls are disproportionately affected by poverty, and are often denied economic opportunities and financial independence.</p>
</div>
<div class="facts_left">
<p>Discrimination against women can have a range of negative consequences, including limited educational opportunities, reduced economic productivity, and increased rates of violence and poverty.</p>
</div>
<div class="facts_right">
<p>Promoting gender equality and empowering women is essential for achieving sustainable development and building a better future for all.</p>
</div>
<br><br><br><br>
</div>
<div class="last">
<p>Swayam Govil</p>
<p>Angad Singh</p>
<p>Vaibhav Sharma</p>
</div>
</body>
</html>