-
Notifications
You must be signed in to change notification settings - Fork 0
/
gender.html
111 lines (95 loc) · 2.87 KB
/
gender.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="projectCSS.css">
<style>
body {margin:0;}
#menu {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
ul{
font-size: 25px
}
p{
font-size: 25px
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #CD02F2;
}
</style>
<div style="background-color:#ADD8E6;">
</head>
<body>
<div>
<ul id ="menu">
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/final_project.html">Home</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/immigration.html">Immigration</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/race.html">Race</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/age.html">Age</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/religion.html">Religion</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/gender.html">Gender</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/Final_Project/takeTest.html">Take the Test</a></li>
</ul>
</div>
<br>
<br>
<br>
<br>
<div>
<center>
<img src="gender.jpg" width="310" height="250">
<iframe width="310" height="250" src="https://www.youtube.com/embed/LiJ1jcK-jSU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2> Gender Bias </h2>
</center>
</div>
<div>
<p>
Gender bias is a preference or prejudice toward one gender over the other.
Bias can be conscious or unconscious, and may manifest in many ways, both subtle and obvious.
In many countries, eliminating gender bias is the basis of many laws,
including those that govern workplaces, family courts, and even the voting booth.
</p>
</div>
<div >
<h2>The Cause of Gender Bias:</h2>
<p>
The causes of gender bias may be as follows:
<ul id="Samples">
<li>Prejudice</li><br>
<li>Socio-cultural</li><br>
<li>Economic</li><br>
<li>Educational</li><br>
<li>Personal and Psychological</li><br>
<li>Adherance to traditional gender roles</li><br>
</ul>
</p>
</div>
<center>
<iframe width="500" height="300" src="https://www.youtube.com/embed/0WRNwDptQe8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="500" height="300" src="https://www.youtube.com/embed/S1Onniy08AY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><br>
<font size="2" color="black">
© 2019 Robyn, Kailynn, Angie. All Rights Reserved.
</font>
</center>
</body>
</html>