Improved icons

This commit is contained in:
danfunk 2023-10-09 16:21:30 -04:00
parent 4e39524ffc
commit 9202b8104f
6 changed files with 9 additions and 5 deletions

View File

@ -125,19 +125,19 @@ params:
- title: Training - title: Training
icon: training icon: training
text: From BPMN to Dev-Ops we offer training to get you moving quickly and to assure you getting the most out of your investment. text: From BPMN to Dev-Ops we offer training to get you moving quickly and to assure you getting the most out of your investment.
url: /pages/training/ url: /pages/price/
buttonText: Learn More buttonText: Learn More
class: tile-secondary class: tile-secondary
- title: Hosting - title: Hosting
icon: hosting icon: hosting
text: Let us set up and host SpiffWorkflow for you. We can help you get started, and provide ongoing support and maintenance. text: Let us set up and host SpiffWorkflow for you. We can help you get started, and provide ongoing support and maintenance.
url: /pages/hosting/ url: /pages/price/
buttonText: Learn More buttonText: Learn More
class: tile-secondary class: tile-secondary
- title: Integration - title: Integration
icon: enterprise icon: integration
text: Enterprise level integrations for Authentication, pre-built reusable workflows, and connectors to rest of your enterprise systems. text: Enterprise level integrations for Authentication, pre-built reusable workflows, and connectors to rest of your enterprise systems.
url: /pages/enterprise/ url: /pages/price/
buttonText: Learn More buttonText: Learn More
class: tile-secondary class: tile-secondary
section6: false section6: false

View File

@ -73,6 +73,10 @@ cssClass: "section-support"
{{</ pricing_table >}} {{</ pricing_table >}}
### Training
SpiffWorkflow is a powerful tool that can be used by a wide range of people. We offer training for Business Analysts, Citizen Developers, Software Engineers, and DevOps. We also offer a free introduction to SpiffWorkflow for end users that will be logging into the system to complete forms, make requests, and handle approvals.
### Support ### Support

View File

@ -19,7 +19,7 @@
<h4>{{ .title }}</h4> <h4>{{ .title }}</h4>
</div> </div>
<div class="card-icon"> <div class="card-icon">
<img src="{{ printf "/images/illustrations/icons/%s.svg" .icon | relURL }}"> <img src="{{ printf "/images/illustrations/icons/%s.png" .icon | relURL }}">
</div> </div>
<div class="card-text"> <div class="card-text">
<p>{{ .text }}</p> <p>{{ .text }}</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB