-
-
Humbug
-
Zephyr for the masses (?)
+
+
You’re not using your Zip drive anymore.
+
You’re not calling your parents from the pay phone at school, asking
+ to be picked up because you stayed late to go to the computer club
+ meeting.
+
You haven’t watched Saved by the Bell in a while.
+
So why are you still using IRC?
+
+
Discover a better alternative for group communication at work.
-
-
Here we describe what makes it so great.
-
-
With several features such as:
-
- - Sending messages
- - Reading messages
- - Incessant polling
-
-
-
- Log in »
- Register »
-
+
+
Get started now, for free
+
+
+
Please use your company email address to sign up. Otherwise, we won’t be able to connect you with your coworkers.
-
-
{% endblock %}
diff --git a/templates/zephyr/base.html b/templates/zephyr/base.html
index e0cdef093c..8d613ef042 100644
--- a/templates/zephyr/base.html
+++ b/templates/zephyr/base.html
@@ -5,7 +5,6 @@
Humbug, from Humbug Inc.
-
{# We need to import jQuery before Bootstrap #}
diff --git a/templates/zephyr/content_base.html b/templates/zephyr/content_base.html
new file mode 100644
index 0000000000..c3477cd184
--- /dev/null
+++ b/templates/zephyr/content_base.html
@@ -0,0 +1,28 @@
+{% extends "zephyr/base.html" %}
+
+ {% block customhead %}
+
+
+
+ {% endblock %}
+
+{% block content %}
+
+
+
+
+
+
Humbug{% block for_you %}{% endblock %}
+ {% block more_content %}
+ {% endblock %}
+
+
+
+{% endblock %}
diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html
index fd1133a7cd..cf1b922729 100644
--- a/templates/zephyr/index.html
+++ b/templates/zephyr/index.html
@@ -21,6 +21,7 @@
{% autoescape off %}
+
diff --git a/templates/zephyr/login.html b/templates/zephyr/login.html
index 4cada5e4f4..ef91c4fdaf 100644
--- a/templates/zephyr/login.html
+++ b/templates/zephyr/login.html
@@ -1,12 +1,16 @@
-{% extends "zephyr/base.html" %}
+{% extends "zephyr/content_base.html" %}
-{% block content %}
+{% block more_content %}
-
Log in
+
You look familiar.
{% if form.errors %}
@@ -14,17 +18,31 @@ autofocus('#id_username');
{% endif %}
-
+
+
{% endblock %}
diff --git a/templates/zephyr/register.html b/templates/zephyr/register.html
index a04c0d2c78..6cbf774110 100644
--- a/templates/zephyr/register.html
+++ b/templates/zephyr/register.html
@@ -1,27 +1,49 @@
-{% extends "zephyr/base.html" %}
+{% extends "zephyr/content_base.html" %}
-{% block content %}
+{% block for_you %}for {% if company_name %} {{company_name}} {% else %} __________ {% endif %} {% endblock %}
+{% block more_content %}
-
Register for an account
+
(Welcome! We think you'll like it here.)
-