-
Notifications
You must be signed in to change notification settings - Fork 1
/
generic.html
70 lines (54 loc) · 2.78 KB
/
generic.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
<!DOCTYPE HTML>
<html>
<head>
<title>Anti Cyber-Bullying</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="main.html" class="logo">introspect</a>
<nav id="nav">
<a href="main.html">Home</a>
<a href="generic.html">Report Complaint</a>
<a href="elements.html">Login</a>
<a href="Form.html">
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" >
<div class="inner">
<header class="major special">
<h1>Report a Complaint</h1>
<p>We will be the voice of your reason.</p>
<div class="paragraph paragraph--type--styled-numbered-list paragraph--view-mode--default paragraph--wrapper">
<h3>Follow these steps to make a complaint</h3>
<ol>
<h4><strong><li> Collect evidence and information</strong></h4>
<p>Find out about the evidence and information you need in order to make a complaint. It is also a good idea to collect evidence before you report to social media services. Read more about <a href="/report/cyberbullying/collecting-evidence">collecting evidence</a>.</p>
</li>
<h4><strong><li>Report to the social media service where the bullying took place</strong></h4>
<p>The <a data-entity-type="node" data-entity-uuid="97c51dc9-b56b-4df3-8f96-d2a3d680479d" href="/key-issues/esafety-guide" title="The eSafety Guide">eSafety Guide</a> has reporting links for social media services, apps, games and websites. If the abusive material is posted on one of the <a href="/about-us/consultation-cooperation/working-with-social-media">social media services</a> we work with you should report it to them first and wait 48 hours for a response.</p>
</li>
<h4><strong><li>Make a cyberbullying complaint to our website.</strong></h4>
<p>Once you have collected relevant evidence and information.</p>
<p><a class="c-btn c-btn--alert" href="https://submit.esafety.gov.au/Produce/wizard/ca3acccd-07bf-4a12-9c0e-f93e50a46ab6?portal=1">
<ul class="actions small">
<li><a href="Form.html" class="button alt small">Report Complaint Here</a></li>
</li>
</ol>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>