Skip to content

Commit

Permalink
Add patreon buttons and pages (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Erbe authored Aug 14, 2018
1 parent 7edb02b commit e3e695a
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
<a class="navbar-item" href="{{ site.url }}/docs/{{ site.docs_version }}">
Documentation
</a>

<a class="navbar-item" href="{{ site.url }}/patrons">
Patrons
</a>

<a href="https://www.patreon.com/vizuaalog" class="navbar-item" target="_blank">
<img src="{{ site.url }}/assets/images/patreon-button.jpg" alt="Become a Patron">
</a>
</div>
</div>
</div>
Expand Down
Binary file added docs/assets/images/patreon-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions docs/patrons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: default
---

<div class="hero is-primary is-medium">
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-6">
<h1 class="title is-1">Patrons</h1>
<h2 class="subtitle is-4">These awesome people are supporting the continued development of BulmaJS</h2>

<p>Would you like your name on this page as well? Become a patron of $5 or more and your name will be added below.</p>

<div class="buttons mt-4">
<a href="https://www.patreon.com/vizuaalog" target="_blank">
<img src="{{ site.url }}/assets/images/patreon-button.jpg" alt="Become a Patron" width="160">
</a>
</div>
</div>
</div>
</div>
</div>
</div>

<section class="section featured-points">
<div class="container">
<div class="content">
<h1>Legendary supporters</h1>
<p>There are currently no supporters of this tier.</p>

<h1>Very generous supporters</h1>
<p>There are currently no supporters of this tier.</p>

<h1>Generous supporters</h1>
<p>There are currently no supporters of this tier.</p>

<h1>Awesome supporters</h1>
<p>There are currently no supporters of this tier.</p>
</div>
</div>
</section>
13 changes: 13 additions & 0 deletions patrons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# BulmaJS Patrons

# Legendary supporters
There are currently no supporters of this tier.

# Very generous supporters
There are currently no supporters of this tier.

# Generous supporters
There are currently no supporters of this tier.

# Awesome supporters
There are currently no supporters of this tier.

0 comments on commit e3e695a

Please sign in to comment.