Improved icons
This commit is contained in:
parent
4e39524ffc
commit
9202b8104f
|
@ -125,19 +125,19 @@ params:
|
|||
- title: 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.
|
||||
url: /pages/training/
|
||||
url: /pages/price/
|
||||
buttonText: Learn More
|
||||
class: tile-secondary
|
||||
- title: 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.
|
||||
url: /pages/hosting/
|
||||
url: /pages/price/
|
||||
buttonText: Learn More
|
||||
class: tile-secondary
|
||||
- title: Integration
|
||||
icon: enterprise
|
||||
icon: integration
|
||||
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
|
||||
class: tile-secondary
|
||||
section6: false
|
||||
|
|
|
@ -73,6 +73,10 @@ cssClass: "section-support"
|
|||
{{</ 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
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<h4>{{ .title }}</h4>
|
||||
</div>
|
||||
<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 class="card-text">
|
||||
<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 |
Loading…
Reference in New Issue