forked from FayazK/golgi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
comingsoon.html
58 lines (58 loc) · 2.22 KB
/
comingsoon.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
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="image_src" type="image/jpeg" href="/images/logo.png" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Site Properities -->
<meta name="generator" content="Visual Studio" />
<title>Coming Soon | Golgi Admin</title>
<meta name="description" content="Golgi Admin Theme" />
<meta name="keywords" content="html5, ,semantic,ui, library, framework, javascript,jquery,admin,theme" />
<link href="dist/semantic.min.css" rel="stylesheet" />
<link href="css/main.min.css" rel="stylesheet" />
<script src="js/jquery-2.1.4.min.js"></script>
<link href="plugins/timecircle/TimeCircles.css" rel="stylesheet" />
</head>
<body class="comingsoon">
<div class="ui container center aligned comingsooncontainer">
<h1 class="ui header center aligned inverted">COMING SOON GOLGI ADMIN</h1>
<div id="DateCountdown" data-date="2016-5-17 00:00:00" style="width: 100%;"></div>
</div>
<script src="plugins/timecircle/TimeCircles.js"></script>
<script>
$("#DateCountdown").TimeCircles({
"animation": "smooth",
"bg_width": 0.2,
"fg_width": 0.02666666666666667,
"circle_bg_color": "#FFF",
"time": {
"Days": {
"text": "Days",
"color": "#FFE066",
"show": true
},
"Hours": {
"text": "Hours",
"color": "#F25F5C",
"show": true
},
"Minutes": {
"text": "Minutes",
"color": "#247BA0",
"show": true
},
"Seconds": {
"text": "Seconds",
"color": "#32936F",
"show": true
}
}
});
</script>
</body>
</html>