diff --git a/src/index.pug b/src/index.pug index 9a745bd..bc588e6 100644 --- a/src/index.pug +++ b/src/index.pug @@ -16,6 +16,7 @@ html meta(property="og:image" content="https://vladfaust.com/img/me.jpg") meta(property="og:url" content="https://vladfaust.com") script(src="bundle.js") + script(async, src="https://c6.patreon.com/becomePatronButton.bundle.js") body div.bar h1.top My name is Vlad Faust @@ -114,3 +115,10 @@ html a(href="http://xgm.guru/p/ufs") span.title UFS Arena | 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! diff --git a/src/style.sass b/src/style.sass index d65a9af..ccf63db 100644 --- a/src/style.sass +++ b/src/style.sass @@ -41,10 +41,9 @@ a text-decoration: none color: $color -ul.projects +ul padding: 0 margin: 0 - list-style: none .title font-weight: bold @@ -61,3 +60,15 @@ ul.projects display: inline-block margin-left: 0.5rem margin-bottom: -0.25rem + +ul.projects + list-style: none + +ul.supporters + list-style: square + +.thanks + margin-top: 1rem + +.patreon-button + margin: 1rem 0 0