Skip to content

Commit 2225327

Browse files
Waterdripsalexellis
authored andcommitted
Fix Pricing Tooltip, Update profile and README
- Fixes a mismatch in the pricing tooltip (said unlimited in main text, tooltip said single NS) - Updated Alistair's team card - Changed `docker-compose` to `docker compose` in REAMDE as docker-copmpose is depricated. Signed-off-by: Alistair Hey <[email protected]>
1 parent c809513 commit 2225327

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ A Docker Compose file is provided to simplify developing/contributing to the web
122122

123123
Run the site locally with:
124124

125-
docker-compose up
125+
docker compose up
126126

127127
This will make the site available locally at - http://localhost:4000.
128128

_includes/pricing-page/pricing-cards.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3 class="mb-3" style="font-weight: bold;">Core features</h3>
122122
</ul>
123123
</div>
124124
</div>
125-
125+
126126
<div class="column is-4">
127127
<div class="box has-background-white has-shadow" style="box-shadow: 0 0 5px rgb(50, 31, 221);">
128128

@@ -236,7 +236,7 @@ <h3 class="mb-3" style="font-weight: bold;">Events/triggers</h3>
236236

237237
<a class="underline-on-hover" class="has-text-grey-dark" href="https://www.openfaas.com/blog/jetstream-for-openfaas/">JetStream queue-worker</a>
238238
</li>
239-
239+
240240
<h3 class="mb-3" style="font-weight: bold;">Core features</h3>
241241

242242
<li class="mb-3 is-flex is-align-items-center ">
@@ -254,7 +254,7 @@ <h3 class="mb-3" style="font-weight: bold;">Core features</h3>
254254
</svg>
255255
New UI dashboard for easy management
256256
</li>
257-
257+
258258
<li class="mb-3 is-flex is-align-items-center ">
259259
<svg class="image is-24x24 mr-2" xmlns="http://www.w3.org/2000/svg"stroke="currentColor" fill="#10b981" viewBox="0 0 1792 1792">
260260
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
@@ -312,7 +312,7 @@ <h3 class="mb-3" style="font-weight: bold;">Core features</h3>
312312
</ul>
313313
</div>
314314
</div>
315-
315+
316316
<div class="column is-4">
317317
<div class="box has-background-white">
318318

@@ -367,7 +367,7 @@ <h3 class="mb-3" style="font-weight: bold;">Functions</h3>
367367
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
368368
</path>
369369
</svg>
370-
<span data-tooltip="You can deploy functions in a maximum of one namespace">Unlimited namespaces</span>
370+
<span data-tooltip="You can deploy functions in as many namespaces as you need">Unlimited namespaces</span>
371371
</li>
372372

373373
<h3 class="mb-3" style="font-weight: bold;">Enterprise Support (separate agreement)</h3>
@@ -471,7 +471,7 @@ <h3 class="mb-3" style="font-weight: bold;">Identity and Access Management</h3>
471471
<span data-tooltip="Receive detailed auditing via HTTP and a webhook subscription">Auditing via webhook</span>
472472
</li>
473473

474-
<span class="has-text-grey-dark is-size-10 font-medium mb-2"><i><a href="/blog/walkthrough-iam-for-openfaas/">Launched June 2023</a></i></span>
474+
<span class="has-text-grey-dark is-size-10 font-medium mb-2"><i><a href="/blog/walkthrough-iam-for-openfaas/">Launched June 2023</a></i></span>
475475

476476
<div class="book-a-call">
477477
<div class="field mt-3">

_staff_members/alistair.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ github_username: Waterdrips
66
twitter_username: alistair_hey
77
linkedin_username: alistair-hey
88
webpage: https://blog.heyal.co.uk/about
9-
blurb: Core Team <a href="https://twitter.com/openfaas">@openfaas</a>. Developer at <a href="https://www.form3.tech">Form3</a>.
9+
blurb: Former Core Team <a href="https://twitter.com/openfaas">@openfaas</a>. Cloud native Platform Engineer.
1010
---

0 commit comments

Comments
 (0)