Emphasize our keywords and marketing phrases in our titles.

Draw peoples focus to SpiffArena in the tiles
This commit is contained in:
danfunk 2023-07-14 15:22:39 -04:00
parent 446986cf63
commit 4aaa1315e1
7 changed files with 22 additions and 26 deletions

View File

@ -41,7 +41,7 @@ params:
sizes: [400,600] sizes: [400,600]
hero: hero:
# Main hero title # Main hero title
title: Executable Diagrams title: Process Automation with BPMN and Python
# Hero subtitle (optional) # Hero subtitle (optional)
subtitle: Connect people and software together in a way that makes sense to everyone. subtitle: Connect people and software together in a way that makes sense to everyone.
# Button text # Button text
@ -104,19 +104,22 @@ params:
text: The original lightweight diagram execution library. text: The original lightweight diagram execution library.
url: /pages/spiffworkflow/ url: /pages/spiffworkflow/
buttonText: Learn More buttonText: Learn More
class: tile-secondary
- title: SpiffArena - title: SpiffArena
icon: spiffarena icon: spiffarena
text: A complete platform for managing diagrams. text: A complete platform for managing diagrams.
url: /pages/spiffarena/ url: /pages/spiffarena/
buttonText: Learn More buttonText: Learn More
class: tile-primary
- title: SpiffEditor - title: SpiffEditor
icon: spiffedit icon: spiffedit
text: Extensions for the popular BPMN.io diagram editor. text: Extensions for the popular BPMN.io diagram editor.
url: /pages/spiffeditor/ url: /pages/spiffeditor/
buttonText: Learn More buttonText: Learn More
class: tile-secondary
section2: section2:
title: It's about people title: Empower Your People
subtitle: We bet the future is not about monitizing people using automated systems. We believe in a future filled with human innovation that is supported by software that increases transparency, understanding, and collaboration. subtitle: We bet the future is not about monetizing people using automated systems. We believe in a future filled with human innovation that is supported by software that increases transparency, understanding, and collaboration.
features: features:
- title: Create Transparency - title: Create Transparency
text: Only when people understand processes will they contribute to their improvement. Executable diagrams allow people to see what is happening behind the curtains. The benefit of transparency is twofold: it creates empathy ("I didn't know you were handling so much!") and it provides power ("Hey, if we reviewed this earlier it would save everyone a lot of time"). text: Only when people understand processes will they contribute to their improvement. Executable diagrams allow people to see what is happening behind the curtains. The benefit of transparency is twofold: it creates empathy ("I didn't know you were handling so much!") and it provides power ("Hey, if we reviewed this earlier it would save everyone a lot of time").
@ -129,8 +132,8 @@ params:
text: Computers make great clock watchers, so let them do it. We need more time by the fireplace for contemplation and less time responding to our endlessly beeping phones with their often pointless interruptions. If we can reduce the noise and think in peace, then perhaps we can do something of merit, of consequence -- something worthy of our precious time. text: Computers make great clock watchers, so let them do it. We need more time by the fireplace for contemplation and less time responding to our endlessly beeping phones with their often pointless interruptions. If we can reduce the noise and think in peace, then perhaps we can do something of merit, of consequence -- something worthy of our precious time.
icon: clock icon: clock
section3: section3:
title: Intuitive Diagrams title: A Powerful Low Code Platform
subtitle: Diagrams can be intuitive AND executable - removing monotony, adding transparency and opening opportunities for improvement and adaptation. subtitle: Excellent tools may take time to master, but in the right hands yield exceptional results. This is a tool for professionals and scientists. We do not offer paint by numbers coloring books. We do not have any crayons.
image: illustrations/school.svg image: illustrations/school.svg
buttonText: Features buttonText: Features
buttonLink: "/pages/features/" buttonLink: "/pages/features/"

View File

@ -7,16 +7,15 @@ draft: false
description: A brief description of SpiffArena - a combination of open source systems that creates a single web based application for creating, running and managing workflow diagrams. description: A brief description of SpiffArena - a combination of open source systems that creates a single web based application for creating, running and managing workflow diagrams.
--- ---
SpiffArena combines many tools into a single web-based application. If you would like access to all of the [Features](/pages/features) (plus a lot more) this is the tool you want. SpiffArena combines many tools into a single web-based application. If you would like access to all of the [Features](/pages/features) (plus a lot more) this is the tool you want.
![SpiffArena](/images/spiffarena/spiffarena.png) ![SpiffArena](/images/spiffarena/spiffarena.png)
You can create your first diagram using SpiffArena right now by following our [Getting Started](/posts/articles/get_started) guide. The [full source code for SpiffArena](https://github.com/sartography/spiff-arena) is available on GitHub. Please visit the project and give it a star if you like it. We welcome contributions.
You can test out SpiffArena right now by following our [Getting Started](/posts/articles/get_started) guide.
If you need support, please [contact us](/pages/support) for a free consultation. We look forward to talking to you. If you need support, please [contact us](/pages/support) for a free consultation. We look forward to talking to you.
## License
GNU LESSER GENERAL PUBLIC LICENSE

View File

@ -6,6 +6,8 @@ draft: false
description: A brief description of SpiffEditor - extensntions to BPMN.js that customize this popular diagram editor so it can work well with SpiffWorkflow and SpiffArena. description: A brief description of SpiffEditor - extensntions to BPMN.js that customize this popular diagram editor so it can work well with SpiffWorkflow and SpiffArena.
--- ---
The following tools are available as a part of SpiffArena, but can also be used independently. They are all open source, and we welcome contributions.
## SpiffEditor ## SpiffEditor
We've built a number of extensions to the excellent open source [BPMN.js](https://bpmn.io/toolkit/bpmn-js/) editor, specifically for SpiffWorkflow. Here are few of the major features: We've built a number of extensions to the excellent open source [BPMN.js](https://bpmn.io/toolkit/bpmn-js/) editor, specifically for SpiffWorkflow. Here are few of the major features:
@ -19,10 +21,6 @@ Connector Proxies provide a discoverable, plug-in style architecture for adding
Each Connector included in the Connector Proxy is itself a small standalone Python application. Check out our [AWS Connector](https://github.com/sartography/connector-aws) for an example. Adding new plugins is relatively easy, and we welcome contributions here. Each Connector included in the Connector Proxy is itself a small standalone Python application. Check out our [AWS Connector](https://github.com/sartography/connector-aws) for an example. Adding new plugins is relatively easy, and we welcome contributions here.
## SpiffWorkflow Backend and Frontend
SpiffArena's two major components are a Flask API ([SpiffWorkflow Backend](https://github.com/sartography/spiffworkflow-backend)) and a React user interface ([SpiffWorkflow Frontend](https://github.com/sartography/spiffworkflow-frontend)).
## License ## License
All of the above applications fall under the All of the above applications fall under the
GNU LESSER GENERAL PUBLIC LICENSE. GNU LESSER GENERAL PUBLIC LICENSE.

View File

@ -8,16 +8,5 @@ description: A brief introduction to SpiffWorkflow a BPMN/DMN execution library
SpiffWorkflow is an open source Python library with source code available on [GitHub](https://github.com/sartography/SpiffWorkflow) and detailed documentation available on [ReadTheDocs](https://spiffworkflow.readthedocs.io/en/latest/). It is the core library within SpiffArena. Its target audience is Python developers who want to create custom workflow systems or embed BPMN features into existing applications. SpiffWorkflow is an open source Python library with source code available on [GitHub](https://github.com/sartography/SpiffWorkflow) and detailed documentation available on [ReadTheDocs](https://spiffworkflow.readthedocs.io/en/latest/). It is the core library within SpiffArena. Its target audience is Python developers who want to create custom workflow systems or embed BPMN features into existing applications.
## Build status
[![Build Status](https://travis-ci.com/sartography/SpiffWorkflow.svg?branch=master)](https://travis-ci.org/sartography/SpiffWorkflow)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sartography_SpiffWorkflow&metric=alert_status)](https://sonarcloud.io/dashboard?id=sartography_SpiffWorkflow)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=sartography_SpiffWorkflow&metric=coverage)](https://sonarcloud.io/dashboard?id=sartography_SpiffWorkflow)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=sartography_SpiffWorkflow&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=sartography_SpiffWorkflow)
[![Documentation Status](https://readthedocs.org/projects/spiffworkflow/badge/?version=latest)](http://spiffworkflow.readthedocs.io/en/latest/?badge=latest)
[![Issues](https://img.shields.io/github/issues/sartography/spiffworkflow)](https://github.com/sartography/SpiffWorkflow/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/sartography/spiffworkflow)](https://github.com/sartography/SpiffWorkflow/pulls)
## License
GNU LESSER GENERAL PUBLIC LICENSE

View File

@ -14,7 +14,7 @@
<div class="columns"> <div class="columns">
{{- range $tiles }} {{- range $tiles }}
<div class="column is-one-third"> <div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered revealOnScroll delay-1" data-animation="fadeInLeft"> <div class="feature-card {{ .class }} is-bordered has-text-centered revealOnScroll delay-1" data-animation="fadeInLeft">
<div class="card-title"> <div class="card-title">
<h4>{{ .title }}</h4> <h4>{{ .title }}</h4>
</div> </div>

View File

@ -6571,6 +6571,9 @@ Cards and Card content styles
border: 1px solid #fff; border: 1px solid #fff;
border-bottom-color: #fff !important; } border-bottom-color: #fff !important; }
.feature-card.tile-primary {
border: 1px solid #F26419; }
/* ========================================================================== /* ==========================================================================
Inputs styles Inputs styles
========================================================================== */ ========================================================================== */

View File

@ -81,4 +81,8 @@ Cards and Card content styles
} }
} }
}
.feature-card.tile-primary {
border: 1px solid #F26419;
} }