Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle documentation #3

Merged
merged 4 commits into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/_static/finlandica-boldWeb.ttf
Binary file not shown.
Binary file added source/_static/finlandica-boldWeb.woff
Binary file not shown.
Binary file added source/_static/finlandica-boldWeb.woff2
Binary file not shown.
Binary file added source/_static/finlandica-bolditalicWeb.ttf
Binary file not shown.
Binary file added source/_static/finlandica-bolditalicWeb.woff
Binary file not shown.
Binary file added source/_static/finlandica-bolditalicWeb.woff2
Binary file not shown.
Binary file added source/_static/finlandica-italicWeb.ttf
Binary file not shown.
Binary file added source/_static/finlandica-italicWeb.woff
Binary file not shown.
Binary file added source/_static/finlandica-italicWeb.woff2
Binary file not shown.
Binary file added source/_static/finlandica-regularWeb.ttf
Binary file not shown.
Binary file added source/_static/finlandica-regularWeb.woff
Binary file not shown.
Binary file added source/_static/finlandica-regularWeb.woff2
Binary file not shown.
489 changes: 342 additions & 147 deletions source/_static/terradue.css

Large diffs are not rendered by default.

94 changes: 56 additions & 38 deletions source/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,66 @@
<div id="t2-random-slogan">digital earth scalers</div>
</div>
</header> -->
<div id="navbar" class="{{ theme_navbar_class }} navbar-default navbar-fixed-top"><!-- {% if theme_navbar_fixed_top == 'true' -%} navbar-fixed-top{%- endif -%} -->
<div class="container">
<div class="navbar-header pull-right">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.terradue.com" target="_blank"><img id="logo" src="{{ pathto('_static/t2Logo.png',1) }}"></a>
<!--<a class="navbar-brand" href="{{ pathto(master_doc) }}"><img class="navbar-brand-logo" src="{{ pathto('_static/logo-geohazard.png',1) }}" alt="sandbox-logo"/></a>-->
</div>
<div
id="navbar"
class="{{ theme_navbar_class }} navbar-default navbar-fixed-top"
>
<!-- {% if theme_navbar_fixed_top == 'true' -%} navbar-fixed-top{%- endif -%} -->
<div class="container">
<div class="navbar-header pull-right">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button
type="button"
class="navbar-toggle"
data-toggle="collapse"
data-target=".sections-collapse"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="http://www.terradue.com" target="_blank"
><img id="logo" src="{{ pathto('_static/t2Logo.png',1) }}"
/></a> -->
<!--<a class="navbar-brand" href="{{ pathto(master_doc) }}"><img class="navbar-brand-logo" src="{{ pathto('_static/logo-geohazard.png',1) }}" alt="sandbox-logo"/></a>-->
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<a class="navbar-brand" href="https://hydrology-tep.eu" target="_blank"><img id="logo" src="{{ pathto('_static/TEP_hydrology_logo.png',1) }}"></a>
<li class="divider-vertical"></li>
<!-- {% include "versions.html" %} -->
<div class="_collapse navbar-collapse _nav-collapse">
<ul class="nav navbar-nav">
<a class="navbar-brand" href="https://hydrology-tep.eu" target="_blank">
<span class="Logo">
<span class="Logo__shade">Hydrology</span> TEP
</span>
</a>
<!-- {% include "versions.html" %} -->

{% if theme_navbar_links %}
{%- for link in theme_navbar_links %}
<li><a href="{{ pathto(*link[1:]) }}" target="_blank">{{ link[0] }}</a></li>
{%- endfor %}
{% endif %}
{% block navbartoc %}
{% include "globaltoc.html" %}
{% if theme_navbar_pagenav %}
{% include "navbartoc.html" %}
{% endif %}
{% endblock %}
{% if theme_navbar_sidebarrel %}
{% block sidebarrel %}
{% include "relations.html" %}
{% endblock %}
<ul class="collapse sections-collapse">
{% if theme_navbar_links %}
{%- for link in theme_navbar_links %}
<li>
<a href="{{ pathto(*link[1:]) }}" target="_blank">{{ link[0] }}</a>
</li>
{%- endfor %}
{% endif %}
{% block navbartoc %}
{% include "globaltoc.html" %}
{% if theme_navbar_pagenav %}
{% include "navbartoc.html" %}
{% endif %}
{% block navbarextra %}
{% endblock %}
{% if theme_navbar_sidebarrel %}
{% block sidebarrel %}
{% include "relations.html" %}
{% endblock %}
{% if theme_source_link_position == "nav" %}
<li>{% include "sourcelink.html" %}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% block navbarextra %}
{% endblock %}
{% if theme_source_link_position == "nav" %}
<li>{% include "sourcelink.html" %}</li>
{% endif %}
</ul>
</ul>
</div>
</div>
</div>
<div id="navbarSpacer"></div>