Skip to content

Commit 45cc5e9

Browse files
authored
Merge pull request #159 from tsurdilo/updates3
update navigation buttons and add hosted runtimes section
2 parents bca8bca + 2f64abd commit 45cc5e9

File tree

2 files changed

+85
-18
lines changed

2 files changed

+85
-18
lines changed

img/synapse-logo.png

71.3 KB
Loading

index.html

Lines changed: 85 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,53 @@ <h1 class="headline">Serverless Workflow</h1>
109109
<p class="overview">Standards-based DSL and open-source dev tools and runtimes are at the heart of
110110
the Serverless Workflow project. We connect developers around the world to foster innovation and
111111
provide a community-driven workflow ecosystem.</p>
112-
<p class="overview"><br/><b>Get started:</b><br/><br/>
113-
<a href="https://github.com/serverlessworkflow/specification/blob/main/specification.md"
114-
class="button button-elevated column large-last medium-notlast">Specification</a>
115-
<a href="community.html"
116-
class="button button-elevated column large-last medium-notlast">Community</a>
117-
<a href="editor.html" class="button button-elevated column large-last medium-notlast">Web
118-
Editor</a>
119-
<a href="https://github.com/serverlessworkflow/sdk-java" target="_blank"
120-
class="button button-elevated column large-last medium-notlast">Java</a>
121-
<a href="https://github.com/serverlessworkflow/sdk-go" target="_blank"
122-
class="button button-elevated column large-last medium-notlast">Go</a>
123-
<a href="https://github.com/serverlessworkflow/sdk-typescript" target="_blank"
124-
class="button button-elevated column large-last medium-notlast">TypeScript</a>
125-
<a href="https://github.com/serverlessworkflow/sdk-net" target="_blank"
126-
class="button button-elevated column large-last medium-notlast">.NET</a>
127-
<a href="https://github.com/serverlessworkflow/sdk-python" target="_blank"
128-
class="button button-elevated column large-last medium-notlast">Python</a>
112+
<p><br/>
113+
<div class="col-md-12 mb-2">
114+
<div class="dropdown d-inline-block">
115+
<button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
116+
Specification
117+
</button>
118+
<div class="dropdown-menu dropdown-menu-left" aria-labelledby="dropdownMenuButton">
119+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/specification" target="_blank">GitHub</a>
120+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/specification/blob/main/specification.md" target="_blank">Documentation</a>
121+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/specification/tree/main/examples" target="_blank">Examples</a>
122+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/specification/tree/main/comparisons" target="_blank">Comparisons</a>
123+
</div>
124+
</div>
125+
<div class="dropdown d-inline-block">
126+
<button class="btn btn-success dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
127+
Community
128+
</button>
129+
<div class="dropdown-menu dropdown-menu-left" aria-labelledby="dropdownMenuButton">
130+
<a class="dropdown-item" href="community.html">About</a>
131+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/specification/discussions" target="_blank">Discussions</a>
132+
<a class="dropdown-item" href="https://cloud-native.slack.com/archives/CMBAZQSEP" target="_blank">Slack</a>
133+
</div>
134+
</div>
135+
<div class="dropdown d-inline-block">
136+
<button class="btn btn-info dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
137+
SDKs/Tools
138+
</button>
139+
<div class="dropdown-menu dropdown-menu-left" aria-labelledby="dropdownMenuButton">
140+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/sdk-java" target="_blank">Java</a>
141+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/sdk-go" target="_blank">Go</a>
142+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/sdk-typescript" target="_blank">TypeScript</a>
143+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/sdk-net" target="_blank">.NET</a>
144+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/sdk-python" target="_blank">Python</a>
145+
<a class="dropdown-item" href="editor.html">Web Editor</a>
146+
<a class="dropdown-item" href="https://marketplace.visualstudio.com/items?itemName=serverlessworkflow.serverless-workflow-vscode-extension" target="_blank">VSCode Extension</a>
147+
</div>
148+
</div>
149+
<div class="dropdown d-inline-block">
150+
<button class="btn btn-warning dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
151+
Hosted Runtimes
152+
</button>
153+
<div class="dropdown-menu dropdown-menu-left" aria-labelledby="dropdownMenuButton">
154+
<a class="dropdown-item" href="https://github.com/serverlessworkflow/synapse" target="_blank">Synapse</a>
155+
</div>
156+
</div>
157+
</div>
129158
</p>
130-
131159
</div>
132160
</div>
133161
</div>
@@ -409,6 +437,45 @@ <h2 class="sub-headline">Describe your business logic with the most powerful ope
409437
</div>
410438
</section>
411439

440+
<section class="section section-projects bg-gray">
441+
<header class="section-content section-header row align-items-start">
442+
<div class="column large-9 medium-12">
443+
<h2 class="sub-headline">Execute your production workflows</h2>
444+
<p class="overview">Serverless Workflow welcomes all open-source runtimes to become part of our project
445+
community. <a href="mailto:[email protected]">Contact us</a> to find out how you can make your runtime part of our
446+
project and CNCF.</p>
447+
</div>
448+
<!-- <a href="https://github.com/serverlessworkflow/specification/blob/main/specification.md" target="_blank" class="button button-elevated column large-last medium-notlast">Read the Specification</a>-->
449+
</header>
450+
<div class="section-content">
451+
<ul class="project-grid list-reset">
452+
453+
<li class="grid-item large-span-4 medium-span-6">
454+
<article class="bg-white project-summary">
455+
<div>
456+
<img class="summary-icon" alt="" role="presentation" src="img/synapse-logo.png"
457+
data-progressive-image/>
458+
<h1 class="summary-title">Synapse</h1>
459+
<p class="summary-about">Synapse is a vendor-neutral, free, open-source, and community-driven
460+
Workflow Management System (WFMS) implementing the Serverless Workflow specification.
461+
You can deploy Synapse on Docker, Kubernetes, or natively on Wondows, Mac, and Linux.
462+
</p>
463+
</div>
464+
<div class="summary-links">
465+
<a href="https://github.com/serverlessworkflow/synapse"
466+
target="_blank" class="button button-neutral button-reduced" aria-label="Project">Get Started</a>
467+
<a href="https://github.com/serverlessworkflow/synapse/releases"
468+
class="button button-neutral button-reduced" target="_blank" aria-label="Releases">Releases</a>
469+
</div>
470+
</article>
471+
472+
</li>
473+
</li>
474+
475+
</ul>
476+
</div>
477+
</section>
478+
412479
<section class="section section-releases-spotlight bg-gray">
413480
<header class="section-content section-header row align-items-start">
414481
<div class="column large-9 medium-12">

0 commit comments

Comments
 (0)