-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 2.24 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="cache-control" content="no-store" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Transform UK</title>
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
<link rel="stylesheet" href="assets/main.min.css" type="text/css"/>
</head>
<body>
<div id="topbanner">
</div>
<div id="wrapper">
<div id="header" data-text="welcome_header">
</div>
<button class="accordion online"><span class='fas fa-clipboard-list'></span><span data-text="header_1"></span></button>
<div class="panel online">
<p data-text="instructions_p1">
<p data-text="instructions_p2">
<p data-text="instructions_p3">
<p data-text="instructions_p4">
<p data-text="instructions_p5">
</p>
</div>
<button class="accordion"><span class='fas fa-bug'></span><span data-text="header_2"></span></button>
<div class="panel">
<a class="mailTo" href="mailto:surveysupport@enginegroup.com?subject=Survey Help Ref:">
<div class="HelpOption">
<span class='fas fa-question'></span><span data-text="header_2_5"></span>
</div>
</a>
</div>
<button class="accordion"><span class='fas fa-user-secret'></span><span data-text="header_3"></span></button>
<div class="panel">
<h2 data-text="header_3_subheader"></h2>
<span data-text="header_3_intro"></span>
<p data-text="header_3_1">
<p data-text="header_3_2">
<p data-text="header_3_3">
<p data-text="header_3_4">
<p data-text="header_3_5">
<p data-text="header_3_6">
<p data-text="header_3_7">
</div>
</div>
<script type="text/javascript" src="assets/main.min.js"></script>
</body>
</html>