mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:15:05 +03:00
Spacing in features section
This commit is contained in:
parent
daa9ccf9c6
commit
77fb8fcb18
1 changed files with 13 additions and 57 deletions
|
@ -196,7 +196,7 @@
|
|||
|
||||
<!-- Teal Impact Section -->
|
||||
|
||||
<section class="teal-bg impact-section two-boxes">
|
||||
<section class="teal-bg impact-section one-box">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
@ -226,32 +226,9 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
i{
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
|
||||
.single-grid-row{
|
||||
margin-top: -1.6vw;
|
||||
}
|
||||
|
||||
|
||||
.box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.box div {
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Features -->
|
||||
|
||||
<section class="two-boxes-up">
|
||||
<section class="one-box">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12">
|
||||
|
@ -292,18 +269,13 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- Homebrew v. tea Section -->
|
||||
|
||||
<section class="features two-boxes-down">
|
||||
<section>
|
||||
<div class="container">
|
||||
|
||||
<div class="divider two-boxes-down">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<!-- First -->
|
||||
|
||||
<div class="row two-boxes-down">
|
||||
<div class="row one-box-down">
|
||||
<div class="col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2">
|
||||
<div class="feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0">
|
||||
<h2 class="display-4">tea magic</h2>
|
||||
|
@ -330,13 +302,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="divider two-boxes-down">
|
||||
<div class="divider">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<!-- Second -->
|
||||
|
||||
<div class="row two-boxes-down">
|
||||
<div class="row one-box">
|
||||
<div class="col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 order-xl-1 order-lg-1 order-md-2 order-sm-2 order-2 flex">
|
||||
<div class="feature-content pe-xl-5 pe-lg-3 pe-md-0 pe-sm-0 pe-0">
|
||||
<h2 class="display-4">Developer Environments</h2>
|
||||
|
@ -363,13 +335,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="divider two-boxes-down">
|
||||
<div class="divider">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<!-- Third -->
|
||||
|
||||
<div class="row one-box-down">
|
||||
<div class="row one-box">
|
||||
<div class="col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2">
|
||||
<div class="feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0">
|
||||
<h2 class="display-4">tea scripts</h2>
|
||||
|
@ -450,7 +422,7 @@
|
|||
|
||||
<section class="gs-section">
|
||||
<div class="container">
|
||||
<div class="row two-boxes">
|
||||
<div class="row one-box">
|
||||
<div class="col-xl-5 col-lg-5 col-md-12 col-sm-12 col-12 mb-5">
|
||||
<div class="gs-parent">
|
||||
<div class="gs-content">
|
||||
|
@ -618,10 +590,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
|
||||
<div class="full-width-cta-container">
|
||||
{{- partial "full-width-cta-split.html" . -}}
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<!--
|
||||
|
||||
|
@ -721,9 +690,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<div class="full-width-cta-container">
|
||||
{{- partial "full-width-cta-split.html" . -}}
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<style>
|
||||
|
||||
|
@ -800,17 +767,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
<div class="row button-container flex">
|
||||
<a href="https://github.com/teaxyz/cli/graphs/contributors" class="ps-0 pe-0 btn-div" id="btn-div-top" >
|
||||
<button class="sbtn sb-fill-top">VIEW ALL CONTRIBUTORS</button>
|
||||
</a>
|
||||
<a href="https://github.com/teaxyz/cli#contributing" class="ps-0 pe-0 btn-div" id="btn-div" >
|
||||
<button class="sbtn sb-fill-top">LEARN HOW TO CONTRIBUTE</button>
|
||||
</a>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<script>
|
||||
|
||||
$.getJSON("https://api.github.com/repos/teaxyz/cli/contributors", function(contributors) {
|
||||
|
|
Loading…
Reference in a new issue