-
Notifications
You must be signed in to change notification settings - Fork 2
/
thankyou.html
48 lines (46 loc) · 2.5 KB
/
thankyou.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<base target="_top">
</head>
<body style="background:#f4f9fd;">
<div id="survey" class="freebirdFormviewerViewFormContentWrapper">
<div>
<div class="header" id="myHeader">
<div class="freebirdFormviewerViewFormBanner freebirdHeaderMast">
<h1 style="padding-left: 25px;font-size: 70px;font-family: Tahoma,sans-serif;padding-top:18px;overflow: hidden;white-space: nowrap;">Brain Simulation Platform</h1>
<div>
<h2 style="padding-left: 25px;font-family: Tahoma,sans-serif; padding-top:20px;color:black; overflow: hidden;white-space: nowrap;"> User Survey</h2>
</div>
</div>
</div>
<div class="sep" style="margin-top:30px;"></div>
<div class="freebirdFormviewerViewCenteredContent">
<div class="freebirdFormviewerViewFormCard">
<div id="genericForm" class="form-group">
<div class="box">
<div class="session" style="margin-top:50px;height: 150px; text-align: center;">
<h4 class="question" style="text-align: center;">Thank you for participating in our survey!</h4>
<br/>
<div id="inside" style="text-align: right;">
<button class="btn" style="background:white;color: #008CBA;border: none;margin-right: 15px;font-size: 17px;" onclick="window.top.location.href = 'https://collab.humanbrainproject.eu/#/collab/1655/nav/28538'"><i class="fa fa-home"></i> Back to Home</button>
</div>
<br/><br/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>