22 Commits

Author SHA1 Message Date
Tony Jackson
4a3448c7c9 Fix mid-word line breaks & right-side whitespace
Line breaking in paragraphs in cards was set to "break-all" and would
break lines in the middle of words, making reading difficult. Changing
to "break-word" tries to break between words or at hyphens, which makes
reading cards much easier.

In addition, the headers and paragraphs in cards had a maximum width set
using the mw5 class tag, which is set as 16rem in ./src/static/app.css.
However, this maximum width only spans around 3/4 of width of the
card, so there was a column of whitespace on the right hand side of the
card. Removing the "class=mw5" constraint from the headers, paragraphs,
images, and hashes in cards allows the bounding boxes for these items to
expand to the right-side margin of the card. The title, text, and image
now fill the card and dynamically adjust width if the overall window
changes width.
2020-11-12 20:32:20 -08:00
Henrique Dias
0733f8f019 feat: update xkcd snapshot
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-07-15 23:28:04 +01:00
Henrique Dias
457d203efb
feat: add services (#265)
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-07-15 22:13:38 +00:00
Henrique Dias
73c8a31c1b
feat: wider page and better columns (#264)
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-07-15 22:13:09 +00:00
Henrique Dias
b4b21eb297
feat: add snapshot icon (#261)
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-07-06 20:49:30 +01:00
Oli Evans
229e0bd853
chore: add google analytics 2019-05-01 10:02:08 +01:00
Oli Evans
4b20b5b7b6
chore: trigger ci 2019-05-01 09:55:38 +01:00
Henrique Dias
a89015da98
feat: clean up (a lot) (#247)
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-04-30 17:35:30 +01:00
Henrique Dias
5a3a3e5f38
chore: move to Circle CI and fix deploy (#244)
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-04-30 13:33:54 +01:00
Chris Waring
2180b730a1
respect dnt settings and track outbound clicks 2019-02-14 20:40:35 +00:00
Chris Waring
6416172d1b
do not track localhost activity 2019-02-14 14:19:13 +00:00
Chris Waring
9a0d0eb481
add google analytics 2019-02-14 13:30:29 +00:00
Henrique Dias
c3cc5aa551 💄: visual tweaks
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-07-31 12:09:33 +01:00
victorbjelkholm
300c437e62
Abbreviete hashes
License: MIT
Signed-off-by: Victor Bjelkholm <git@victor.earth>
2018-07-31 12:18:26 +02:00
victorbjelkholm
b2d4bb707c
Add support for datasets
Not quite happy with the layout of these dataset items as they become to
wide with the hash in the description area.

Also the README.md seems to have changed order but changes were never
commited.

Also includes a fix to be able to run dev server on any port with the
`PORT` environment variable.

License: MIT
Signed-off-by: Victor Bjelkholm <git@victor.earth>
2018-07-30 15:51:03 +02:00
David Dias
e10ee74b87
fix: add right url to suggest an item (#169) 2018-07-30 15:18:08 +02:00
Henrique Dias
cd0e7d775e
feat: video static thumbnails (#164)
Closes #163 

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-07-29 09:44:15 +01:00
Henrique Dias
3ea799a006 disable terms page 2018-07-18 07:44:37 +01:00
Henrique Dias
390088c7f2 Random card order :) 2018-07-18 07:38:39 +01:00
Henrique Dias
34d654455d add icons to navbar 2018-07-17 19:48:23 +01:00
Henrique Dias
c3a6e11338 bottom links more prominent 2018-07-17 19:48:22 +01:00
Henrique Dias
5304c279f5 feat: awesome ipfs website 2018-07-17 19:48:22 +01:00