mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:25:07 +03:00
Added divider (mobile-only)
This commit is contained in:
parent
6fd735ed29
commit
0735c2a68f
1 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,18 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<hr class="careers-divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@media only screen and (min-width: 600px) {
|
||||||
|
.careers-divider{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
|
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
|
||||||
<h3 class="mb-4">Current job openings</h3>
|
<h3 class="mb-4">Current job openings</h3>
|
||||||
<p class="mb-4">The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.</p>
|
<p class="mb-4">The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.</p>
|
||||||
|
|
Loading…
Reference in a new issue