Untitled
unknown
html
3 years ago
1.2 kB
5
Indexable
<div class="embla__slide"> <div class="embla__slide__inner"> <div class="container"> <div class="text-container"> <div class="slider__title">#sustainability</div> <!-- This is the hash tag for the slider --> <div class="slider__desc">nybl is committed to sustainability</div> <!-- This is the title for the slider --> <div class="slider__sub">nybl made its own SDG 7 Commitment on the side-lines of COP26 in Glasgow in November of 2021</div> <!-- This is the Description for the slider --> <button class="slider__cta" onclick="window.open('https:\/\/www.un.org\/en\/energycompacts\/page\/registry#NYBL', '_blank')">learn more</button><!-- This is the Call to action button for the slider --> </div> </div> <img class="embla__slide__img not-mobile mx-auto" src="<?= $durl ?>/assets/images/2.png" alt="nybl is committed to sustainability"/><!-- This is the background image desktop for the slider --> <img class="embla__slide__img mobile mx-auto" src="<?= $durl ?>/assets/images/mobile/2.jpg" alt="nybl is committed to sustainability"/><!-- This is the background image mobile for the slider --> </div> </div>
Editor is loading...