Sha256: 99774845aea53c508adb879a2454612b39ac55d2db65d9c306aeae19cdf2b290
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
<!DOCTYPE html> <html lang="en" data-tool="landing"> {% include head/index.html %} <body> {% include header/index.html %} {% assign file = page.fileName %} {% assign folderName = page.folderName %} {% assign dataArr = site.data[folderName][lang][file] %} {% assign dataToShow = dataArr %} {%- include dropdown/langdropdown.html -%} <div class="flex-container"> <div class="flex-class py-5"> <h1 class="home-top-h1">{{dataToShow.h1}}</h1> <h2 class="home-top-h2">{{dataToShow.h2}}</h2> </div> </div> <div class="flex-container"> <div class="flex-class"> <ul class="home-features"> {% for product in dataToShow.features %} <li style=background:{{product.color}} class="home-feature-box"> <div class="home-inner-box"> <div class="div-cont feature-img"> <img src="{{product.icon}}" alt="star icon"> </div> </div> <div class="home-feature-desc">{{product.description}}</div><a class="home-feature-name" href="{{product.url}}">{{product.name}}</a> </li> {% endfor %} </ul> </div> </div> {%- include share/socialshare.html -%} <!-- Footer --> {% include footer/index.html %} {% include script.html %} <!-- Footer End --> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appscms-tools-theme-0.4.7 | _layouts/home.html |