-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSplashScreen.html
executable file
·39 lines (32 loc) · 1.79 KB
/
SplashScreen.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
<!DOCTYPE html>
<html>
<head>
<title>Splash Screen</title>
<meta charset="utf-8">
<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" type="text/css" href="SplashStyle.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>
<base target="_top">
</head>
<body style="background:#f4f9fd;">
<div class="SplashBox" id="SplashWindow">
<div class="logo">
<img src="https://drive.google.com/thumbnail?id=1i9ssi63SLQVcVUX13v99RwmMomh_qOwj" alt="logo">
<h4 class="TextStyle">YOUR OPINION IS IMPORTANT FOR US!</h4>
</div>
<p style="text-align: left;"><br/> Dear user, <br/><br/>to help us improve the Brain Simulation Platform, we would appreciate if you could answer a few short questions. The survey will take a few minutes.</p>
<p>Thank you for your support!</p>
<div style="text-align: center;margin-top: 25px;margin-bottom: 20px;">
<button class='button1' onclick="window.location.href='https://stefysp.github.io/External_Survey/'">START</button>
<button class='button2' onclick="window.top.location.href = 'https://collab.humanbrainproject.eu/#/collab/1655/nav/28538'">NOT NOW</button>
</div>
<br>
</div>
</body>
</html>