Skip to content

Commit

Permalink
Improving the main page
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 23, 2015
1 parent 591c90d commit f395c83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions panoramix/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{% extends "appbuilder/base.html" %}

{% block content %}
<div class="container">
<div class="jumbotron">
<img width="250" class="pull-left" src="/static/tux_panoramix.png">
<h1>Panoramix</h1>
<p>Panoramix is an interactive visualization platform built on top of Druid.io</p>
<p>
an interactive data visualization platform
</p>
<div class="clear">
</div>
<div class="text-center">
<img width="250" src="/static/tux_panoramix.png">
</div>
</div>
{% endblock %}
Expand Down

0 comments on commit f395c83

Please sign in to comment.