-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (26 loc) · 1.07 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
<html>
<head>
<title>VAGINA PARTS</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<h1 class="page-title">VAGINA PARTS</h1>
</header>
<div class="jumbotron">
<div class="row" id="row1"><h1>One in 5 women in the United States of America will be raped in her lifetime.</h1></div>
<div class="row" id="row2"><h1>Out of every 1000 sexual assaults, 344 are reported to the police.</h1></div>
<div class="row" id="row3"><h1>On average, there are 288,820 victims (age 12 or older) of rape and sexual assault each year in the United States.</h1></div>
<div class="row" id="row4"><h1>A mere 2% of rape cases lead to some form of prosecution.</h1></div>
<div class="row" id="row5"><h1>Female sex offenders are VERY rare.</h1></div>
<div class="row" id="row6"><h1>96 percent of the sex assaults reported in 1999 involved male perpetrators.</h1></div>
</div>
<nav class="footer">
<ul>
<li>ABOUT</li>
<li>MISSIONS</li>
<li>ARCHIVE</li>
</ul>
</nav>
</body>
</html>