diff --git a/static/css/welcome.css b/static/css/welcome.css index 4dc0d5de..e61adabf 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -12,6 +12,11 @@ padding-bottom: 3em; } +.footer-jumbo-bleed { + background: #eee; +} + + #pitch { text-align: center; padding: 100px 0; @@ -38,7 +43,6 @@ } #pitch-text { - width: 500px; margin: 0 auto 72px auto; } diff --git a/static/img/logo-full.png b/static/img/logo-full.png new file mode 100644 index 00000000..09860f07 Binary files /dev/null and b/static/img/logo-full.png differ diff --git a/static/img/logo-full@2x.png b/static/img/logo-full@2x.png new file mode 100644 index 00000000..205235a7 Binary files /dev/null and b/static/img/logo-full@2x.png differ diff --git a/static/img/logo.png b/static/img/logo.png index 0464503b..6137e24d 100644 Binary files a/static/img/logo.png and b/static/img/logo.png differ diff --git a/static/img/logo@2x.png b/static/img/logo@2x.png new file mode 100644 index 00000000..3a7bfa02 Binary files /dev/null and b/static/img/logo@2x.png differ diff --git a/stuff/logo-full.svg b/stuff/logo-full.svg new file mode 100644 index 00000000..9d8f7805 --- /dev/null +++ b/stuff/logo-full.svg @@ -0,0 +1,88 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + Healthchecks + + diff --git a/stuff/logo.svg b/stuff/logo.svg index 78b8b959..dab0cad8 100644 --- a/stuff/logo.svg +++ b/stuff/logo.svg @@ -9,16 +9,16 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" + width="400" height="400" - viewBox="0 0 1600 400.00001" + viewBox="0 0 400 400.00001" id="svg2" version="1.1" inkscape:version="0.91 r13725" - sodipodi:docname="healthchecks.svg" - inkscape:export-filename="/home/cepe/webapps/hc/static/img/logo.png" - inkscape:export-xdpi="11.25" - inkscape:export-ydpi="11.25"> + sodipodi:docname="logo.svg" + inkscape:export-filename="/home/cepe/webapps/hc/static/img/logo@2x.png" + inkscape:export-xdpi="22.5" + inkscape:export-ydpi="22.5"> image/svg+xml - + @@ -69,20 +69,5 @@ id="path4136" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccc" /> - Healthchecks diff --git a/templates/base.html b/templates/base.html index 601638fe..46f96a2a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,12 +45,15 @@ + {% block logo %} + {% endblock %} diff --git a/templates/front/about.html b/templates/front/about.html index 0146c4b2..5192342e 100644 --- a/templates/front/about.html +++ b/templates/front/about.html @@ -29,7 +29,7 @@ there are also alternative services:

-

Alternative Services

+

Alternative Cron Monitoring Services

diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 5974b67b..b6ce1ce7 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -1,6 +1,16 @@ {% extends "base.html" %} {% load compress humanize staticfiles %} +{% block logo %} + +{% endblock %} + {% block containers %}
@@ -221,6 +231,7 @@
+