Commit 87a93355 authored by Administrator's avatar Administrator

cosmetics templates

parent 242dcbe1
...@@ -40,13 +40,13 @@ ...@@ -40,13 +40,13 @@
<div class="col-md-6"> <div class="col-md-6">
<h3>Histogram publications</h3> <h3>Histogram</h3>
<div id="hero-area" style="height: 300px;"></div> <div id="hero-area" style="height: 300px;"></div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
<h3>Donut chart publications</h3> <h3>Donut chart</h3>
<div id="hero-donut" style="height: 250px;"></div> <div id="hero-donut" style="height: 250px;"></div>
</div> </div>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<h3><a href="/project/{{ project.id }}">{{ project.title }}</a></h3> <h3><a href="/project/{{ project.id }}">{{ project.title }}</a></h3>
<h4>{{ project.subtitle }}<h4> <h4>{{ project.subtitle }}<h4>
<h5>Completed:</h5> <h5>Completed:</h5>
<div class="chart" barColor="#fffff" data-percent="15">15%</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