-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |