Skip to content

Commit 11cad8f

Browse files
committed
Add consulting page
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 4dad00c commit 11cad8f

File tree

9 files changed

+106
-4
lines changed

9 files changed

+106
-4
lines changed

_data/navigation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- name: Store
88
class: navbar-item
99
link: https://store.openfaas.com/
10+
- name: Consulting
11+
class: navbar-item
12+
link: /consulting/
1013
- name: Docs
1114
class: navbar-item
1215
link: https://docs.openfaas.com/
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<div class="container">
2+
<div class="columns is-multiline">
3+
<div class="column is-12 is-spaced-bottom">
4+
<div class="cards-wrapper">
5+
<div class="card has-text-centered" style="min-height: auto;">
6+
<div class="card-content">
7+
<div>
8+
<i class="fa fa-laptop-code is-size-1"></i>
9+
</div>
10+
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
11+
Create a developer community
12+
</h1>
13+
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
14+
<ul style="text-align: left; padding-left: 20px; list-style-type: square;">
15+
<li>Do you have a new product in beta?</li>
16+
<li>Would you like expert feedback?</li>
17+
<li>Do you need to build credibility with a Cloud Native audience?</li>
18+
<li>Partner with us for your strategy.</li>
19+
</ul>
20+
</h1>
21+
</div>
22+
</div>
23+
24+
<div class="card has-text-centered" style="min-height: auto;">
25+
<div class="card-content">
26+
<div>
27+
<i class="fa fa-users is-size-1"></i>
28+
</div>
29+
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
30+
Build your audience
31+
</h1>
32+
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
33+
<ul style="text-align: left; padding-left: 20px; list-style-type: square;">
34+
<li>Let us build compelling content about your projects & products</li>
35+
<li>Expertly crafted technical samples, webinars, GitHub repos, collaborations</li>
36+
<li>Get more leads, more mentions, more stars and more engagement, then and turn that into sales</li>
37+
</ul>
38+
</h1>
39+
</div>
40+
</div>
41+
</div>
42+
</div>
43+
</div>
44+
</div>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<div class="container">
2+
<div class="columns is-multiline is-spaced-top-x2">
3+
<div class="column is-12 is-spaces-top-x2">
4+
<div class="has-text-centered">
5+
<div class="card-content">
6+
<div>
7+
<i class="fa fa-cloud title is-size-1"></i>
8+
</div>
9+
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
10+
Cloud Native Consulting
11+
</h1>
12+
<h1 class="title has-text-weight-light is-size-4 is-size-4-desktop has-text-grey">
13+
Are you considering a cloud migration? Would you like a review of your current architecture? Do you need advice about containers, Kubernetes, and CNCF projects?
14+
</h1>
15+
<h1 class="title has-text-weight-light is-size-4 is-size-4-desktop has-text-grey">
16+
We are ready to partner with your team on your Cloud Native journey. The value we bring is in an external perspective, where we ask you important questions and help you to feel reassured by the choices you make.
17+
</h1>
18+
<h1 class="title has-text-weight-light is-size-4 is-size-4-desktop has-text-grey">
19+
<strong>As a CNCF Ambassador, speaker, author and respected open source maintainer, our founder brings a wealth of experience, and key industry connections.</strong>
20+
</h1>
21+
</div>
22+
<a href="mailto:sales@openfaas.com" target="_top" class="button is-primary is-large">
23+
<span class="icon"><i class="fas fa-envelope-open-text"></i></span>
24+
<span>CONTACT US</span>
25+
</a>
26+
</div>
27+
</div>
28+
</div>
29+
</div>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="container">
2+
<h1 class="title is-size-3-mobile is-size-2-tablet is-size-1-desktop is-capitalized has-text-weight-bold">
3+
Consulting Services
4+
</h1>
5+
<h1 class="title is-size-5 is-size-4-desktop has-text-grey-darker has-text-weight-light">
6+
Confident and considerate consulting from OpenFaaS Ltd
7+
</h1>
8+
</div>

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable = yes">
2020

21-
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
21+
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script>
2222

2323
{% if jekyll.environment == 'production' and site.google_analytics_key != '' %}
2424
<script>

_layouts/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable = yes">
2222

23-
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
23+
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script>
2424

2525
{% if jekyll.environment == 'production' and site.google_analytics_key != '' %}
2626
<script>

consulting/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Consulting Services from OpenFaaS Ltd
3+
description: Confident and considerate consulting from OpenFaaS Ltd
4+
image: https://www.openfaas.com/images/headway.jpg
5+
---
6+
7+
<section class="hero">
8+
<div class="hero-body has-text-centered intro">
9+
{% include consulting-page/consulting-title.html %}
10+
</div>
11+
12+
<div class="hero-body white call-to-action is-spaced-bottom">
13+
{% include consulting-page/consulting-cards.html %}
14+
</div>
15+
16+
<div class="hero grey-darker-bis is-spaced-bottom">
17+
{% include consulting-page/consulting-cta.html %}
18+
</div>
19+
20+
</section>

images/headway.jpg

219 KB
Loading

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
{% include landing-page/landing-sponsors.html %}
4242
</div>
4343

44-
45-
4644
<div class="hero-body grey call-to-action call-to-action-cards">
4745
{% include landing-page/landing-bottom-cta-cards.html %}
4846
</div>

0 commit comments

Comments
 (0)