File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="image ">
2
2
{% assign guide = site.data.guides[include.index] %}
3
- < img class ="image-headline " alt ="{{ guide.image_alt_attribute }} "
4
- src ="{{ guide.image }} "
5
- />
3
+ < img class ="image-headline "
4
+ alt ="{{ guide.image_alt_attribute }} "
5
+ src ="{{ guide.image }} "
6
+ loading ="lazy " />
6
7
< span class ="image-title ">
7
8
< span >
8
9
< p > < a href ="{{ guide.guide_url }} "> {{ guide.title }} by {{ guide.author }}</ a > </ p >
9
10
</ span >
10
11
< img alt ="Made with CircuitPython Logo "
11
- src ="{{ "assets /images/made_with_circuitpython.svg" |
12
- relative_url }}"
13
- />
12
+ src ="{{ "assets /images/made_with_circuitpython.svg" |
13
+ relative_url }}"
14
+ loading=" lazy " />
14
15
</ span >
15
16
</ div >
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ <h2>When we say easy, we mean it.</h2>
36
36
< div >
37
37
< img alt ="Brain Circuit Icon "
38
38
src ="{{ "assets /images/icons/brain-circuit.svg" |
39
- relative_url }}" />
39
+ relative_url }}"
40
+ loading="lazy " />
40
41
< div >
41
42
< h3 > Beginner Friendly</ h3 >
42
43
< p >
@@ -47,7 +48,8 @@ <h3>Beginner Friendly</h3>
47
48
< div >
48
49
< img alt ="Microchip Icon "
49
50
src ="{{ "assets /images/icons/microchip.svg" |
50
- relative_url }}" />
51
+ relative_url }}"
52
+ loading="lazy " />
51
53
< div >
52
54
< h3 > File Storage</ h3 >
53
55
< p >
@@ -58,7 +60,8 @@ <h3>File Storage</h3>
58
60
< div >
59
61
< img alt ="Files Icon "
60
62
src ="{{ "assets /images/icons/files.svg" |
61
- relative_url }}" />
63
+ relative_url }}"
64
+ loading="lazy " />
62
65
< div >
63
66
< h3 > Easy Code Updates</ h3 >
64
67
< p >
@@ -70,7 +73,8 @@ <h3>Easy Code Updates</h3>
70
73
< div >
71
74
< img alt ="Terminal Icon "
72
75
src ="{{ "assets /images/icons/terminal.svg" |
73
- relative_url }}" />
76
+ relative_url }}"
77
+ loading="lazy " />
74
78
< div >
75
79
< h3 > Serial Console + REPL</ h3 >
76
80
< p >
You can’t perform that action at this time.
0 commit comments