Skip to content

Commit 163cc06

Browse files
committed
Remove links for end-users
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 858ce2e commit 163cc06

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ DEPENDENCIES
259259
github-pages
260260
html-proofer
261261
jekyll-archives
262-
jekyll-paginate
263-
jekyll-sitemap
264262

265263
BUNDLED WITH
266264
2.0.2

_includes/landing-page/landing-users.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ <h1 class="title is-size-3-tablet is-size-3-mobile is-size-2-desktop has-text-gr
99
<div class="users-wrapper show-less">
1010
{% for user in site.data.users %}
1111
<div class="column is-2-desktop">
12-
<a class="user-link" href="{{ user.link }}" title="{{ user.title }}" target="_blank">
13-
<figure class="image is-128x128">
14-
<img src="images/users-logos/{{ user.icon }}" alt="{{ user.title }}">
15-
</figure>
16-
</a>
12+
<figure class="image is-128x128">
13+
<img src="images/users-logos/{{ user.icon }}" alt="{{ user.title }}">
14+
</figure>
1715
</div>
1816
{% endfor %}
1917
</div>

images/_screenshot.jpg

-227 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Home
3-
description: Serverless Functions Made Simple for Docker and Kubernetes.
3+
description: Serverless Functions Made Simple with Kubernetes.
44
image: https://www.openfaas.com/images/preview_image.png
55
---
66

0 commit comments

Comments
 (0)