From: Steve Myers Date: Sun, 13 Sep 2020 05:52:39 +0000 (-0700) Subject: add very basic sponsors page X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.EncoderStringWriter.html?a=commitdiff_plain;h=e7afd30e0043c2bdf3bb21a72f03c0797c22bbce;p=bitcoindevkit.org add very basic sponsors page --- diff --git a/content/Supporters/_index.md b/content/Supporters/_index.md new file mode 100644 index 0000000000..c5851a558e --- /dev/null +++ b/content/Supporters/_index.md @@ -0,0 +1,11 @@ +--- +title: "Supporters" +date: 2020-04-28T14:40:12+02:00 +draft: false +weight: 10 +pre: ' ' +--- + +The Bitcoin Dev Kit project is proudly supported by: + +{{% sponsors %}} \ No newline at end of file diff --git a/layouts/shortcodes/sponsors.html b/layouts/shortcodes/sponsors.html new file mode 100644 index 0000000000..60e847a963 --- /dev/null +++ b/layouts/shortcodes/sponsors.html @@ -0,0 +1,15 @@ +{{ $_hugo_config := `{ "version": 1 }` }} +
+ + +
diff --git a/publish_to_ghpages.sh b/publish_to_ghpages.sh index 64b4af1d83..ac370bedba 100755 --- a/publish_to_ghpages.sh +++ b/publish_to_ghpages.sh @@ -1,4 +1,5 @@ #!/bin/sh +# https://gohugo.io/hosting-and-deployment/hosting-on-github/ if [ "`git status -s`" ] then diff --git a/static/css/style.css b/static/css/style.css index a1fd8b0615..1d8c4d648d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -22,3 +22,34 @@ .descriptor-support-table > table > thead > tr > th:nth-child(1) { width: 25%; } + +main .supporters { + max-width: 640px; + margin-left: auto; + margin-right: auto; +} +.justify-content-left { + justify-content: left !important; +} +.row { + display: flex; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} +.p-3 { + padding: 1rem !important; +} +small, .small { + font-size: 80%; + font-weight: 400; +} +.supporters img { + width: 75px !important; + height: 75px !important; + margin: 1rem auto !important; +} +img { + vertical-align: middle; + border-style: none; +} \ No newline at end of file diff --git a/static/images/bitfinex.svg b/static/images/bitfinex.svg new file mode 100644 index 0000000000..8d7c3b1eb8 --- /dev/null +++ b/static/images/bitfinex.svg @@ -0,0 +1,35 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + diff --git a/static/images/squarecrypto.svg b/static/images/squarecrypto.svg new file mode 100644 index 0000000000..d874e9496b --- /dev/null +++ b/static/images/squarecrypto.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file