Skip to content

Commit

Permalink
Update sponsors template to use logo, and update actual sponsors list
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultamartin committed Jan 22, 2023
1 parent f1dff67 commit a1e3712
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 42 deletions.
41 changes: 0 additions & 41 deletions content/sponsors.toml
@@ -1,9 +1,3 @@
[[sponsors]]
name = "Status"
image = "status.svg"
description = "A Mobile OS, Built for Ethereum."
website = "https://status.im"

[[sponsors]]
name = "UpCloud"
image = "upcloud.svg"
Expand All @@ -12,38 +6,3 @@ description = """
Host your homeserver via UpCloud and get a $25 credit.
"""
website = "https://upcloud.com/"

[[sponsors]]
name = "Private Internet Access"
image = "pia.svg"
description = """
Private Internet Access™ VPN Service encrypts your connection
and provides you with an anonymous IP to protect your privacy.
"""
website = "https://www.privateinternetaccess.com/"

[[sponsors]]
name = "InBlockchain"
image = "inblockchain.png"
description = """
InBlockchain is a full-service firm focusing on consulting, incubating
and facilitating crowdsales for promising blockchain startups.
"""
website = "http://www.inblockchain.com/"

[[sponsors]]
name = "OmiseGO"
image = "omisego.svg"
description = """
OmiseGO is a public Ethereum-based financial technology for use
in mainstream digital wallets.
"""
website = "https://omisego.network/"

[[sponsors]]
name = "Tendermint"
image = "tendermint.png"
description = """
Byzantine fault-tolerant replicated state machines in any programming language.
"""
website = "https://tendermint.com/"
29 changes: 29 additions & 0 deletions static/images/sponsors/upcloud.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -47,7 +47,7 @@ <h2>Thank you to our incredible sponsors</h2>
<div id="sponsors_grid">
{% for sponsor in sponsors_data.sponsors %}
<div class="sponsor_card">
<img src="https://via.placeholder.com/100x100.png" />
<img src="/images/sponsors/{{ sponsor.image }}" />
<div class="sponsor_text">
<h3>{{ sponsor.name }}</h3>
<p>{{ sponsor.description }}</p>
Expand Down

0 comments on commit a1e3712

Please sign in to comment.