-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (161 loc) · 7.69 KB
/
index.html
File metadata and controls
173 lines (161 loc) · 7.69 KB
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Prevent Community</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-sm ">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Team Prevent Community</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#signs">Signs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resources">Support & Resourses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Jumbotron header-->
<Header>
<div class="container text-center">
<div class="p-y mb-4 bg-success rounded-3">
<div class="container-fluid py-5">
<h1 class="display-5 fw-bold">TEAM PREVENT COMMUNITY</h1>
<p class="text-center fs-5">Aim to Prevent and to stop people from becoming terrorists or supporting terrorism and radicalization.</p>
<img src="assets/images/prevent.jpg" class="img-fluid " style="width: 60%;" alt="xx">
</div>
</div>
</div>
</Header>
<!--Main content-->
<Main class="bg-success">
<section id="home">
<div class="container">
<div class="row">
<div class="col">
<h2 class="text-center">How can we prevent</h2>
<p class="fs-5">Prevent aims to challenge extremist ideologies and prevent people from being radicalised and involved in terrorism or supporting terrorist activities.</p>
<p class="fs-5">Paying attention to every vital details as hard as it can be to spot the signs of radicalization</p>
<p class="fs-5">supporting people who are at risk of becoming involved with terrorism through radicalisation and also provides rehabilitation and disengagement of those already involved in terrorism</p>
</div>
</div>
</div>
</section>
<section id="signs">
<div class="container">
<div class="row">
<div class="col">
<h2 class="text-center">Signs</h2>
<p></p>
<ul class="list-group">
<li class="list-group-item">Isolating from friends and relatives.</li>
<li class="list-group-item">Spending a lot of time online or on their phone, and being secretive about what they are doing.</li>
<li class="list-group-item">Increased level of anger, disrespectful attitude and sudden aggresiveness.</li>
<li class="list-group-item">Having several profiles on social media, using their own name or aliases to share extreme views</li>
<li class="list-group-item">Support or sympathy for groups with extreme political or religious views, who encourage illegal or violent action</li>
<li class="list-group-item">Accessing extremist literature or contacting those wanting to recruit to extremist groups.</li>
<li class="list-group-item">justifying the use of violence to solve societal issues.</li>
<li class="list-group-item">altering their style of dress or appearance to accord with an extremist group.</li>
<li class="list-group-item">using the dark web or anonymous browsing to hide online activity</li>
<li class="list-group-item">reading, posting, watching, or sharing hateful or extreme content and links</li>
</ul>
</div>
</div>
</div>
</section>
<section id="resources">
<div class="container my-4">
<div class="row">
<div class="col-md-6 btn btn-secondary bg-success">
<div class="card">
<img src="assets/images/community1.jpg" class="card-img-top" alt="Resource 1">
<div class="card-body">
<h4 class="card-title text-center">Access to supports and free resources through the official Goverment websites.</h4>
<a href="https://www.gov.uk/guidance/get-help-if-youre-worried-about-someone-being-radicalised" class="btn btn-secondary">Access Support</a>
</div>
</div>
</div>
<div class="col-md-6 btn btn-secondary bg-success">
<div class="card">
<img src="assets/images/community1.jpg" class="card-img-top" alt="Resource 2">
<div class="card-body">
<h4 class="card-title text-center">It is important to report any concern or signs of radicalization as soon as possible.</h4>
<a href="#contact" class="btn btn-secondary ">Report Concern</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container my-4">
<h2 class="text-center">Do not hesitate to contact us for more information</h2>
<form>
<div class="mb-3">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name" placeholder="">
</div>
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" id="email" placeholder="">
</div>
<div class="mb-3">
<label for="subject" class="form-label">Subject</label>
<input type="text" class="form-control" id="subject" placeholder="">
</div>
<div class="mb-3">
<label for="message" class="form-label">Message</label>
<textarea class="form-control" id="message" rows="3" placeholder=""></textarea>
</div>
<div class="text-center">
<button type="submit" class="btn btn-secondary"><strong>Submit</strong></button>
</div>
</form>
</div>
</section>
</Main>
<!-- Footer -->
<footer class=" text-center text-lg-start">
<div class="container p-4">
<div class="row">
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase">Team Prevent Community</h5>
<p>
Aim to Prevent and to stop people from becoming terrorists or supporting terrorism and radicalization</p>
</div>
<div class="col-lg-6 col-md-12 mb-4 mb-md-0 text-center">
<a href="https://twitter.com" target="_blank" class="me-4 text-reset">
<img src="assets/images/twitter.png" alt="Twitter" style="width: 40px;">
</a>
<a href="https://facebook.com" target="_blank" class="me-4 text-reset">
<img src="assets/images/facebook.png" alt="Facebook" style="width: 40px;">
</a>
<a href="https://instagram.com" target="_blank" class="me-4 text-reset">
<img src="assets/images/instagram.jpg" alt="Instagram" style="width: 40px;">
</a>
</div>
</div>
<p class="text-center"><strong>© 2025 JOSH WILLIAMS</strong></p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>