minor tweaks.

This commit is contained in:
danfunk 2024-02-02 17:41:40 -05:00
parent 243d6f9756
commit 0ebcd3f493
3 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,4 @@
{{ define "main" }} {{ 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&#0032;Workflow&#0032;Builder | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</p>
{{ if .Site.Params.hero }} {{ if .Site.Params.hero }}
{{ partial "hero.html" . }} {{ partial "hero.html" . }}
{{ end }} {{ end }}

View File

@ -82,7 +82,7 @@
{{- end }} {{- end }}
</div> </div>
<a href="/pages/enterprise" class="navbar-item"> <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 Try Now
</span> </span>
</a> </a>

View File

@ -9,7 +9,7 @@
<div class="container"> <div class="container">
<div class="columns is-vcentered"> <div class="columns is-vcentered">
<div class="column is-5 is-offset-1 landing-caption"> <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 }} {{ $title }}
</h1> </h1>
{{ with $subtitle }} {{ with $subtitle }}
@ -24,7 +24,7 @@
</p> </p>
</div> </div>
<div class="column is-5 is-offset-1"> <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"> <img src="{{ printf "/images/%s" $image | relURL }}" alt="Description">
</figure> </figure>
</div> </div>