Commit 469d9859 authored by Administrator's avatar Administrator

[DESIGN] CSS stuff.

parent a0c0a54f
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static "css/bootstrap.css" %}"> <link rel="stylesheet" type="text/css" href="{% static "css/bootstrap.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/bootstrap-theme.min.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/morris.css" %}"> <link rel="stylesheet" type="text/css" href="{% static "css/morris.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/jquery.easy-pie-chart.css"%}"> <link rel="stylesheet" type="text/css" href="{% static "css/jquery.easy-pie-chart.css"%}">
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
<link rel="stylesheet" href="{% static "css/bootstrap-theme.min.css" %}"> <link rel="stylesheet" href="{% static "css/bootstrap-theme.min.css" %}">
<script src="{% static "js/jquery/jquery-1.9.1.min.js"%}"></script>
{% endblock %} {% endblock %}
...@@ -16,8 +18,25 @@ ...@@ -16,8 +18,25 @@
<h1>Gargantext</h1> <h1>Gargantext</h1>
<p>A web platform to explore text-mining</p> <p>A web platform to explore text-mining</p>
</div> </div>
<div class="container">
<div class="row">
<div class="content">
<center>
<h2>Tutoral in Video</h2>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support this video sorry. Try Firefox or Chromium.
</video>
</center>
</div>
</div>
</div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-4 content"> <div class="col-md-4 content">
......
...@@ -60,8 +60,9 @@ ...@@ -60,8 +60,9 @@
{% load staticfiles %} {% load staticfiles %}
<!-- <script src="{% static "js/jquery/jquery-1.9.1.min.js"%}"></script> --> <!--
<script src="{% static "js/jquery/jquery-1.9.1.min.js"%}"></script>
<script src="{% static "js/easy/jquery.easypiechart.js"%}"></script> <script src="{% static "js/easy/jquery.easypiechart.js"%}"></script>
<script type="text/javascript"> <script type="text/javascript">
...@@ -74,7 +75,10 @@ $(function() { ...@@ -74,7 +75,10 @@ $(function() {
</script> </script>
-->
<script src="{% static "js/bootstrap/bootstrap.min.js" %}"></script> <script src="{% static "js/bootstrap/bootstrap.min.js" %}"></script>
<script>$(function () { $("[data-toggle='popover']").popover({ <script>$(function () { $("[data-toggle='popover']").popover({
html:true, html:true,
title: function() { title: function() {
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
{% endif %} {% endif %}
], ],
colors: ["#939393", "#939555"], colors: ["@white", "@white"],
//colors: ["#30a1ec", "#76bdee"], //colors: ["#30a1ec", "#76bdee"],
formatter: function (y) { return y + "%" } formatter: function (y) { return y + "%" }
}); });
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
{% block css %} {% block css %}
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
<link rel="stylesheet" href="{% static "css/bootstrap-theme.min.css" %}">
<script src="{% static "js/jquery/jquery-1.9.1.min.js"%}"></script>
{% endblock %} {% endblock %}
...@@ -49,8 +50,10 @@ ...@@ -49,8 +50,10 @@
</h3> </h3>
<h4>{{ project.subtitle }}<h4> <h4>{{ project.subtitle }}<h4>
<!--
<h5>Completed:</h5> <h5>Completed:</h5>
<div class="chart" barColor="#fffff" data-percent="75">75%</div> <div class="chart" barColor="#fffff" data-percent="75">75%</div>
--!>
</div> </div>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment