Sha256: 182e1c13dd9d9fb034bbc34a055941338239e3b423ebd49b2635bd131ed2a50d

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 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 %}
	{% include script.html %}
	<!-- Footer End -->
</body>

</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appscms-tools-theme-0.4.4 _layouts/home.html
appscms-tools-theme-0.4.3 _layouts/home.html
appscms-tools-theme-0.4.2 _layouts/home.html