3
3
< div class ="column d-4-12 m-2-12 ">
4
4
< h4 > For Competitors</ h4 >
5
5
< ul class ="sitemap ">
6
+ < li > < a href ="/teams/ "> Teams Dashboard</ a > </ li >
6
7
< 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 >
9
9
</ ul >
10
10
</ div >
11
11
< div class ="column d-4-12 m-2-12 ">
12
12
< h4 > Student Robotics</ h4 >
13
13
< ul class ="sitemap ">
14
- < li > < a href ="/about/ "> About Us</ a > </ li >
15
14
< li > < a href ="/compete/ "> Compete</ a > </ li >
16
15
< li > < a href ="/volunteer/ "> Volunteer</ a > </ li >
16
+ < li > < a href ="/sponsor/ "> Sponsor</ a > </ li >
17
17
</ ul >
18
18
</ div >
19
19
< div class ="column d-4-12 m-2-12 ">
20
20
< h4 > </ h4 >
21
21
< ul class ="sitemap ">
22
- < li > < a href ="/news / "> News </ a > </ li >
22
+ < li > < a href ="/blog / "> Blog </ a > </ li >
23
23
< li > < a href ="/events/ "> Events</ a > </ li >
24
24
< li > < a href ="/contact/ "> Contact us</ a > </ li >
25
25
</ ul >
@@ -31,16 +31,20 @@ <h4> </h4>
31
31
< p > Registered charity in England and Wales, number 1163168</ p >
32
32
< p > </ p >
33
33
< p >
34
- The fantastic background photos come from
34
+ The fantastic photos come from
35
35
< 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 > .
38
41
</ p >
39
42
</ div >
40
43
< div class ="column d-6-12 text-right ">
41
44
< ul class ="social-media-links ">
42
45
{% 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 >
44
48
{% endfor %}
45
49
</ ul >
46
50
</ div >
0 commit comments