-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (126 loc) · 5.34 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>MTAG</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<style>
div#banner {
position: absolute;
top: 0;
left: 0;
background-color: #ffc100;
width: 100%;
border-bottom: solid black;
}
div#banner-content {
width: 800px;
margin: 0 auto;
padding: 10px;
font-weight: bold;
font-size: 1.5em;
}
div#main-content {
padding-top: 70px;
}
</style>
<link rel="shortcut icon" href="images/searchicon.png">
<link rel="stylesheet" href="css/site.css" />
<!--[if lte IE 9]> This website is does not support Internet Explorer 9. <![endif]-->
<link href="https://fonts.googleapis.com/css?family=Khula" rel="stylesheet">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TT9885P');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TT9885P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--Hamburger Button-->
<div id="nav">
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="59.5px" height="44px" viewBox="0 0 59.5 44" style="enable-background:new 0 0 59.5 44;"
xml:space="preserve">
<g>
<line class="st0" x1="2" y1="22" x2="57.5" y2="22" />
</g>
<g>
<line class="st0" x1="2" y1="42" x2="57.5" y2="42" />
</g>
<g>
<line class="st0" x1="2" y1="2" x2="57.5" y2="2" />
</g>
</svg>
</div>
<div id="banner">
<div id="banner-content">
MTAG has moved to <a href="https://rcrcsims.org/acronyms">https://rcrcsims.org/acronyms</a>. This page will stay live but is no longer updated.
</div>
</div>
<div id="main-content">
<!-- Search -->
<header id="search">
<div class="page-title">
<h1>MTAG</h1>
</div>
<div class="mtag">
<form>
<!-- The class below is used to whitelist the field in HOTJAR -->
<div id="input" class="data-hj-whitelist">
</div>
</form>
<div id="showdata"></div>
</div>
<!-- MENU -->
<div id="overlay" style="display:none;"></div>
<nav id="menu" style="display:none;">
<div id="close-button">
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="43.2px" height="43.2px" viewBox="0 0 43.2 43.2" style="enable-background:new 0 0 43.2 43.2;"
xml:space="preserve">
<g><line class="st1" x1="2" y1="2" x2="41.2" y2="41.2" /></g>
<g><line class="st1" x1="2" y1="41.2" x2="41.2" y2="2" /></g>
</svg>
</div>
<div class="menu-item"><a href="https://brcmapsteam.github.io/">Back to BRC Maps Team Page</a></div>
<div class="menu-item"><a href="#SendnewAcronym">Add New Acronym</a></div>
<div class="menu-item"><a href="#contact">Contact</a></div>
</nav>
</header>
<!-- Other functionalities -->
<div id="other">
<!-- Send new Acronym -->
<article id="SendnewAcronym">
<h1 class="major">ADD NEW ACRONYM</h1>
<p>Heard another acronym that isn't here? Please fill in the form below to add it to the list!</p>
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfzPWqKF-pPvR5bigL-hDqJP2sWs3jjb-17JIfUwL5-p6nyzw/viewform" target="_blank">Create a new Acronym</iframe> -->
<p style="color: red;"><em>Submission form disabled -- please add new submissions at <a href="https://rcrcsims.org/acronyms">https://rcrcsims.org/acronyms</a></em></p>
</article>
<!-- Contact -->
<article id="contact">
<h1 class="major">CONTACT</h1>
<p>brcmapsteam [-at-] gmail.com</p>
<div class="icons">
<div><a href="https://github.com/BrcMapsTeam/MTAG" class=""><span class="label">GitHub</span></a></div>
</div>
</article>
<!-- Footer -->
<footer id="footer">
Created by British Red Cross Maps Team (IM & GIS)
</footer>
</div>
</div>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="main-acronym.js"></script>
</body>
</html>