-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (75 loc) · 4.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>Noah's Law</title>
<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=Playfair+Display:ital,wght@0,400;1,500;1,700&family=Raleway:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/reboot.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/index.js" defer></script>
</head>
<body>
<div class="content-container">
<header>
<div class="header-background">
<div class="header-container">
<img src="img/mchaleandnoahimage-01.jpg" alt="Mchale and Noah">
<h2>There is a certain power in numbers and that power is to create<span>change</span></h2>
</div>
</div>
</header>
</div>
<div class="nav-bar">
<a href="index.html" tabindex="1">Home</a>
<a href="https://www.facebook.com/Justiceformchaleandnoah" tabindex="2">Facebook</a>
<a href="https://bit.ly/3i80Qd3" tabindex="3">Donate</a>
<a href="https://bit.ly/39zmqm7" tabindex="4">Petition</a>
<a href="contact.html" tabindex="5">Contact</a>
</div>
<div class="content-container">
<h1>Noah's Law</h1>
<div class="flexbox-main-page">
<div class="page-paragraph">
<p>In Canada, we have laws that protect registered sex offenders. They are not required to disclose
themselves to our community members. On September 16th, 2021, Cody McConnel lost not only his wife,
Mchale, but also his 16-month-old child, Noah, to one of these predators. They knew him as
nothing more
than a face they passed in the hallway to their own apartment unit. This tragic loss of life to the
hands of ruthless evil was 100% <span>preventable.</span></p>
<h3>Help us make a difference</h3>
</div>
<div>
<ul>
<li>Number of Sex Offenders in Canada : ~ 43, 217</li>
<li>Number of Released Offenders in your area : ?</li>
<li>They <span>do not </span> deserve <span>privacy.</span></li>
<li>They <span>do not</span> deserve <span>protection.</span></li>
<li>
<div class="petition">
<a href="https://bit.ly/39zmqm7" tabindex="6">Support Our Cause</a>
</div>
</li>
</ul>
</div>
</div>
<div class="video-wrap">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/HPZgFSG2U5o"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
</div>
<footer class="nav-bar">
<a href="index.html" tabindex="1"><img src="img/home.svg" alt="home icon here" tabindex="10"></a>
<a href="https://www.facebook.com/Justiceformchaleandnoah" tabindex="2"><img src="img/facebook-01.svg" alt="facebook logo here" tabindex="11"></a>
<a href="https://www.gofundme.com/f/in-memory-of-mchale-and-noah?utm_source=facebook&utm_medium=social&utm_campaign=p_cp%20share-sheet&fbclid=IwAR32cnJPvScEA9OwEES3o0qLmeexC5fxeU__qjLTRChd5yxMuldoD-gsj2E" tabindex="3"><img src="img/donate.svg" alt="donate icon here" tabindex="12"></a>
<a href="http://www.justiceformchaleandnoah.ca/" tabindex="4"><img src="img/sign.svg" alt="petition icon here" tabindex="13"></a>
<a href="contact.html" tabindex="5"><img src="img/mail.svg" alt="mail icon here" tabindex="14"></a>
</footer>
</body>
</html>