mirror of
https://github.com/ivabus/www
synced 2024-11-22 10:55:06 +03:00
Add section authentication message
This commit is contained in:
parent
c0ea861c64
commit
8710e3e91c
1 changed files with 23 additions and 1 deletions
|
@ -289,7 +289,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row one-box-up">
|
||||
<div class="row one-box-up one-box-down">
|
||||
<div class="col">
|
||||
<p class="text-xl-center text-lg-center text-md-left text-sm-left text-left black"><span class="too-much">NO. OF </span>REPOS</p>
|
||||
<h1 class="display-2 text-xl-center text-lg-center text-md-left text-sm-left text-left black"><span id="stat-one">56,987</span></h1>
|
||||
|
@ -310,6 +310,28 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="authenticate">
|
||||
<div class="container auth-container one-box black-bg">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="display-6 text-center black">Authenticate with tea</h2>
|
||||
<p class="text-center black">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
.auth-container{
|
||||
max-width: 800px;
|
||||
margin-top: -100px;
|
||||
border: 2px solid #1a1a1a;
|
||||
background-color: #33ffd9;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<section>
|
||||
<div class="section-divider">
|
||||
<img src="/Images/pixel-section-divider-teal.svg" style="pointer-events:none;" alt="">
|
||||
|
|
Loading…
Reference in a new issue