From f395c83bae344a0e20f2090e7f0f350583da5ced Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 23 Sep 2015 08:33:46 -0700 Subject: [PATCH] Improving the main page --- panoramix/templates/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/panoramix/templates/index.html b/panoramix/templates/index.html index aee629a48..673f6cdcb 100644 --- a/panoramix/templates/index.html +++ b/panoramix/templates/index.html @@ -1,12 +1,16 @@ {% extends "appbuilder/base.html" %} + {% block content %}
+

Panoramix

-

Panoramix is an interactive visualization platform built on top of Druid.io

+

+ an interactive data visualization platform +

+
-
{% endblock %}