diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 26905b6e..46b2b067 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -66,6 +66,10 @@ body { #header .showcaseimg { width: 55px; +} + +#header .shareimg { + width: 80px; margin-left: 5px; margin-bottom: 8px; } diff --git a/ihatemoney/static/images/share.svg b/ihatemoney/static/images/share.svg new file mode 100644 index 00000000..cfdc9fe5 --- /dev/null +++ b/ihatemoney/static/images/share.svg @@ -0,0 +1,108 @@ + + + diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index 11c01818..4af6a80a 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -15,12 +15,17 @@ {% endif %}
- {{ _("You're sharing a house?") }}
- {{ _("Going on holidays with friends?") }}
- {{ _("Simply sharing money with others?") }}
- {{ _("We can help!") }}
-
+ {{ _("You're sharing a house?") }} + {{ _("Going on holidays with friends?") }} + {{ _("Simply sharing money with others?") }} + {{ _("We can help!") }} + |
+
+ |
+