-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
152 lines (118 loc) · 5.02 KB
/
resources.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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>Resources</h1>
</div>
</div>
<h2 class="resource-titles-class">Get The Facts </h2>
<div class="resource-columns-box-class">
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://www.nsvrc.org/after-sexual-assault">nsvrc.org</a>
</h3>
<p class="resource-subtext-class">learn about the steps you can take if you have expereinced sexual violence</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class"><a
href="https://www.icrc.org/en/document/supporting-victims-survivors-sexual-violence">icrc.org</a></h3>
<p class="resource-subtext-class">learn how to support and help victims of sexual violence</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://apps.who.int/iris/bitstream/handle/10665/77434/WHO_RHR_12.37_eng.pdf?sequence=1">who.int</a>
</h3>
<p class="resource-subtext-class">learn detailed facts about sexual violence</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a
href="https://safeline.org.uk/be-informed/information-resources/blame-and-shame-myths-about-sexual-violence/">safeline.uk</a>
</h3>
<p class="resource-subtext-class">learn more common myths of sexual violence</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://www.nsvrc.org/sites/default/files/publications/2019-02/Teenagers_508.pdf">nsvrc.org</a>
</h3>
<p class="resource-subtext-class">learn facts on sexual violence towards minors</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://www.rainn.org/safety-prevention">rainn.org</a>
</h3>
<p class="resource-subtext-class">learn how sexual violence can be prevented</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a
href="https://safeline.org.uk/be-informed/information-resources/male-specific-services-to-meet-male-survivor-needs/">safeline.uk</a>
</h3>
<p class="resource-subtext-class">learn about sexual violence towards men</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://www.rainn.org/effects-sexual-violence">rainn.org</a>
</h3>
<p class="resource-subtext-class">learn the effects of sexual violence</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://www.rainn.org/warning-signs">rainn.org</a>
</h3>
<p class="resource-subtext-class">learn the warning signs of sexual violence</p>
</div>
</div>
<h2 class="resource-titles-class">Learn About Healthy Relationships</h2>
<div class="resource-columns-box-class">
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://www.rainn.org/articles/what-is-consent">rainn.org</a>
</h3>
<p class="resource-subtext-class">learn about consent</p>
</div>
<div class="resource-box-class">
<h3 class="resources-text-class">
<a href="https://sexualviolenceprevention.asu.edu/education/healthy-relationships">asu.edu</a>
</h3>
<p class="resource-subtext-class">learn about promoting healthy relationships</p>
</div>
<div class="resource-box-class">
<h3 id="resources-last-text-id">
<a href="https://www.choosingtherapy.com/abusive-relationship/">choosingtherapy.com</a>
</h3>
<p class="resource-subtext-class">learn how to identify an abusive relationship</p>
</div>
</div>
</main>
</body>
</html>