-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-test.html
111 lines (86 loc) · 4.25 KB
/
index-test.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home | Stay Safe Orlando | Code for Orlando</title>
<meta name="description" content="Stay Safe Orlando is an informative website to help the citizens of Orlando, Central Florida, learn about human trafficking, identify its signs, how to report it, and how to get help.">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
<meta name="author" content="Florence Vicil Anaya">
<meta name="author" content="Jorge Collado">
<meta name="author" content="Carley Diaz">
<meta name="author" content="Code for Orlando">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- main stylesheet -->
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div id="wrapper">
<header>
<div>
<button type="button" id="exit" alt="emergency quick exit button">
<a href="https://www.google.com/"><strong>Quick EXIT</strong></a>
</button>
<a href="#content" class="skiplink" id="top">Skip to Content</a>
</div>
<div>
<a href="index.php">
<h1>Stay Safe Orlando</h1>
<div class="svgbackground"></div>
</a>
</div>
</header>
<nav>
<div>
<ul>
<li><a href="index.php">Home</a></li><br class="show">
<li><a href="gethelp.php">GET HELP</a></li><br class="show">
<li><a href="learn.php">Learn HT</a></li><br class="show">
<li><a href="identify.php">Identify HT</a></li><br class="show">
<li><a href="report.php">Report HT</a></li><br class="show">
<li><a href="resources.php">Resources</a></li>
</ul>
</div>
</nav>
<main>
<div id="content">
<section id="section1">
<h2>Human Trafficking</h2>
<div class="statsgraphic">
<?php include "svg/graphic1.svg"; ?>
</div>
</section>
<section id="section2">
<p><strong>Stay Safe Orlando</strong> is an informative website for the citizens of Orlando, Central Florida. We hope you learn about human trafficking, how to identify its signs, how to report it, and how to get help if you are a victim. Please browse the website and share this resource with your community.</p>
<p>This project is brought to you by <strong><a href="http://www.codefororlando.com/" target="_blank">Code for Orlando</a></strong>, a chapter of <strong><a href="https://www.codeforamerica.org/" target="_blank">Code for America</a></strong>. If you would like to engange your skills in civic action, please join your local <a href="https://brigade.codeforamerica.org/" target="_blank">brigade</a>.</p>
</section>
<section id="section3">
<a href="#top" class="skiplink">Go to Top</a>
</section>
</div>
</main>
<footer>
<div id="flex-container-footer">
<div id="sitemap" class="flex-item-footer1">
<h4>Site Map</h4>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="gethelp.php">Get Help</a></li>
<li><a href="learn.php">Learn HT</a></li>
<li><a href="identify.php">Identify HT</a></li>
<li><a href="report.php">Report HT</a></li>
<li><a href="resources.php">Resources</a></li>
</ul>
</div>
<div class="flex-item-footer2">
<p>In case of emergency, call <a href="tel:911"><strong>911</strong></a> or your local law enforcement agency.</p>
<p><strong>DISCLAIMER</strong>: This website is for informational purposes only. Inclusion or mention in this website does not constitute legal advice or endorsement by <a href="http://www.codefororlando.com/" target="_blank">Code for Orlando</a> or <a href="https://www.codeforamerica.org/" target="_blank">Code for America</a>.</p>
<p><strong>Questions?</strong> Email <a href="mailto:vicilanaya@gmail.com">vicilanaya@gmail.com</a></p>
<p>SVG credit: hands by chiccabubble from <a href="https://thenounproject.com/term/hands/117108/" target="_blank">the Noun Project</a></p>
<p>Copyright © 2019-<?php echo date("Y");?> All Rights Reserved.</p>
<p>Date last modified: <?php echo date('j F Y H:i', getlastmod()); ?></p>
</div>
</div>
</footer>
</div><!-- end wrapper -->
</body>
</html>