Skip to content

Commit 4cc047f

Browse files
committed
match main site navigation
1 parent 63f35a6 commit 4cc047f

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

_includes/footer.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<div class="column d-4-12 m-2-12">
44
<h4>For Competitors</h4>
55
<ul class="sitemap">
6+
<li><a href="/teams/">Teams Dashboard</a></li>
67
<li><a href="/ide/">IDE</a></li>
7-
<li><a href="/docs/">Documentation</a></li>
8-
<li><a href="/forum/">Forums</a></li>
8+
<li><a href="{{ '/docs/' | prepend: site.baseurl }}">Documentation</a></li>
99
</ul>
1010
</div>
1111
<div class="column d-4-12 m-2-12">
1212
<h4>Student Robotics</h4>
1313
<ul class="sitemap">
14-
<li><a href="/about/">About Us</a></li>
1514
<li><a href="/compete/">Compete</a></li>
1615
<li><a href="/volunteer/">Volunteer</a></li>
16+
<li><a href="/sponsor/">Sponsor</a></li>
1717
</ul>
1818
</div>
1919
<div class="column d-4-12 m-2-12">
2020
<h4>&nbsp;</h4>
2121
<ul class="sitemap">
22-
<li><a href="/news/">News</a></li>
22+
<li><a href="/blog/">Blog</a></li>
2323
<li><a href="/events/">Events</a></li>
2424
<li><a href="/contact/">Contact us</a></li>
2525
</ul>
@@ -31,16 +31,20 @@ <h4>&nbsp;</h4>
3131
<p>Registered charity in England and Wales, number 1163168</p>
3232
<p>&nbsp;</p>
3333
<p>
34-
The fantastic background photos come from
34+
The fantastic photos come from
3535
<a href="//www.flickr.com/photos/richardpbarlow/">Richard Barlow</a>,
36-
<a href="//www.flickr.com/photos/theorangeone/">Jake Howard</a>, and
37-
<a href="https://www.headington.org/">Headington School Oxford</a>.
36+
<a href="//www.flickr.com/photos/howiegoing/">Howard Buck</a>,
37+
<a href="//www.flickr.com/photos/theorangeone/">Jake Howard</a>,
38+
Anton Nikitin,
39+
Antoine Petty, and
40+
<a href="http://www.headington.org/">Headington School Oxford</a>.
3841
</p>
3942
</div>
4043
<div class="column d-6-12 text-right">
4144
<ul class="social-media-links">
4245
{% for account in site.social %}
43-
<li><a href="{{ account.link }}"><i class="fa fa-{{ account.icon }}" aria-hidden="true" title="{{ account.title }}"></i></a></li>
46+
<li><a href="{{ account.link }}"><i class="fa fa-{{ account.icon }}" aria-hidden="true"
47+
title="{{ account.title }}"></i></a></li>
4448
{% endfor %}
4549
</ul>
4650
</div>

_includes/navigation.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
</div>
77
<ul id="navigation" class="full-navigation mobile-collapsed">
88
<li>
9-
<a class="page-link" href="/ide">IDE</a>
9+
<a class="page-link" href="/teams/">Teams</a>
1010
</li>
1111
<li>
12-
<a class="page-link" href="{{ site.baseurl }}">Documentation</a>
12+
<a class="page-link" href="/compete/">Compete</a>
1313
</li>
1414
<li>
15-
<a class="page-link" href="/compete">Compete</a>
16-
</li>
17-
<li>
18-
<a class="page-link" href="/volunteer">Volunteer</a>
15+
<a class="page-link" href="/volunteer/">Volunteer</a>
1916
</li>
2017
<li>
2118
<a class="page-link" href="/sponsor/">Sponsor</a>

0 commit comments

Comments
 (0)