Skip to content

Commit 4218f99

Browse files
committed
minor improvements to Thankful website (looks better on small screens, minor improvements to wording)
1 parent 3d2be31 commit 4218f99

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

thankful/index.pug

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ html
2727

2828
hr(style="width: 24em; margin: 2em auto 2em auto;")
2929

30-
div
30+
div(style="padding: 0 1em")
3131
h5
3232
b Try the early alpha!
3333

@@ -36,7 +36,7 @@ html
3636
| #[i.fab.fa-firefox(style="color: #FFF")] Firefox
3737
3838
div(style="display: flex; align-items: center; justify-content: center;")
39-
div(style="margin: 0 1em")
39+
div(style="margin-right: 1em")
4040
a(href="https://chrome.google.com/webstore/detail/thankful/eapbondnpopbiepnjfhnaaejfdfjhnde")
4141
img(src="https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png")
4242
div
@@ -46,13 +46,12 @@ html
4646
div.mdl-typography--body-2-color-contrast(style="margin-top: 0.5em")
4747
| ...or get the code on #[a(href="https://github.com/SuperuserLabs/thankful").mdl-typography--body-2-color-contrast GitHub]
4848

49-
p
49+
figure(style="border: 1px solid #555; border-radius: 3px; width: 30em; max-width: 100%; margin: 1em auto;")
5050
a(href="/media/screenshot-thankful-1280x800.png")
51-
figure(style="border: 1px solid #555; border-radius: 3px; width: 30em; max-width: 100%; margin: 0 auto 0 auto")
52-
img(src="/media/screenshot-thankful-1280x800.png", width="100%")
51+
img(src="/media/screenshot-thankful-1280x800.png", width="100%")
5352

54-
div(style="margin: 3em 3em 0 3em")
55-
include /templates/email-signup-horizontal.pug
53+
//div(style="margin: 1em 3em 0 3em")
54+
include /templates/email-signup-horizontal.pug
5655
5756
//div
5857
h5(style='margin-bottom: 0.5em')
@@ -80,16 +79,16 @@ html
8079
li Medium
8180
li ...and more to come
8281

83-
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-phone
82+
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-tablet
8483
+fa('heart', 'fas', 'red')
8584

8685
+section.mdl-color--grey-100
8786
+cell(9)
88-
+sectitle Healthier incentives, for a healthier web
89-
p There is a fundamental issue on the internet where ad-funded creators have incentive to steal your attention as long as possible instead of providing you with as much value as they can.
87+
+sectitle Healthier incentives, for a better web
88+
p There is a fundamental issue on the internet where ad-funded creators have incentive to steal your attention as long as possible instead of providing you with as much value as they can. And if you use an ad blocker, even your favorite creators get nothing from having you in their audience.
9089

9190
p By using Thankful, you incentivize creators to spend more time and effort on creating #[b what you want].
92-
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-phone
91+
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-tablet
9392
span
9493
+fa('seedling', 'fas', 'green')
9594

@@ -102,7 +101,7 @@ html
102101
| Payments are made with Ether*, the currency native to the Ethereum blockchain. This provides low transaction fees and lets us build more advanced features in the future by utilizing smart contracts and the vibrant Ethereum ecosystem.
103102
p
104103
i *support for more cryptocurrencies planned
105-
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-phone
104+
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-tablet
106105
span(style="margin-right: 2em")
107106
+fa('ethereum', 'fab', 'blue-grey-900')
108107
span
@@ -114,7 +113,7 @@ html
114113
| Zero fees #[span(style="opacity: 0.5") (almost) ]
115114
p The only fees you pay are transaction fees (usually ~1-3%), and the voluntary "I'm thankful for Thankful"-fee. This means #[b creators will get more] of what you give, and #[b reduces fees by about 90%] compared to Patreon.
116115
p You can read more about how we get rid of almost all fees #[a(href="https://github.com/SuperuserLabs/thankful/wiki/Fees") here].
117-
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-phone
116+
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-tablet
118117
+fa('coins', 'fas', 'amber')
119118

120119
+section
@@ -123,7 +122,7 @@ html
123122
| Open source, unstoppable, and you own your data
124123
p We believe in open source and self-ownership of data. That's why we designed Thankful so that we don't collect any of your data and don't need any servers. Even if we disappeared tomorrow, Thankful would still work.
125124

126-
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-phone
125+
+cell(3)(align='right', style="margin-top: 1em").mdl-cell--hide-tablet
127126
+fa('code', 'fas', 'grey-500')
128127

129128
+section.mdl-color--grey-100

0 commit comments

Comments
 (0)