forked from timcreative/udemy-nuk
-
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.
- Loading branch information
Showing
1 changed file
with
148 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,148 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
|
||
<title>Contest Theme</title> | ||
|
||
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> | ||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<!-- Fonts and icons --> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" /> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/css/bootstrap.min.css"> | ||
<link href="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/css/now-ui-kit.min.css?v1.2.0" rel="stylesheet"/> | ||
<link href="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/demo/demo.css" rel="stylesheet"> | ||
|
||
<style> | ||
.navbar .navbar-nav .nav-link:not(.btn) i.fa{ | ||
font-size: 18px; | ||
position: relative; | ||
top: 3px; | ||
text-align: center; | ||
width: 21px; | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body class="index-page sidebar-collapse"> | ||
<!-- Navbar --> | ||
<nav class="navbar navbar-expand-lg bg-primary fixed-top navbar-transparent " color-on-scroll="400"> | ||
<div class="container"> | ||
<div class="navbar-translate"> | ||
<a class="navbar-brand" rel="tooltip" title="Add a beautiful tooltip here" data-placement="bottom" target="_blank"> | ||
LOGO | ||
</a> | ||
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-bar bar1"></span> | ||
<span class="navbar-toggler-bar bar2"></span> | ||
<span class="navbar-toggler-bar bar3"></span> | ||
</button> | ||
</div> | ||
<div class="collapse navbar-collapse justify-content-end" data-nav-image="./assets/img/blurred-image-1.jpg"> | ||
<ul class="navbar-nav"> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" rel="tooltip" title="Follow us on Twitter" data-placement="bottom" href="https://twitter.com/CreativeTim" target="_blank"> | ||
<i class="fa fa-twitter"></i> | ||
<p class="d-lg-none d-xl-none">Twitter</p> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="https://www.facebook.com/CreativeTim" target="_blank"> | ||
<i class="fa fa-facebook-square"></i> | ||
<p class="d-lg-none d-xl-none">Facebook</p> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" rel="tooltip" title="Follow us on Instagram" data-placement="bottom" href="https://www.instagram.com/CreativeTimOfficial" target="_blank"> | ||
<i class="fa fa-instagram"></i> | ||
<p class="d-lg-none d-xl-none">Instagram</p> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- End Navbar --> | ||
<div class="wrapper"> | ||
<div class="page-header clear-filter" filter-color="orange"> | ||
<div class="page-header-image" data-parallax="true" style="background-image: url('https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/img/header.jpg');"> | ||
</div> | ||
<div class="container"> | ||
<div class="content-center brand"> | ||
<img class="n-logo" src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/img/now-logo.png" alt=""> | ||
<h1 class="h1-seo">Title here</h1> | ||
<h3>You can add a small description</h3> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="main"> | ||
|
||
<div class="section section-basic"> | ||
<div class="container text-center mt-5"> | ||
<h3 class="title">Add your content here...</h3> | ||
|
||
</div> | ||
</div> | ||
|
||
<footer class="footer" data-background-color="black"> | ||
<div class="container"> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="https://www.creative-tim.com"> | ||
Creative Tim | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://presentation.creative-tim.com"> | ||
About Us | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://blog.creative-tim.com"> | ||
Blog | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md"> | ||
MIT License | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div class="copyright"> | ||
© | ||
<script> | ||
document.write(new Date().getFullYear()) | ||
</script>, Designed by | ||
<a href="http://www.invisionapp.com" target="_blank">Invision</a>. Coded by | ||
<a href="https://www.creative-tim.com" target="_blank">Creative Tim</a>. | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</body> | ||
|
||
<!-- Core JS Files --> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/core/jquery.min.js"></script> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/core/popper.min.js"></script> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/core/bootstrap.min.js"></script> | ||
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ --> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/plugins/bootstrap-switch.js"></script> | ||
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ --> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/plugins/nouislider.min.js"></script> | ||
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker --> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/plugins/bootstrap-datepicker.js"></script> | ||
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc --> | ||
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/now-ui-kit.js"></script> | ||
|
||
</html> |