Sha256: 327a8f86b478cca87122adf6fc383c0d083af5e68b1b2b19f56a397bac5dbb6b
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
<!DOCTYPE html> <html lang="en" data-tool="landing"> {% include head/index.html %} <body> {% include header/index.html %} {% assign file = page.fileName %} {% assign dataArr = site.data.home[file] %} {% assign dataToShow = dataArr %} <div class="sc-1ttxsn1-0 fxCLCz"> <div class="sc-1ttxsn1-1 hvHwmD"> <div class="sc-8oiqhz-0 fMjvGP"> <h1 class="sc-8oiqhz-1 fMrSkY">{{dataToShow.h1}}</h1> <h2 class="sc-8oiqhz-2 fMAoPh">{{dataToShow.h2}}</h2> </div> </div> </div> <div class="sc-1ttxsn1-0 fxCLCz"> <div class="sc-1ttxsn1-1 hvHwmD"> <ul class="je654-0 dhopRv"> {% for product in dataToShow.features %} <li style=background:{{product.color}} class="sc-1jhrmy1-0 hpzLVg"> <div class="sc-1jhrmy1-2 hpQFdy"> <div class="sc-2xfn8l-0 bxyVaO sc-1nz7oec-0 dTTiwf"> <img src="{{product.icon}}" alt="star icon"> </div> </div> <div class="sc-1jhrmy1-4 hqhylQ"></div> <div class="sc-1jhrmy1-3 hpZbHH">{{product.description}}</div><a class="lqkt1b-0 fdItuc sc-1jhrmy1-1 hpIizp" href="{{product.url}}">{{product.name}}</a> </li> {% endfor %} </ul> </div> </div> <!-- Footer --> {% include footer/index.html %} <!-- Footer End --> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
appscms-tools-theme-0.4.1 | _layouts/home.html |
appscms-tools-theme-0.4.0 | _layouts/home.html |
appscms-tools-theme-0.3.9 | _layouts/home.html |
appscms-tools-theme-0.3.8 | _layouts/home.html |