From 4aaa1315e1bee1416309d9fa52885840e2964a3d Mon Sep 17 00:00:00 2001 From: danfunk Date: Fri, 14 Jul 2023 15:22:39 -0400 Subject: [PATCH] Emphasize our keywords and marketing phrases in our titles. Draw peoples focus to SpiffArena in the tiles --- config.yaml | 13 ++++++++----- content/pages/spiffarena.md | 9 ++++----- content/pages/spiffeditor.md | 6 ++---- content/pages/spiffworkflow.md | 11 ----------- layouts/partials/section3.html | 2 +- ...le.sass_11963afe37bd9bd32f80815a494eee90.content | 3 +++ themes/fresh/assets/fresh/partials/_cards.scss | 4 ++++ 7 files changed, 22 insertions(+), 26 deletions(-) diff --git a/config.yaml b/config.yaml index 55ccbaf..386852d 100644 --- a/config.yaml +++ b/config.yaml @@ -41,7 +41,7 @@ params: sizes: [400,600] hero: # Main hero title - title: Executable Diagrams + title: Process Automation with BPMN and Python # Hero subtitle (optional) subtitle: Connect people and software together in a way that makes sense to everyone. # Button text @@ -104,19 +104,22 @@ params: text: The original lightweight diagram execution library. url: /pages/spiffworkflow/ buttonText: Learn More + class: tile-secondary - title: SpiffArena icon: spiffarena text: A complete platform for managing diagrams. url: /pages/spiffarena/ buttonText: Learn More + class: tile-primary - title: SpiffEditor icon: spiffedit text: Extensions for the popular BPMN.io diagram editor. url: /pages/spiffeditor/ buttonText: Learn More + class: tile-secondary section2: - title: It's about 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. + title: Empower Your People + 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: - 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"). @@ -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. icon: clock section3: - title: Intuitive Diagrams - subtitle: Diagrams can be intuitive AND executable - removing monotony, adding transparency and opening opportunities for improvement and adaptation. + title: A Powerful Low Code Platform + 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 buttonText: Features buttonLink: "/pages/features/" diff --git a/content/pages/spiffarena.md b/content/pages/spiffarena.md index 2cedf17..6c0906b 100644 --- a/content/pages/spiffarena.md +++ b/content/pages/spiffarena.md @@ -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. --- -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) -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. -## License -GNU LESSER GENERAL PUBLIC LICENSE - diff --git a/content/pages/spiffeditor.md b/content/pages/spiffeditor.md index 46a956b..a1c36d1 100644 --- a/content/pages/spiffeditor.md +++ b/content/pages/spiffeditor.md @@ -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. --- +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 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. -## 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 All of the above applications fall under the GNU LESSER GENERAL PUBLIC LICENSE. diff --git a/content/pages/spiffworkflow.md b/content/pages/spiffworkflow.md index 67ac5fd..76dc22e 100644 --- a/content/pages/spiffworkflow.md +++ b/content/pages/spiffworkflow.md @@ -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. -## 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 diff --git a/layouts/partials/section3.html b/layouts/partials/section3.html index ea7dae1..0ea41f1 100644 --- a/layouts/partials/section3.html +++ b/layouts/partials/section3.html @@ -14,7 +14,7 @@
{{- range $tiles }}
-
+

{{ .title }}

diff --git a/resources/_gen/assets/sass/style.sass_11963afe37bd9bd32f80815a494eee90.content b/resources/_gen/assets/sass/style.sass_11963afe37bd9bd32f80815a494eee90.content index 7cadc77..57ff643 100644 --- a/resources/_gen/assets/sass/style.sass_11963afe37bd9bd32f80815a494eee90.content +++ b/resources/_gen/assets/sass/style.sass_11963afe37bd9bd32f80815a494eee90.content @@ -6571,6 +6571,9 @@ Cards and Card content styles border: 1px solid #fff; border-bottom-color: #fff !important; } +.feature-card.tile-primary { + border: 1px solid #F26419; } + /* ========================================================================== Inputs styles ========================================================================== */ diff --git a/themes/fresh/assets/fresh/partials/_cards.scss b/themes/fresh/assets/fresh/partials/_cards.scss index 7acaf90..1d4adaf 100644 --- a/themes/fresh/assets/fresh/partials/_cards.scss +++ b/themes/fresh/assets/fresh/partials/_cards.scss @@ -81,4 +81,8 @@ Cards and Card content styles } } +} + +.feature-card.tile-primary { + border: 1px solid #F26419; } \ No newline at end of file