This commit is contained in:
Jonas Legion 2021-12-06 16:43:04 +04:00
parent 4ecbd8e701
commit 7ae07441ba
3 changed files with 540 additions and 512 deletions

View File

@ -22,7 +22,7 @@
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
<title>
Blk• Design System by Creative Tim
TiBillet• Design System by Creative Tim
</title>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet"/>
@ -33,6 +33,12 @@
<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 -->
<link href="../assets/demo/demo.css" rel="stylesheet"/>
<style>
@font-face {
font-family: BeStrong;
src: url(../assets/fonts/BeStrongRegular.otf);
}
</style>
</head>
<body class="landing-page">
@ -40,10 +46,12 @@
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent " color-on-scroll="100">
<div class="container">
<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">
<span>BLK•</span> Design System
<a class="navbar-brand" href="https://www.tibillet.re" rel="tooltip"
title="L'évènementiel en réseau" data-placement="bottom" target="_blank">
<span style="font-family: BeStrong; font-size: x-large">TiBillet</span>
</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 bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
@ -58,7 +66,8 @@
</a>
</div>
<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>
</button>
</div>
@ -66,19 +75,22 @@
</div>
<ul class="navbar-nav">
<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>
<p class="d-lg-none d-xl-none">Twitter</p>
</a>
</li>
<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>
<p class="d-lg-none d-xl-none">Facebook</p>
</a>
</li>
<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>
<p class="d-lg-none d-xl-none">Instagram</p>
</a>
@ -87,7 +99,8 @@
<a class="nav-link" href="../index.html">Back to Kit</a>
</li>
<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>
</ul>
</div>
@ -109,10 +122,12 @@
<br/>
<span class="text-white">secured</span>
</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">
<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 class="btn-wrapper">
<div class="button-container">
@ -229,11 +244,14 @@
<div class="pl-md-5">
<h1>Large
<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/>
<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/>
<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>
@ -256,7 +274,8 @@
</div>
<h4 class="info-title">Low Commission</h4>
<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 class="col-lg-3">
@ -266,7 +285,8 @@
</div>
<h4 class="info-title">High Incomes</h4>
<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 class="col-lg-3">
@ -276,7 +296,8 @@
</div>
<h4 class="info-title">Verified People</h4>
<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>
@ -325,7 +346,8 @@
<div class="px-md-5">
<hr class="line-success">
<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">
<li class="py-2">
<div class="d-flex align-items-center">
@ -535,13 +557,19 @@
<div class="col-md-3">
<h3 class="title">Follow us:</h3>
<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>
</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>
</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>
</a>
</div>