Commit 7d353371 authored by delanoe's avatar delanoe

[INFO] in the menu now.

parent 7ea5eb11
......@@ -18,13 +18,8 @@
<h1>Gargantext</h1>
<p>A web platform to explore text-mining</p>
<a class="btn btn-warning btn-lg" target="blank" href="https://iscpif.fr/gargantext/your-first-map/" title="Read the documentation">
<span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>
Documentation
</a>
<a class="btn btn-primary btn-lg" href="/projects" title="Click and test by yourself">
<span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>
<span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>
Enter in
</a>
<p>
......
......@@ -21,11 +21,40 @@
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/about/" title="More informations about the project, its sponsors and its authors.">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
About
</a>
</li>
<ul class="nav navbar-nav pull-left">
<li class="dropdown">
<a href="#" role="button" class="dropdown-toggle navbar-text" data-toggle="dropdown" title="Informations about Gargantext">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
Info
<i class="caret"></i>
</a>
<ul class="dropdown-menu">
<li>
<a
tabindex="-1" target="blank" title="Documentation and tutorials"
href='https://iscpif.fr/gargantext/your-first-map/' >
Documentation
</a>
</li>
<li class="divider"></li>
<li>
<a
tabindex="-1" target="blank" title="About"
href="/about/" title="More informations about the project, its sponsors and its authors">
About
</a>
</li>
</ul>
</li>
</ul>
{% if user.is_authenticated %}
<li><a href="/projects/" title="All your projects are here.">
<span class="glyphicon glyphicon-home" aria-hidden="true"></span>
......
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