-
Notifications
You must be signed in to change notification settings - Fork 0
/
submitting_page.html
90 lines (79 loc) · 3.26 KB
/
submitting_page.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>User survey</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style/style.css"/>
<script src="js/vendors/jquery-2.1.3.min.js"></script>
<script src="js/vendors/jplayer/jquery.jplayer.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="root-container">
<div class="content-wrapper">
<header class="clearfix main-header">
<div class="logo">
<h3>OSC</h3>
<p>ONLINE <br>
SURVEYS<br>
CENTER</p>
</div>
<div class="header__description">
<div class="subtitle">User Survey</div>
<div class="header__description-info">
<div class="header__description__browser js-browser"></div>
<div class="header__description__ip js-ip"></div>
<time class="date" datetime="2014-11-10">Monday, November 10, 2014</time>
</div>
<div class="sitename">'<span class="js-user-location"></span>' Area development survey</div>
</div>
</header>
<main>
<section id="done">
<header>
That's it, all done! Thank you for your participation.
</header>
<p>As we submit the answers to your questions, we are checking our
in-stock inventory to see which rewards are available as a way of
saying thank you for answering our survey questions.</p>
<div id="loading-bar">
<div id="loading-bar-line"></div>
<ul>
<li class="enabled">Answers Submitted!</li>
<li>Answers Verified!</li>
<li>Prizes Selected!</li>
</ul>
</div>
</section>
</main>
<div class="footer-dummy"></div>
</div>
</div>
<footer>
<div class="player">
<div class="clearfix player__content">
<div class="js-player"></div>
<a href="#" class="js-play player-sprite player__play"></a>
<a href="#" class="js-pause player-sprite player__pause"></a>
<div class="player-sprite player__bar">
<div class="js-play-bar player-sprite player__bar__filler"></div>
</div>
</div>
<div class="js-no-solution player__update" style="display: none;">
To play the media you will need to either update your browser to a recent version or update your <a
href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
</div>
</div>
<p class="copyright">
Copyright 2008-2014 All rights reserved.<br/>
Questions or comments about this survey? E-mail us at:
<a href="mailto:[email protected]">
[email protected]</a><br/>
Your privacy is important to us. We do not collect your personal
information in this questionnaire. Please review our privacy policy and
terms. We are not affiliated nor partnered with any third-party. See
important terms and conditions.
</p>
</footer>
</body>
</html>