Skip to content

Commit

Permalink
Merge pull request #2 from psychopy/master
Browse files Browse the repository at this point in the history
integrating restructure changes
  • Loading branch information
RebeccaHirst authored Oct 7, 2020
2 parents 0ff63d1 + b03b9b2 commit 1347af6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions source/themes/psychopy_bootstrap/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,27 @@

<div class="collapse navbar-collapse nav-collapse w-100 pull-right">
<ul class="nav navbar-nav ml-auto">
<li><a href="examples.zip">examples.zip</a></li>
<li><a href="{{ pathto('download') }}" style="font-weight:bold">Register Interest</a></li>
<li><a href=" " style="font-weight:bold"> </a></li>
<li><a href="https://workshops.psychopy.org/psychopy_examples.zip" style="font-weight:bold">examples.zip</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSey6G_Y7oo-kuXZwuE4Cp9cVqMxuV0cpVhy2NvbWWQtImHcqw/viewform" style="font-weight:bold">Register Interest</a></li>

<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="#">Days <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc">
<ul>
<li class="toctree-l1"><a class="reference internal" href="slides/3days/index.html#3">Day 1</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="slides/3days/index.html#4">Day 2</a></li>
<li class="toctree-l1"><a class="reference internal" href="slides/3days/index.html#5">Day 3</a></li>
</ul>
</ul>
</li>
{% if theme_navbar_links %}
{%- for link in theme_navbar_links %}
<li><a href="{{ pathto(*link[1:]) }}">{{ link[0] }}</a></li>
Expand Down

0 comments on commit 1347af6

Please sign in to comment.