11<!doctype html>  
22< html  lang ="en "> 
3-    < head > 
4-     {% include  head.html %} 
5-   </ head > 
6-    < body > 
7-     {% include header.html %} 
8- 
9-      < div   class =" toptitle " > 
10-        < h1 > < a   href =" /documentation/ " > < b > Raspberry Pi </ b >  Documentation </ a > </ h1 > 
11-        < div  id =" search-container "> 
12-          < div   id =" docsearch "  role =" search " > </ div > 
13-        </ div > 
14-       {% include tabs.html %} 
3+ 
4+ < head > 
5+   {% include  head.html %} 
6+ </ head > 
7+ 
8+ < body > 
9+   {% include header.html %} 
10+ 
11+   < div  class =" toptitle "> 
12+     < h1 > < a   href =" /documentation/ " > < b > Raspberry Pi </ b >  Documentation </ a > </ h1 > 
13+     < div   id =" search-container " > 
14+       < div   id =" docsearch "  role =" search " > </ div > 
1515    </ div > 
16+     {% include tabs.html %}
17+   </ div > 
1618
17-     < div  id ="container " role ="main "> 
18-       < section  id ="box-content "> 
19-         {% for item in site.data.index.tabs %}
20-           {% if page.dir == item.path or page.dir == "/" and item.default_tab and item.default_tab == "yes" %}
21-             {% for entry in item.subitems %}
22-             {% if entry.path %}
23-             < a  class ="box " href ="{{ site.baseurl }}{{ entry.path }} "> 
24-             {% else %}
25-             < a  class ="box " href ="{{ entry.url }} "> 
26-             {% endif %}
27-               < span > < img  src ="{{ site.baseurl }}{{ entry.imagepath }} " width ="121 " height ="121 " alt =""> </ span > 
28-               < span  class ="title "> {{ entry.title | markdownify }}</ span > 
29-               < span > {{ entry.description }}</ span > 
30-             </ a > 
31-             {% endfor %}
19+   < div  id ="container " role ="main "> 
20+     < section  id ="box-content "> 
21+       {% for item in site.data.index.tabs %}
22+       {% if page.dir == item.path or page.dir == "/" and item.default_tab and item.default_tab == "yes" %}
23+       {% for entry in item.subitems %}
24+       {% if entry.path %}
25+       < a  class ="box " href ="{{ site.baseurl }}{{ entry.path }} "> 
26+         {% else %}
27+         < a  class ="box " href ="{{ entry.url }} "> 
3228          {% endif %}
29+           < span > < img  src ="{{ site.baseurl }}{{ entry.imagepath }} " width ="121 " height ="121 " alt =""> </ span > 
30+           < span  class ="title "> {{ entry.title | markdownify }}</ span > 
31+           < span > {{ entry.description }}</ span > 
32+         </ a > 
33+         {% endfor %}
34+         {% endif %}
3335        {% endfor %}
36+     </ section > 
37+   </ div > 
38+ 
39+   < div  id ="related " role ="complementary "> 
40+     < div  id ="related-title "> 
41+       < h2 > Related resources</ h2 > 
42+     </ div > 
43+     < div  id ="related-container " role ="complementary "> 
44+       < section  id ="related-content "> 
45+         < a  class ="box " href ="https://pip.raspberrypi.com/ "> 
46+           < span > < img  src ="/documentation/images/full-sized/PIP.png " width ="121 " height ="121 " alt =""> </ span > 
47+           < span  class ="title "> Product Information Portal</ span > 
48+           < span > Documents, reports, and notices for all Raspberry Pi products</ span > 
49+         </ a > 
50+         < a  class ="box " href ="https://www.raspberrypi.com/tutorials/ "> 
51+           < span > < img  src ="/documentation/images/full-sized/Tutorials.png " width ="121 " height ="121 " alt =""> </ span > 
52+           < span  class ="title "> Tutorials</ span > 
53+           < span > Hands-on hardware and software tutorials</ span > 
54+         </ a > 
55+         < a  class ="box " href ="https://forums.raspberrypi.com/ "> 
56+           < span > < img  src ="/documentation/images/full-sized/Forums.png " width ="121 " height ="121 " alt =""> </ span > 
57+           < span  class ="title "> Forums</ span > 
58+           < span > User and product support forums</ span > 
59+         </ a > 
3460      </ section > 
3561    </ div > 
62+   </ div > 
63+ 
64+   {% include legal.html %}
65+   {% include footer.html %}
66+   {% include search.html %}
3667
37-     {% include legal.html %}
38-     {% include footer.html %}
39-     {% include search.html %}
68+ </ body > 
4069
41-   </ body > 
42- </ html > 
70+ </ html > 
0 commit comments