This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img | |
alt="" | |
data-srcset=" | |
{{media url=media/wysiwyg/promocja_przek_adkowa_2_sm_m.png}} 480w, | |
{{media url=media/wysiwyg/promocja_przek_adkowa_2_sm.png}} 780w" | |
data-src="{{media url=media/wysiwyg/promocja_przek_adkowa_2_sm.png}}" | |
class="lazyload" | |
/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="slider-main__content"> | |
<span class="slider-bg"></span> | |
<div class="slider-main__text"> | |
<div class="slider-main__text--content"> | |
Zestaw do obsługi klimatyzacji<br> | |
<strong>w mega cenie <span class="slider-main__price">1499zł<sup>*</sup>!</span></strong> | |
</div> | |
<div class="slider-main-buttons"> | |
<a class="slider-main__button" href="#">Przejdź do produktu</a> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="checkbox-styled"> | |
<input id="consultation-marketing-mail-checkbox" class="form-input" type="checkbox" name="consultation-marketing-mail-checkbox" /> | |
<label class="form-label" for="consultation-marketing-mail-checkbox"> | |
Wyrażam zgodę na przesyłanie materiałów marketingowych drogą mailową przez firmę TIP-TOPOL. | |
</label> | |
</div> | |
<div class="checkbox-styled"> | |
<input id="consultation-marketing-call-checkbox" class="form-input" type="checkbox" name="consultation-marketing-call-checkbox" required /> | |
<label class="form-label" for="consultation-marketing-call-checkbox"> | |
Wyrażam zgodę na kontakt telefoniczny w celu przedstawienia materiałów marketingowych, przez firmę TIP-TOPOL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="input-box"><label class="form-label" for="contact-form-zip">Kod pocztowy:</label> <input id="contact-form-zip" class="input-text" type="zip" placeholder="Podaj kod pocztowy" required="" name="contact-form-zip" /></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
Zdaje się, że zabłądziłeś!<br> | |
<b>Użyj naszej nawigacji powyżej<br> | |
aby wrócić na trasę.</b> | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list-files"> | |
<li> | |
<a href="https://sklep.tiptopol.pl/media/wysiwyg/materialy-do-pobrania/Podno_nik_2-kolumnowy_Invento_EL240.pdf"> | |
Karta produktowa | |
</a> | |
</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="article-image"> | |
<img class="lazyload" data-src="dist/images/pages/articles/article-3.jpg" alt="Prawidłowy montaż ciężarka klejonego krok po kroku"> | |
</div> | |
<div class="article-short"> | |
<p> | |
Lorem ipsum dolor sit amet, eum case veritus electram in. | |
</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const $popupTrigger = $('.popup-open'); | |
const options = { | |
removalDelay: 300, | |
mainClass: 'mfp-fade' | |
}; | |
$popupTrigger.magnificPopup(options); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// copy file | |
cp configuration.php-dist configuration.php | |
// search & replace | |
Ctrl \ | |
Enter your search term [press return] | |
Enter your replacement term [press return] | |
A [to replace all instances] |
NewerOlder