-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (51 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="hover.css" rel="stylesheet" media="all">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169702389-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-169702389-1');
</script>
<title>Report A Rapist</title>
</head>
<body>
<div class="container">
<div class="hero">
<h1>Report a rapist</h1>
</div>
<nav class="main-nav">
<ul>
<li><a class="hvr-wobble-vertical" href="https://twitter.com/search?q=%23JusticeForBarakat&src=typeahead_click">#JusticeForBarakat</a></li>
<li><a class="hvr-wobble-vertical" href="https://twitter.com/search?q=%23JusticeForUwa&src=typed_query">#JusticeForUwa</a></li>
<li><a class="hvr-wobble-vertical" href="https://twitter.com/search?q=%22Toyin%20Salau%22&src=trend_click">#Toyin Salau</a></li>
</ul>
</nav>
<div class="btn">
<a class="link-btn" href="pain.html">Share Your Pain</a>
<a class="link-btn" href="help.html">Help</a>
</div>
<div class="info-text">
<p>Report a rapist is a website for victims of sexual abuse, sexual assault or rape to<br> report cases so that proper actions can be taken and awareness can be raised.</p>
</div>
<div class="heel">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</div>
</div>
</body>
</html>