feat: add supporters section
This commit is contained in:
@@ -16,6 +16,7 @@ html
|
|||||||
meta(property="og:image" content="https://vladfaust.com/img/me.jpg")
|
meta(property="og:image" content="https://vladfaust.com/img/me.jpg")
|
||||||
meta(property="og:url" content="https://vladfaust.com")
|
meta(property="og:url" content="https://vladfaust.com")
|
||||||
script(src="bundle.js")
|
script(src="bundle.js")
|
||||||
|
script(async, src="https://c6.patreon.com/becomePatronButton.bundle.js")
|
||||||
body
|
body
|
||||||
div.bar
|
div.bar
|
||||||
h1.top My name is Vlad Faust
|
h1.top My name is Vlad Faust
|
||||||
@@ -114,3 +115,10 @@ html
|
|||||||
a(href="http://xgm.guru/p/ufs")
|
a(href="http://xgm.guru/p/ufs")
|
||||||
span.title UFS Arena
|
span.title UFS Arena
|
||||||
| a Warcraft 3 custom map (cJASS)
|
| a Warcraft 3 custom map (cJASS)
|
||||||
|
h2 Supporters:
|
||||||
|
ul.supporters
|
||||||
|
li.plain Mark Gromov
|
||||||
|
p.thanks
|
||||||
|
i Thanks to all my supporters for helping me to dedicate even more time on the open-source projects!
|
||||||
|
.patreon-button
|
||||||
|
a(href="https://www.patreon.com/bePatron?u=11296360", data-patreon-widget-type="become-patron-button") Become a Patron!
|
||||||
|
|||||||
@@ -41,10 +41,9 @@ a
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
color: $color
|
color: $color
|
||||||
|
|
||||||
ul.projects
|
ul
|
||||||
padding: 0
|
padding: 0
|
||||||
margin: 0
|
margin: 0
|
||||||
list-style: none
|
|
||||||
|
|
||||||
.title
|
.title
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
@@ -61,3 +60,15 @@ ul.projects
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
margin-left: 0.5rem
|
margin-left: 0.5rem
|
||||||
margin-bottom: -0.25rem
|
margin-bottom: -0.25rem
|
||||||
|
|
||||||
|
ul.projects
|
||||||
|
list-style: none
|
||||||
|
|
||||||
|
ul.supporters
|
||||||
|
list-style: square
|
||||||
|
|
||||||
|
.thanks
|
||||||
|
margin-top: 1rem
|
||||||
|
|
||||||
|
.patreon-button
|
||||||
|
margin: 1rem 0 0
|
||||||
|
|||||||
Reference in New Issue
Block a user