BeStrong
This commit is contained in:
parent
4ecbd8e701
commit
7ae07441ba
Binary file not shown.
Binary file not shown.
|
|
@ -17,33 +17,41 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
|
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
|
||||||
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
|
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
|
||||||
<title>
|
<title>
|
||||||
Blk• Design System by Creative Tim
|
TiBillet• Design System by Creative Tim
|
||||||
</title>
|
</title>
|
||||||
<!-- Fonts and icons -->
|
<!-- Fonts and icons -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet"/>
|
||||||
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
|
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
|
||||||
<!-- Nucleo Icons -->
|
<!-- Nucleo Icons -->
|
||||||
<link href="../assets/css/nucleo-icons.css" rel="stylesheet" />
|
<link href="../assets/css/nucleo-icons.css" rel="stylesheet"/>
|
||||||
<!-- CSS Files -->
|
<!-- CSS Files -->
|
||||||
<link href="../assets/css/blk-design-system.css?v=1.0.0" rel="stylesheet" />
|
<link href="../assets/css/blk-design-system.css?v=1.0.0" rel="stylesheet"/>
|
||||||
<!-- CSS Just for demo purpose, don't include it in your project -->
|
<!-- CSS Just for demo purpose, don't include it in your project -->
|
||||||
<link href="../assets/demo/demo.css" rel="stylesheet" />
|
<link href="../assets/demo/demo.css" rel="stylesheet"/>
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: BeStrong;
|
||||||
|
src: url(../assets/fonts/BeStrongRegular.otf);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="landing-page">
|
<body class="landing-page">
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent " color-on-scroll="100">
|
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent " color-on-scroll="100">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-translate">
|
<div class="navbar-translate">
|
||||||
<a class="navbar-brand" href="https://demos.creative-tim.com/blk-design-system/index.html" rel="tooltip" title="Designed and Coded by Creative Tim" data-placement="bottom" target="_blank">
|
<a class="navbar-brand" href="https://www.tibillet.re" rel="tooltip"
|
||||||
<span>BLK•</span> Design System
|
title="L'évènementiel en réseau" data-placement="bottom" target="_blank">
|
||||||
|
<span style="font-family: BeStrong; font-size: x-large">TiBillet</span>
|
||||||
</a>
|
</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">
|
<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 bar1"></span>
|
||||||
<span class="navbar-toggler-bar bar2"></span>
|
<span class="navbar-toggler-bar bar2"></span>
|
||||||
<span class="navbar-toggler-bar bar3"></span>
|
<span class="navbar-toggler-bar bar3"></span>
|
||||||
|
|
@ -58,7 +66,8 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6 collapse-close text-right">
|
<div class="col-6 collapse-close text-right">
|
||||||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
|
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navigation"
|
||||||
|
aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<i class="tim-icons icon-simple-remove"></i>
|
<i class="tim-icons icon-simple-remove"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -66,19 +75,22 @@
|
||||||
</div>
|
</div>
|
||||||
<ul class="navbar-nav">
|
<ul class="navbar-nav">
|
||||||
<li class="nav-item p-0">
|
<li class="nav-item p-0">
|
||||||
<a class="nav-link" rel="tooltip" title="Follow us on Twitter" data-placement="bottom" href="https://twitter.com/CreativeTim" target="_blank">
|
<a class="nav-link" rel="tooltip" title="Follow us on Twitter" data-placement="bottom"
|
||||||
|
href="https://twitter.com/CreativeTim" target="_blank">
|
||||||
<i class="fab fa-twitter"></i>
|
<i class="fab fa-twitter"></i>
|
||||||
<p class="d-lg-none d-xl-none">Twitter</p>
|
<p class="d-lg-none d-xl-none">Twitter</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item p-0">
|
<li class="nav-item p-0">
|
||||||
<a class="nav-link" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="https://www.facebook.com/CreativeTim" target="_blank">
|
<a class="nav-link" rel="tooltip" title="Like us on Facebook" data-placement="bottom"
|
||||||
|
href="https://www.facebook.com/CreativeTim" target="_blank">
|
||||||
<i class="fab fa-facebook-square"></i>
|
<i class="fab fa-facebook-square"></i>
|
||||||
<p class="d-lg-none d-xl-none">Facebook</p>
|
<p class="d-lg-none d-xl-none">Facebook</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item p-0">
|
<li class="nav-item p-0">
|
||||||
<a class="nav-link" rel="tooltip" title="Follow us on Instagram" data-placement="bottom" href="https://www.instagram.com/CreativeTimOfficial" target="_blank">
|
<a class="nav-link" rel="tooltip" title="Follow us on Instagram" data-placement="bottom"
|
||||||
|
href="https://www.instagram.com/CreativeTimOfficial" target="_blank">
|
||||||
<i class="fab fa-instagram"></i>
|
<i class="fab fa-instagram"></i>
|
||||||
<p class="d-lg-none d-xl-none">Instagram</p>
|
<p class="d-lg-none d-xl-none">Instagram</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -87,14 +99,15 @@
|
||||||
<a class="nav-link" href="../index.html">Back to Kit</a>
|
<a class="nav-link" href="../index.html">Back to Kit</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://github.com/creativetimofficial/blk-design-system/issues">Have an issue?</a>
|
<a class="nav-link" href="https://github.com/creativetimofficial/blk-design-system/issues">Have an
|
||||||
|
issue?</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- End Navbar -->
|
<!-- End Navbar -->
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<img src="../assets/img/blob.png" class="path">
|
<img src="../assets/img/blob.png" class="path">
|
||||||
<img src="../assets/img/path2.png" class="path2">
|
<img src="../assets/img/path2.png" class="path2">
|
||||||
|
|
@ -109,10 +122,12 @@
|
||||||
<br/>
|
<br/>
|
||||||
<span class="text-white">secured</span>
|
<span class="text-white">secured</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-white mb-3">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel...</p>
|
<p class="text-white mb-3">A wonderful serenity has taken possession of my entire soul, like these
|
||||||
|
sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel...</p>
|
||||||
<div class="btn-wrapper mb-3">
|
<div class="btn-wrapper mb-3">
|
||||||
<p class="category text-success d-inline">From 9.99%/mo</p>
|
<p class="category text-success d-inline">From 9.99%/mo</p>
|
||||||
<a href="#blk" class="btn btn-success btn-link btn-sm"><i class="tim-icons icon-minimal-right"></i></a>
|
<a href="#blk" class="btn btn-success btn-link btn-sm"><i
|
||||||
|
class="tim-icons icon-minimal-right"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-wrapper">
|
<div class="btn-wrapper">
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
|
|
@ -229,11 +244,14 @@
|
||||||
<div class="pl-md-5">
|
<div class="pl-md-5">
|
||||||
<h1>Large
|
<h1>Large
|
||||||
<br/>Achivements</h1>
|
<br/>Achivements</h1>
|
||||||
<p>I should be capable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. </p>
|
<p>I should be capable of drawing a single stroke at the present moment; and yet I feel that
|
||||||
|
I never was a greater artist than now. </p>
|
||||||
<br/>
|
<br/>
|
||||||
<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray.</p>
|
<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes
|
||||||
|
the upper surface of the impenetrable foliage of my trees, and but a few stray.</p>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="#" class="font-weight-bold text-info mt-5">Show all <i class="tim-icons icon-minimal-right text-info"></i></a>
|
<a href="#" class="font-weight-bold text-info mt-5">Show all <i
|
||||||
|
class="tim-icons icon-minimal-right text-info"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -256,7 +274,8 @@
|
||||||
</div>
|
</div>
|
||||||
<h4 class="info-title">Low Commission</h4>
|
<h4 class="info-title">Low Commission</h4>
|
||||||
<hr class="line-primary">
|
<hr class="line-primary">
|
||||||
<p>Divide details about your work into parts. Write a few lines about each one. A paragraph describing a feature will.</p>
|
<p>Divide details about your work into parts. Write a few lines about each one. A
|
||||||
|
paragraph describing a feature will.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
|
|
@ -266,7 +285,8 @@
|
||||||
</div>
|
</div>
|
||||||
<h4 class="info-title">High Incomes</h4>
|
<h4 class="info-title">High Incomes</h4>
|
||||||
<hr class="line-warning">
|
<hr class="line-warning">
|
||||||
<p>Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing feature will be a feature. </p>
|
<p>Divide details about your product or agency work into parts. Write a few lines about
|
||||||
|
each one. A paragraph describing feature will be a feature. </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
|
|
@ -276,7 +296,8 @@
|
||||||
</div>
|
</div>
|
||||||
<h4 class="info-title">Verified People</h4>
|
<h4 class="info-title">Verified People</h4>
|
||||||
<hr class="line-success">
|
<hr class="line-success">
|
||||||
<p>Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing be enough.</p>
|
<p>Divide details about your product or agency work into parts. Write a few lines about
|
||||||
|
each one. A paragraph describing be enough.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -325,7 +346,8 @@
|
||||||
<div class="px-md-5">
|
<div class="px-md-5">
|
||||||
<hr class="line-success">
|
<hr class="line-success">
|
||||||
<h3>Awesome features</h3>
|
<h3>Awesome features</h3>
|
||||||
<p>The design system comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go.</p>
|
<p>The design system comes with three pre-built pages to help you get started faster. You can
|
||||||
|
change the text and images and you're good to go.</p>
|
||||||
<ul class="list-unstyled mt-5">
|
<ul class="list-unstyled mt-5">
|
||||||
<li class="py-2">
|
<li class="py-2">
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
|
|
@ -535,13 +557,19 @@
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h3 class="title">Follow us:</h3>
|
<h3 class="title">Follow us:</h3>
|
||||||
<div class="btn-wrapper profile">
|
<div class="btn-wrapper profile">
|
||||||
<a target="_blank" href="https://twitter.com/creativetim" class="btn btn-icon btn-neutral btn-round btn-simple" data-toggle="tooltip" data-original-title="Follow us">
|
<a target="_blank" href="https://twitter.com/creativetim"
|
||||||
|
class="btn btn-icon btn-neutral btn-round btn-simple" data-toggle="tooltip"
|
||||||
|
data-original-title="Follow us">
|
||||||
<i class="fab fa-twitter"></i>
|
<i class="fab fa-twitter"></i>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="https://www.facebook.com/creativetim" class="btn btn-icon btn-neutral btn-round btn-simple" data-toggle="tooltip" data-original-title="Like us">
|
<a target="_blank" href="https://www.facebook.com/creativetim"
|
||||||
|
class="btn btn-icon btn-neutral btn-round btn-simple" data-toggle="tooltip"
|
||||||
|
data-original-title="Like us">
|
||||||
<i class="fab fa-facebook-square"></i>
|
<i class="fab fa-facebook-square"></i>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="https://dribbble.com/creativetim" class="btn btn-icon btn-neutral btn-round btn-simple" data-toggle="tooltip" data-original-title="Follow us">
|
<a target="_blank" href="https://dribbble.com/creativetim"
|
||||||
|
class="btn btn-icon btn-neutral btn-round btn-simple" data-toggle="tooltip"
|
||||||
|
data-original-title="Follow us">
|
||||||
<i class="fab fa-dribbble"></i>
|
<i class="fab fa-dribbble"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -549,31 +577,31 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<!-- Core JS Files -->
|
<!-- Core JS Files -->
|
||||||
<script src="../assets/js/core/jquery.min.js" type="text/javascript"></script>
|
<script src="../assets/js/core/jquery.min.js" type="text/javascript"></script>
|
||||||
<script src="../assets/js/core/popper.min.js" type="text/javascript"></script>
|
<script src="../assets/js/core/popper.min.js" type="text/javascript"></script>
|
||||||
<script src="../assets/js/core/bootstrap.min.js" type="text/javascript"></script>
|
<script src="../assets/js/core/bootstrap.min.js" type="text/javascript"></script>
|
||||||
<script src="../assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
|
<script src="../assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
|
||||||
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
|
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
|
||||||
<script src="../assets/js/plugins/bootstrap-switch.js"></script>
|
<script src="../assets/js/plugins/bootstrap-switch.js"></script>
|
||||||
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
|
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
|
||||||
<script src="../assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
|
<script src="../assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
|
||||||
<!-- Chart JS -->
|
<!-- Chart JS -->
|
||||||
<script src="../assets/js/plugins/chartjs.min.js"></script>
|
<script src="../assets/js/plugins/chartjs.min.js"></script>
|
||||||
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
|
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
|
||||||
<script src="../assets/js/plugins/moment.min.js"></script>
|
<script src="../assets/js/plugins/moment.min.js"></script>
|
||||||
<script src="../assets/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
|
<script src="../assets/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
|
||||||
<!-- Black Dashboard DEMO methods, don't include it in your project! -->
|
<!-- Black Dashboard DEMO methods, don't include it in your project! -->
|
||||||
<script src="../assets/demo/demo.js"></script>
|
<script src="../assets/demo/demo.js"></script>
|
||||||
<!-- Control Center for Black UI Kit: parallax effects, scripts for the example pages etc -->
|
<!-- Control Center for Black UI Kit: parallax effects, scripts for the example pages etc -->
|
||||||
<script src="../assets/js/blk-design-system.min.js?v=1.0.0" type="text/javascript"></script>
|
<script src="../assets/js/blk-design-system.min.js?v=1.0.0" type="text/javascript"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function () {
|
||||||
// Javascript method's body can be found in assets/assets-for-demo/js/demo.js
|
// Javascript method's body can be found in assets/assets-for-demo/js/demo.js
|
||||||
demo.initLandingPageChart();
|
demo.initLandingPageChart();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue