forked from cssninjaStudio/krypton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added token page, added roadmap page, added ICO
- Loading branch information
Driss Chelouati
committed
Apr 15, 2018
1 parent
4608828
commit 5fa4964
Showing
34 changed files
with
19,666 additions
and
135 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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<!-- jQuery first, then Bootstrap JS. --> | ||
<!-- Core js --> | ||
<script src="{{ root }}assets/js/app.js"></script> | ||
<!--script src="{{ root }}assets/js/particlesjs/particles.min.js"></script--> | ||
<script src="{{ root }}assets/js/aos/aos.js"></script> | ||
|
||
|
||
<script src="{{ root }}assets/js/timer.js"></script> | ||
<script src="{{ root }}assets/js/timeline.js"></script> | ||
<script src="{{ root }}assets/js/main.js"></script> | ||
<script src="{{ root }}assets/js/roadmap.js"></script> | ||
<script src="{{ root }}assets/js/main.js" defer="defer"></script> |
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
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,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="zxx"> | ||
<head> | ||
<!-- Required meta tags always come first --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
|
||
<title> Krypton :: {{title}}</title> | ||
<link rel="icon" type="image/png" href="assets/images/favicon.png" /> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet"> | ||
|
||
<!--Core CSS --> | ||
<link rel="stylesheet" href="{{root}}assets/css/bulma.css"> | ||
<link rel="stylesheet" href="{{root}}assets/css/core.css"> | ||
<!--Libraries--> | ||
<link rel="stylesheet" href="{{root}}assets/fonts/cryptofont/css/cryptofont.min.css"> | ||
<link rel="stylesheet" href="{{root}}assets/js/modalvideo/modal-video.min.css"> | ||
<link rel="stylesheet" href="{{root}}assets/js/aos/aos.css"> | ||
|
||
</head> | ||
<body> | ||
{{> pageloader}} | ||
{{> body}} | ||
{{> scripts}} | ||
</body> | ||
</html> |
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,119 @@ | ||
--- | ||
layout: ico | ||
title: Home | ||
--- | ||
|
||
<!-- Landing page Hero --> | ||
<section class="hero is-fullheight has-big-dark-gradient"> | ||
<div class="hero-head"> | ||
|
||
<!-- Cloned navbar --> | ||
{{> navbar-clone}} | ||
|
||
<!-- Static navbar --> | ||
{{> navbar}} | ||
|
||
</div> | ||
|
||
<!-- Hero Image and Title --> | ||
<div class="hero-body"> | ||
<div class="container"> | ||
<div class="columns is-vcentered"> | ||
|
||
<!-- Landing page Title --> | ||
<div class="column is-6 landing-caption"> | ||
<h1 class="title is-3 is-light is-semibold is-spaced main-title has-text-centered">Login to ICO</h1> | ||
<form class="login-form"> | ||
<!-- Field --> | ||
<div class="control-material is-primary"> | ||
<input class="material-input " type="email" required> | ||
<span class="material-highlight"></span> | ||
<span class="bar"></span> | ||
<label>Email</label> | ||
</div> | ||
<!-- Field --> | ||
<div class="control-material is-primary"> | ||
<input class="material-input " type="password" required> | ||
<span class="material-highlight"></span> | ||
<span class="bar"></span> | ||
<label>Password</label> | ||
</div> | ||
|
||
<!-- Submit --> | ||
<div> | ||
<button class="button is-button k-button k-primary raised has-gradient is-bold"> | ||
<span class="text">Login</span> | ||
<span class="front-gradient"></span> | ||
</button> | ||
</div> | ||
</form> | ||
|
||
</div> | ||
<!-- Hero image --> | ||
<div class="column is-6 ico-countdown"> | ||
<div class="ico-card animated preFadeInUp fadeInUp"> | ||
<!-- Countdown --> | ||
<ul id="countdown" class="is-ico"> | ||
<li id="days"> | ||
<div class="timer-number">00</div> | ||
<div class="label">Days</div> | ||
</li> | ||
<li id="hours"> | ||
<div class="timer-number">00</div> | ||
<div class="label">Hours</div> | ||
</li> | ||
<li id="minutes"> | ||
<div class="timer-number">00</div> | ||
<div class="label">Minutes</div> | ||
</li> | ||
<li id="seconds"> | ||
<div class="timer-number">00</div> | ||
<div class="label">Seconds</div> | ||
</li> | ||
</ul> | ||
<!-- Progress bar --> | ||
<div class="progress-block"> | ||
<!-- Tags --> | ||
<div class="progress-tags"> | ||
<div>Presale</div> | ||
<div>Soft Cap</div> | ||
<div>Bonus</div> | ||
</div> | ||
<progress class="progress ico-progress" value="65" max="100">65%</progress> | ||
</div> | ||
|
||
<!-- Button --> | ||
<div class="button-block"> | ||
<a href="#" class="button k-button k-secondary raised has-gradient is-bold is-fullwidth rounded"> | ||
<span class="text">Register for ICO</span> | ||
<span class="front-gradient"></span> | ||
</a> | ||
</div> | ||
|
||
<!-- Icons --> | ||
<div class="icon-block"> | ||
<i class="cf cf-btc"></i> | ||
<i class="cf cf-eth"></i> | ||
<i class="cf cf-ltc"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Hero footer --> | ||
<div class="hero-foot"> | ||
<div class="container"> | ||
<div class="tabs is-centered"> | ||
<!-- Client / partner list --> | ||
<ul> | ||
<li><a><img class="hero-logo" src="assets/images/clients/cryptomarket.svg" alt=""></a></li> | ||
<li><a><img class="hero-logo" src="assets/images/clients/bitit.svg" alt=""></a></li> | ||
<li><a><img class="hero-logo" src="assets/images/clients/coin.svg" alt=""></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- /Landing page Hero --> |
Oops, something went wrong.