diff --git a/bookwyrm/static/css/fonts/icomoon.eot b/bookwyrm/static/css/fonts/icomoon.eot index 48bd3f62..566fb13d 100644 Binary files a/bookwyrm/static/css/fonts/icomoon.eot and b/bookwyrm/static/css/fonts/icomoon.eot differ diff --git a/bookwyrm/static/css/fonts/icomoon.svg b/bookwyrm/static/css/fonts/icomoon.svg index 00ee337f..6be97327 100644 --- a/bookwyrm/static/css/fonts/icomoon.svg +++ b/bookwyrm/static/css/fonts/icomoon.svg @@ -36,6 +36,10 @@ + + + + diff --git a/bookwyrm/static/css/fonts/icomoon.ttf b/bookwyrm/static/css/fonts/icomoon.ttf index 6abaa591..55df6418 100644 Binary files a/bookwyrm/static/css/fonts/icomoon.ttf and b/bookwyrm/static/css/fonts/icomoon.ttf differ diff --git a/bookwyrm/static/css/fonts/icomoon.woff b/bookwyrm/static/css/fonts/icomoon.woff index 2b8d3330..fa53e8cf 100644 Binary files a/bookwyrm/static/css/fonts/icomoon.woff and b/bookwyrm/static/css/fonts/icomoon.woff differ diff --git a/bookwyrm/static/css/icons.css b/bookwyrm/static/css/icons.css index 8f1f4e90..c84446af 100644 --- a/bookwyrm/static/css/icons.css +++ b/bookwyrm/static/css/icons.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('fonts/icomoon.eot?uh765c'); - src: url('fonts/icomoon.eot?uh765c#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?uh765c') format('truetype'), - url('fonts/icomoon.woff?uh765c') format('woff'), - url('fonts/icomoon.svg?uh765c#icomoon') format('svg'); + src: url('fonts/icomoon.eot?n5x55'); + src: url('fonts/icomoon.eot?n5x55#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?n5x55') format('truetype'), + url('fonts/icomoon.woff?n5x55') format('woff'), + url('fonts/icomoon.svg?n5x55#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -25,7 +25,16 @@ -moz-osx-font-smoothing: grayscale; } -.icon-sparkle:before { +.icon-graphic-heart:before { + content: "\e91e"; +} +.icon-graphic-paperplane:before { + content: "\e91f"; +} +.icon-graphic-banknote:before { + content: "\e920"; +} +.icon-stars:before { content: "\e91a"; } .icon-warning:before { @@ -37,6 +46,9 @@ .icon-bookmark:before { content: "\e91c"; } +.icon-rss:before { + content: "\e91d"; +} .icon-envelope:before { content: "\e901"; } diff --git a/bookwyrm/templates/discover.html b/bookwyrm/templates/discover.html index 2ff091f0..27e26e53 100644 --- a/bookwyrm/templates/discover.html +++ b/bookwyrm/templates/discover.html @@ -2,9 +2,31 @@ {% block content %} {% if not request.user.is_authenticated %} -
-

{{ site.name }}: {{ site.instance_tagline }}

-
+
+

{{ site.name }}

+

{{ site.instance_tagline }}

+
+ +
+
+
+

+

Decentralized

+
+
+
+
+

+

Friendly

+
+
+
+
+

+

Anti-Corporate

+
+
+
@@ -26,6 +48,7 @@
+ {% else %}

Discover