-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
75 lines (63 loc) · 2.51 KB
/
about-us.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
<!DOCTYPE html>
<html>
<head>
<title>Stop Sexual Violence</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- link the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- link the webpage's JavaScript file -->
<script src="/script.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Jacques+Francois&family=Jacques+Francois+Shadow&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
</head>
<body>
<nav class="all-nav-class-a">
<ul>
<li><a href="tel:+18006564673">Need Immediate Help?</a></li>
</ul>
</nav>
<nav class="all-nav-class-b">
<ul>
<li><a href="resources.html">Resources </a></li>
<li><a href="home.html">Home </a></li>
<li><a href="about-us.html">About </a></li>
</ul>
</nav>
<main>
<div class="main-img-div-class">
<div class="main-img-h1-class">
<h1>About SSV</h1>
</div>
</div>
<div id="about-div-text-id">
<p id="about-text-id">
Welcome to Stop Sexual Violence (SSV), an online resource created to raising awareness and providing
information about sexual violence. This website hopes to be a point of reference for resources, with the goal of
preventing sexual violence.
<br>
<br>
We believe that education is a powerful tool in fighting sexual violence and we hope to give the
necessary resources to understand the terrible effects of sexual violence and learn the facts about it. We
want to empower people to make informed decisions and challenge harmful attitudes.
<br>
<br>
On this website, you'll find a range of resources that address different aspects of sexual violence. Regardless
of who you are, we hope you can get the information you're looking for or leave with something new.
<br>
<br>
We aim to provide accurate, up-to-date information from trusted sources to ensure all the content here is
reliable. If you have any resource suggestions feel free to drop them in this <a
href="https://forms.gle/VTq2XgHS8H38eruy7">Google Form</a>.
<br>
<br>
Thanks for taking your time to visit SSV!
</p>
</div>
</main>
</body>
</html>