Commit 469d9859 authored by Administrator's avatar Administrator

[DESIGN] CSS stuff.

parent a0c0a54f
......@@ -5,7 +5,6 @@
{% load staticfiles %}
<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/jquery.easy-pie-chart.css"%}">
......
......@@ -5,6 +5,8 @@
{% load staticfiles %}
<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 %}
......@@ -16,8 +18,25 @@
<h1>Gargantext</h1>
<p>A web platform to explore text-mining</p>
</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 class="container">
<div class="row">
<div class="col-md-4 content">
......
......@@ -60,8 +60,9 @@
{% 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 type="text/javascript">
......@@ -74,7 +75,10 @@ $(function() {
</script>
-->
<script src="{% static "js/bootstrap/bootstrap.min.js" %}"></script>
<script>$(function () { $("[data-toggle='popover']").popover({
html:true,
title: function() {
......
......@@ -111,7 +111,7 @@
{% endif %}
],
colors: ["#939393", "#939555"],
colors: ["@white", "@white"],
//colors: ["#30a1ec", "#76bdee"],
formatter: function (y) { return y + "%" }
});
......
......@@ -4,7 +4,8 @@
{% block css %}
{% load staticfiles %}
<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 %}
......@@ -49,8 +50,10 @@
</h3>
<h4>{{ project.subtitle }}<h4>
<!--
<h5>Completed:</h5>
<div class="chart" barColor="#fffff" data-percent="75">75%</div>
--!>
</div>
{% endfor %}
{% 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