-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal_project.html
128 lines (111 loc) · 3.6 KB
/
final_project.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="projectCSS.css">
<style>
body {margin:0;
background-color:#00F6FF;
}
ul {
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>
<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>
<center><h1 id="header"> Are You Biased?<br> By: Angelina, Robyn, and Kailynn </h1></center>
<center>
<iframe width="500" height="300" src="https://www.youtube.com/embed/7P0iP2Zm6a4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="500" height="300" src="https://www.youtube.com/embed/tZvDaPBqAyg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
<center><div class="row">
<center><div class="column2">
<h2> Our mission </h2>
<p>
Our mission is to bring awareness to bias in our society.
we want people to know where their bias falls.
<b>We are all biased</b>; whether intentionally, or unconsciously.
We want to show how one's bias affects their decisions, interactions, and even self-image.
</p>
</div>
<div class="column2">
<h2> General Definition </h2>
<p>
Bias is showing an unreasonable like or dislike against an idea or thing, usually in a way that is closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individual, a group, or a belief.
</p>
</center></div>
</center></div>
<div style="background-color:#ADD8E6;">
<center><div class="row">
<div class="column">
<img src="C:\Users\Prudential\Desktop\Final_Project\Immigration_home.jpg" width="300" height="200">
<p>Immigration</p>
</div>
<div class="column">
<img src="https://outsmartinghumanminds.org/wp-content/uploads/OHMIcon_16_RaceBiasHiring_1980-1080p-635x357.jpg" width="300" height="200">
<p>Race</p>
</div>
<div class="column">
<img src="C:\Users\Prudential\Desktop\Final_Project\age_home.jpg" width="300" height="200">
<p>Age</p>
</div>
</div></center>
<center><div class="row">
<div class="column2">
<img src="C:\Users\Prudential\Desktop\Final_Project\religion_home.jpg" width="200" height="200">
<p>Religion</p>
</div>
<div class="column2">
<img src="https://alltogether.swe.org/wp-content/uploads/2019/04/gender-bias.jpg" width="300" height="200">
<p>Gender</p>
</div>
</div></center>
<center>
<font size="2" color="black">
© 2019 Robyn, Kailynn, Angie. All Rights Reserved.
</font>
</center>
</body>
</html>