mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Add more content to authenticate section
This commit is contained in:
parent
015f678396
commit
13f1480f84
2 changed files with 21 additions and 7 deletions
|
@ -177,12 +177,26 @@
|
|||
<!-- Package CTA Section -->
|
||||
|
||||
<hr>
|
||||
<section package-cta-section>
|
||||
<div class="container package-cta-container">
|
||||
<div class="row" style="margin-bottom: 20px;">
|
||||
<div class="col" style="margin: 150px 0px;">
|
||||
<h3 class="text-center">Authenticate your GitHub for an even bigger sip</h3>
|
||||
<p class="text-center">Using tea without authenticating is like playing a video game without the DLC. There’s so much more to our ecosystem than a command line interface, and we want you to be a part of it.</p>
|
||||
<section class="package-cta-section" id="authenticate">
|
||||
<div class="container package-cta-container two-boxes">
|
||||
<div class="row one-box-down">
|
||||
<div class="col-lg-9">
|
||||
<h3>Authenticate your GitHub for an even bigger sip</h3>
|
||||
<p class="lead">Using tea without authenticating is like playing a video game without the DLC. There’s so much more to our ecosystem than a command line interface, and we want you to be a part of it.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h5>heading one</h5>
|
||||
<p>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 laboris nisi ut aliquip ex ea commodo consequat.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h5>heading one</h5>
|
||||
<p>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 laboris nisi ut aliquip ex ea commodo consequat.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h5>heading one</h5>
|
||||
<p>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 laboris nisi ut aliquip ex ea commodo consequat.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -75,7 +75,7 @@ li{
|
|||
|
||||
h3{
|
||||
font-size: 3.8rem;
|
||||
line-height: 8.3vw;
|
||||
line-height: 4.8vw;
|
||||
}
|
||||
|
||||
h4{
|
||||
|
|
Loading…
Reference in a new issue