-
Notifications
You must be signed in to change notification settings - Fork 0
/
7ways.html
71 lines (71 loc) · 2.82 KB
/
7ways.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
<html>
<head>
<title>Empowering Women</title>
<link rel="stylesheet" href="assets/css/main.css">
<style>
ol{
text-align: justify;
margin-left: 20px;
margin-right: 30px;
}
p{
margin-right: 30px;
color: blue;
}
i{
color: red;
}
</style>
</head>
<body>
<section id=header>
<h1>7 WAYS WOMEN COULD CHANGE THE WORLD</h1>
</section>
<br>
<h3><ol>
<li><b>They should have equal employment; women could raise every country’s GDP.</b>
<br>
<h5><i>Each country’s GDP grows by 3 percent for every additional 10 percent of girls going to school.</i></h5>
</li>
<br>
<li><b>If companies put women in leadership positions, both would benefit.</b>
<br>
<h5><i>Evidence suggests that gender-mixed leadership actually translates into better profits.</i></h5>
</li>
<br>
<li><b>If women were more politically involved, there would be better policies for the poor.</b>
<br>
<h5><i>In female-dominated groups, more generous economic policy choices were made, as shown in a study.</i></h5>
</li>
<li><b>Women should be paid more; it would help families thrive.</b>
<br>
<h5><i>Women are increasingly becoming primary, or co-breadwinners for their families, hence their pay becomes vital for the well-being of the family.</i></h5>
</li>
<li><b>If more women held political offices, they’d advance more pro-women policies.</b>
<br>
<h5><i>When women achieve parity in group situations, they accurately represent the interests of women and influence their male colleagues to agree with them — but when they hold a small minority, they don’t.</i></h5>
</li>
<li><b>Women should have more STEM training; they could change the tech market.</b>
<br>
<h5><i>Science Technology Engineering Mathematics, 1 or these play a pretty important role.</i></h5>
</li>
<li><b>More political power, might lead to less government corruption.</b>
<br>
<h5><i>Because women have been participating in politics for less time, they’re not yet accustomed to engaging in the risky political bargaining that corrupt male leaders practice.</i></h5>
</li>
</ol>
<p align=right>-Aesha Aggarwal</p>
</h3>
<section id="footer">
<ul class="icons">
<li><a href="http://twitter.com/empowerwomenrr" class="icon alt fa-twitter" target=_blank><span class="label">Twitter</span></a></li>
<li><a href="http://fb.com/woemp" class="icon alt fa-facebook" target=_blank><span class="label">Facebook</span></a></li>
<li><a href="http://instagram.com/empoweringwomennow" class="icon alt fa-instagram" target=_blank><span class="label">Instagram</span></a></li>
<li><a href="mailto:tushararora.1996@gmail.com?subject=WEmp.org" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© 2017</li><li>Design: <a href="http://fb.com/t.arora96" target=_blank>Tushar Arora</a></li>
</ul>
</section>
</body>
</html>