Skip to content

Commit

Permalink
website: Added "founded by" footer. (#1081)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka authored Apr 25, 2019
1 parent f539a90 commit 88544fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GIT ?= $(shell which git)
BZR ?= $(shell which bzr)

WEB_DIR ?= website
WEBSITE_BASE_URL ?= thanos.io
WEBSITE_BASE_URL ?= https://thanos.io
PUBLIC_DIR ?= $(WEB_DIR)/public
ME ?= $(shell whoami)

Expand Down
3 changes: 2 additions & 1 deletion website/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ <h6 class="font-weight-bold">Community</h6>
<div class="col col-md-6 col-lg">
<h6 class="font-weight-bold">About</h6>
<p>Thanos is an OSS licensed project as Apache License 2.0</p>
<p>Founded by <a href="https://improbable.io" class="text-reset">Improbable ❤️</a></p>
</div>
<div class="col col-md-6 col-lg">
<a href="https://www.netlify.com">
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-light.svg"/>
</a>
</div>
Expand Down

0 comments on commit 88544fc

Please sign in to comment.