-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Erbe
authored
Aug 14, 2018
1 parent
7edb02b
commit e3e695a
Showing
4 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |