minor tweaks.
This commit is contained in:
parent
243d6f9756
commit
0ebcd3f493
|
@ -1,7 +1,4 @@
|
|||
{{ define "main" }}
|
||||
<p style="text-align: center">
|
||||
<a href="https://www.producthunt.com/posts/spiffworkflow?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-spiffworkflow" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=423201&theme=light" alt="SpiffWorkflow - Visual Workflow Builder | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||
</p>
|
||||
{{ if .Site.Params.hero }}
|
||||
{{ partial "hero.html" . }}
|
||||
{{ end }}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
{{- end }}
|
||||
</div>
|
||||
<a href="/pages/enterprise" class="navbar-item">
|
||||
<span class="button signup-button rounded primary-btn raised">
|
||||
<span id="try_now_button" class="button signup-button rounded primary-btn raised">
|
||||
Try Now
|
||||
</span>
|
||||
</a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div class="container">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column is-5 is-offset-1 landing-caption">
|
||||
<h1 class="title is-1 is-bold is-spaced">
|
||||
<h1 class="title is-2 is-bold is-spaced">
|
||||
{{ $title }}
|
||||
</h1>
|
||||
{{ with $subtitle }}
|
||||
|
@ -24,7 +24,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="column is-5 is-offset-1">
|
||||
<figure class="image is-4by3">
|
||||
<figure class="image">
|
||||
<img src="{{ printf "/images/%s" $image | relURL }}" alt="Description">
|
||||
</figure>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue