-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
40 lines (31 loc) · 1.73 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="help.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">
<title>Report A Rapist</title>
</head>
<body>
<a class="home-link" href="index.html">Home</a>
<div class="container">
<div class="hero">
<h1>You've Decided to help, Thanks!</h1>
</div>
<div class="info-text">
<p>Currently, Report A Rapist is hosted for free on Github pages, but you can help sponsor the cause by donating on Skrill to: [email protected] <br>All your donations will go to the development of the website and the hiring of legal help to fight on behalf of the victims.</p>
<p>If you don't have money to give, that's ok.<br> You can help by donating manpower in any way you can.<br>Just <a class="hvr-wobble-vertical" href="mailto: [email protected]">E-mail us</a> stating how you can be of help or assitance in your mail title and we will get back to you as soon as possible.</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>