File tree Expand file tree Collapse file tree 2 files changed +51
-8
lines changed Expand file tree Collapse file tree 2 files changed +51
-8
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,31 @@ <h1><a href="/documentation/"><b>Raspberry Pi</b> Documentation</a></h1>
34
34
</ section >
35
35
</ div >
36
36
37
+ < div id ="related " role ="complementary ">
38
+ < div id ="related-title ">
39
+ < h2 > Related resources</ h2 >
40
+ </ div >
41
+ < div id ="related-container " role ="complementary ">
42
+ < section id ="related-content ">
43
+ < a class ="box " href ="https://pip.raspberrypi.com/ ">
44
+ < span > < img src ="/documentation/images/full-sized/PIP.png " width ="121 " height ="121 " alt =""> </ span >
45
+ < span class ="title "> Product Information Portal</ span >
46
+ < span > Compliance documentation</ span >
47
+ </ a >
48
+ < a class ="box " href ="https://www.raspberrypi.com/tutorials/ ">
49
+ < span > < img src ="/documentation/images/full-sized/Tutorials.png " width ="121 " height ="121 " alt =""> </ span >
50
+ < span class ="title "> Tutorials</ span >
51
+ < span > Hands-on hardware and software tutorials</ span >
52
+ </ a >
53
+ < a class ="box " href ="https://forums.raspberrypi.com/ ">
54
+ < span > < img src ="/documentation/images/full-sized/Forums.png " width ="121 " height ="121 " alt =""> </ span >
55
+ < span class ="title "> Forums</ span >
56
+ < span > User and product support forums</ span >
57
+ </ a >
58
+ </ section >
59
+ </ div >
60
+ </ div >
61
+
37
62
{% include legal.html %}
38
63
{% include footer.html %}
39
64
{% include search.html %}
Original file line number Diff line number Diff line change @@ -234,13 +234,25 @@ div.subtitle p {
234
234
margin-right : 0px ;
235
235
}
236
236
237
- # container .section {
237
+ # container .section ,
238
+ # related-container .section {
238
239
display : flex;
239
240
flex-direction : column;
240
241
width : 100% ;
241
242
}
242
243
243
- # docs-content # container {
244
+ # related-title {
245
+ width : 100% ;
246
+ text-align : center;
247
+ }
248
+
249
+ # related-title h2 {
250
+ padding-top : 20px ;
251
+ font-size : 1.5em ;
252
+ }
253
+
254
+ # docs-content # container ,
255
+ # docs-content # related-container {
244
256
align-items : start;
245
257
}
246
258
@@ -520,7 +532,8 @@ li > a {
520
532
color: var(--subtle-text);
521
533
}
522
534
523
- #container section#content {
535
+ #container section#content,
536
+ #related-container section#content {
524
537
flex-grow: 1;
525
538
}
526
539
@@ -1443,7 +1456,8 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
1443
1456
max-width : 100vw ;
1444
1457
}
1445
1458
1446
- # container {
1459
+ # container ,
1460
+ # related-container {
1447
1461
justify-content : center;
1448
1462
flex-wrap : wrap;
1449
1463
margin-left : 3px ;
@@ -1544,7 +1558,8 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
1544
1558
# content {
1545
1559
margin-left : 0px ;
1546
1560
}
1547
- # container {
1561
+ # container ,
1562
+ # related-container {
1548
1563
}
1549
1564
}
1550
1565
@@ -1560,7 +1575,8 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
1560
1575
ul # tab-container li a {
1561
1576
display : none !important ;
1562
1577
}
1563
- div # container {
1578
+ div # container ,
1579
+ div # related-container {
1564
1580
margin-left : 0 ;
1565
1581
margin-right : 0 ;
1566
1582
justify-content : center !important ;
@@ -1581,7 +1597,8 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
1581
1597
box-sizing : border-box;
1582
1598
}
1583
1599
1584
- section # box-content {
1600
+ section # box-content ,
1601
+ section # related-content {
1585
1602
display : flex;
1586
1603
flex-wrap : wrap;
1587
1604
flex-direction : row;
@@ -1639,7 +1656,8 @@ div.subtitle.error-message p a {
1639
1656
color : var (--bg );
1640
1657
}
1641
1658
1642
- # container {
1659
+ # container ,
1660
+ # related-container {
1643
1661
display : flex;
1644
1662
justify-content : center;
1645
1663
margin-right : 10px ;
You can’t perform that action at this time.
0 commit comments