-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (57 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='shortcut icon' href="./static/img/favicon.png" type='image/x-icon' >
<title>DEEP</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="static/css/styles.css" >
<!--<script type="text/javascript" src="/static/js/google-analytics.js"></script>-->
</head>
<body>
<div class="error-page">
<div class="logo-container">
<img class="logo" src="static/img/deep-logo-text.svg" alt="DEEP logo"></img>
</div>
<div class="background">
<img
src="static/img/water-level.png"
class="background-image"
alt=""
/>
<img
class="kraken"
src="static/img/ballon.svg"
alt=""
/>
<div class="content">
<h2 class="error-message-title">
New DEEP
</h2>
<div class="error-message">
We are very glad to share with you the new version of the platform at
<a target="_blank" class="link" href="https://app.thedeep.io">https://app.thedeep.io</a>.
</div>
<div class="error-message">
You'll be auto-redirected to the new version from 23/01/2022.
</div>
<div class="error-message">
Want to see what the new platform has in store? Visit here
<a target="_blank" class="link" href="https://deephelp.zendesk.com/hc/en-us/articles/4412600779789-DEEP-Release-Plan-Nov-22-2021">here</a>
and join our
<a class="link" target="_blank" href="https://bit.ly/2oCFFab">Slack</a>
and
<a class="link" target="_blank" href="https://join.skype.com/idYxL8ozLDOD">Skype</a>
groups if you have any questions.
</div>
</div>
</div>
<div class="footer">
Copyright @DEEP 2021
</div>
</body>
</html>