bellaskeys.com/themes/bella/layouts/index.html

118 lines
3.9 KiB
HTML
Raw Permalink Normal View History

2024-02-20 16:06:04 -05:00
{{ define "main" }}
2024-02-29 19:29:42 -05:00
<section class="hero">
2024-02-28 23:01:46 -05:00
<div class="container">
2024-02-29 19:29:42 -05:00
<div class="hero-inner">
<div class="hero-copy">
2024-03-02 17:38:04 -05:00
<h1 class="hero-title h2-mobile mt-0">
2024-02-29 19:29:42 -05:00
{{ .Site.Params.Content.LeadTitle | markdownify }}
</h1>
2024-03-02 17:38:04 -05:00
<p class="hero-paragraph">
2024-02-29 19:29:42 -05:00
{{ .Site.Params.Content.LeadDescription | markdownify }}
</p>
2024-03-02 17:38:04 -05:00
<p class="hero-cta">
2024-02-29 19:29:42 -05:00
<a
2024-02-29 22:43:58 -05:00
class="button button-primary"
2024-02-29 19:29:42 -05:00
href="{{ .Site.Params.Content.ButtonURL }}"
>{{ .Site.Params.Content.ButtonCaption | markdownify }}</a
>
</p>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
</div>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
</section>
2024-02-29 22:43:58 -05:00
<section class="sold-section">
2024-03-01 03:14:21 -05:00
<div class="sold-image-container">
{{ range site.Params.sold }}
{{ range .Icon }}
<a>
2024-03-02 17:38:04 -05:00
<img class="reveal sold-image {{ .CSS }}" src="{{ .LogoURL }}" />
2024-03-01 03:14:21 -05:00
</a>
{{ end }}
2024-02-29 19:29:42 -05:00
{{ end }}
2024-03-01 03:14:21 -05:00
</div>
2024-02-29 22:43:58 -05:00
</section>
2024-02-29 19:29:42 -05:00
<section class="features section">
2024-02-28 23:01:46 -05:00
<div class="container">
2024-02-29 19:29:42 -05:00
<div class="features-inner section-inner">
<div class="features-wrap">
{{ range site.Params.feature }}
2024-03-02 17:38:04 -05:00
<div class="feature feature-inner">
2024-03-01 19:55:49 -05:00
<i class="feature-icon {{ .FeatureIcon }}"></i>
2024-02-29 19:29:42 -05:00
<div class="feature-description">
<h4 class="feature-title h3-mobile">{{ .FeatureTitle }}</h4>
<p class="text-sm">{{ .FeatureDescription }}</p>
</div>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
{{ end }}
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
</div>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
</section>
2024-03-01 14:34:27 -05:00
<section class="section">
<div class="contact container has-top-divider">
2024-03-02 15:30:21 -05:00
<h2 class="contact section-title mt-0 text-center">Contact</h2>
2024-03-01 14:34:27 -05:00
<div class="contact-flex">
<div class="contact-inner">
{{ range .Site.Params.buttons }}
2024-03-02 17:38:04 -05:00
<a href="{{ .url }}" class="reveal button"
2024-03-01 14:34:27 -05:00
><i class="{{ .icon }}"></i>{{ .label }}</a
>
2024-03-01 03:14:21 -05:00
{{ end }}
</div>
2024-03-02 17:38:04 -05:00
<div class="reveal contact-table">
2024-03-01 14:34:27 -05:00
{{ partial "contact_form.html" . }}
</div>
2024-03-01 03:14:21 -05:00
</div>
</div>
</section>
2024-02-29 19:29:42 -05:00
<section class="pricing section">
2024-02-28 23:01:46 -05:00
<div class="container">
2024-03-01 03:14:21 -05:00
<div class="pricing-inner section-inner">
2024-02-29 19:29:42 -05:00
<h2 id="pricing" class="section-title mt-0 text-center">Pricing</h2>
{{ with index site.Params.pricing 0 }}
<div class="pricing-table-inner">
2024-03-02 17:38:04 -05:00
<div class="font-color-light pricing-table-header">
2024-02-29 19:29:42 -05:00
<div class="pricing-table-title mt-12 mb-8">
{{ .PricingTitle }}
</div>
<div class="pricing-table-collection">
<div class="pricing-table-price">
2024-03-02 16:55:13 -05:00
<span style="font-size: 16px;" class="font-color-light"
2024-02-29 19:29:42 -05:00
>{{ .PricingDesc }}</span
>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
<a
href="{{ .ButtonURL }}"
style="margin-top:15px;"
2024-03-02 16:55:13 -05:00
class="button button-primary-light button-pricing"
2024-02-29 19:29:42 -05:00
>{{ .ButtonText }}</a
>
</div>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
<ul class="pricing-table-features list-reset text-xs">
{{ range .Features }}
2024-03-02 17:38:04 -05:00
<li>
2024-02-29 19:29:42 -05:00
<span class="list-icon">
<svg
width="16"
height="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="#5FFAD0"
fill-rule="nonzero"
d="M5.6 8.4L1.6 6 0 7.6 5.6 14 16 3.6 14.4 2z"
/>
</svg>
</span>
2024-03-02 16:55:13 -05:00
<span class="font-color-light">{{ .Description }}</span>
2024-02-29 19:29:42 -05:00
</li>
{{ end }}
</ul>
</div>
{{ end }}
</div>
2024-02-28 23:01:46 -05:00
</div>
2024-02-29 19:29:42 -05:00
</section>
{{ end }}