Skip to content
Snippets Groups Projects
Commit eb2b19dc authored by OndraPetrzilka's avatar OndraPetrzilka
Browse files

Merge branch 'feature/pirati-cz' into feature/pirati-cz-ondra

parents 2176c517 d5a8946e
No related branches found
No related tags found
3 merge requests!607Pirati.cz,!590Feature/pirati cz ondra,!575Feature/pirati cz
Pipeline #9436 passed
<div class="checkbox form-field__control {{ classes }}"> <div class="checkbox form-field__control flex items-center {{ classes }}">
<input type="checkbox" id="checkbox_1" {{# disabled }}disabled{{/ disabled }} {{# readonly }}readonly{{/ readonly }}> <input type="checkbox" id="checkbox_1" {{# disabled }}disabled{{/ disabled }} {{# readonly }}readonly{{/ readonly }}>
<label class="text-xs font-bold" for="checkbox_1">{{ label }}</label> <label class="text-xs font-alt font-light" for="checkbox_1">{{ label }}</label>
</div> </div>
<input type="text" class="text-input form-field__control {{ classes }}" value="" placeholder="{{ placeholder }}{{^ placeholder }}{{ form.placeholder }}{{/ placeholder }}" {{# disabled }}disabled{{/ disabled }} {{# readonly }}readonly{{/ readonly }} /> <input type="text" class="text-input bg-white form-field__control {{ classes }}" value="" placeholder="{{ placeholder }}{{^ placeholder }}{{ form.placeholder }}{{/ placeholder }}" {{# disabled }}disabled{{/ disabled }} {{# readonly }}readonly{{/ readonly }} />
<div class="section-clip bg-cover bg-no-repeat flex py-16 lg:py-36" <div class="section-clip bg-cover bg-no-repeat flex pb-32 xl:pb-0 xl:h-screen relative z-10">
style="background-image: url('https://images.pexels.com/photos/3073681/pexels-photo-3073681.jpeg')"> <img src="../../images/background-images/bg-bartos-newsletter.jpg" alt="" class="absolute h-full w-full object-cover">
<div class="grid-container items-center px-4"> <div class="grid-container mt-20 xl:mt-0 xl:items-center z-10">
<div class="grid-full flex flex-col"> <div class="grid-full flex flex-col xl:flex-row">
<div class="flex space-x-3 mb-4"> <div class="flex xl:flex-col items-center mb-4 xl:items-start xl:w-1/4">
<i class="ico--anchor text-7xl xl:text-9xl mb-4 xl:w-1/4"></i> <i class="ico--anchor mr-2 text-7xl xl:mr-0 xl:text-9xl xl:mb-4 xl:w-full"></i>
<h5 class="uppercase mt-4 head-alt-md xl:head-alt-lg">Odebírej náš <br> newsletter</h5> <span class="uppercase text-xl xl:text-base font-bold mb-2 xl:w-full">
</div>
<div class="flex xl:space-x-3 flex-wrap flex-col xl:flex-row">
<span class="uppercase text-sm xl:text-base font-bold mb-2 xl:w-1/4">
Fake news tam nenajdeš, ale dozvíš se co chystáme doopravdy! Fake news tam nenajdeš, ale dozvíš se co chystáme doopravdy!
</span> </span>
<div class=""> </div>
{{> atoms-form-input(placeholder: "Tvůj email", classes: "mb-3 w-full") }} <div class="flex flex-col items-start">
{{> atoms-form-checkbox(label: "Souhlasím se zpracováním osobních údajů", classes: "mb-3") }} <h5 class="font-alt text-6xl xl:text-7xl uppercase">Odebírej náš <br> newsletter</h5>
{{> atoms-button-animated(btn-text: "Odebírat") }} {{> atoms-form-input(placeholder: "Tvůj email", classes: "mb-3 w-full") }}
</div> {{> atoms-form-checkbox(label: "Souhlasím se zpracováním osobních údajů", classes: "mb-3") }}
{{> atoms-button-animated(btn-text: "Odebírat") }}
</div> </div>
</div> </div>
</div> </div>
......
main/styleguide/source/images/background-images/bg-bartos-newsletter.jpg

411 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment