Skip to content

Commit 0960806

Browse files
committed
Add images for Robots 101 Theming
1 parent 2bfee06 commit 0960806

File tree

9 files changed

+48
-5
lines changed

9 files changed

+48
-5
lines changed

_includes/figure.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<figure class="{{ include.class }}">
2+
{% if include.url %}
3+
<a href="{{ include.url }}">
4+
{% elsif include.link_to_image %}
5+
<a href="{{ include.src | prepend: site.baseurl }}">
6+
{% endif %}
7+
<img src="{{ include.src | prepend: site.baseurl }}" alt="{{ include.alt | default: include.caption }}"/>
8+
{% if include.url %}
9+
</a>
10+
{% elsif include.link_to_image %}
11+
</a>
12+
{% endif %}
13+
<figcaption>{{ include.caption }}</figcaption>
14+
</figure>

_sass/docs.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,10 @@
179179
}
180180
}
181181
}
182+
183+
figure {
184+
img {
185+
width: 100%;
186+
}
187+
}
182188
}
1.74 MB
Loading
1.36 MB
Loading
175 KB
Loading
1.49 MB
Loading
2.34 MB
Loading
180 KB
Loading

robots_101/theming.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,35 @@ style to your robot, your competitors and your socials.
3636
To give you some ideas, we've included some photos of teams we think did
3737
particularly well at previous competitions.
3838

39-
<img src="/images/content/blog/robots-101/sr2022-hrs-team-photo.png" alt="2022 - HRS: Hills Road's “Ducktor Who” As well as theming their robot, small rubber ducks were placed around the event, as well as given to other teams." />
39+
{% include figure.html
40+
src="/images/content/robots-101/sr2022-hrs-team-photo.png"
41+
caption="2022 - HRS: Hills Road's “Ducktor Who” As well as theming their robot,
42+
small rubber ducks were placed around the event, as well as given to other
43+
teams." class="spaced-figure-non-bold-caption" %}
4044

41-
<img src="/images/content/blog/robots-101/sr2019-hab-team-photo.png" alt=" 2019 - HAB: Haberdashers’ Aske’s Boys’ School won the Robot and Team Image award with their Hawaiian theme. This was complimented with inflatable palm trees and a 3D paper pineapple on top of their robot." />
45+
{% include figure.html
46+
src="/images/content/robots-101/sr2019-hab-team-photo.png"
47+
caption=" 2019 - HAB: Haberdashers’ Aske’s Boys’ School won the Robot and Team
48+
Image award with their Hawaiian theme. This was complimented with inflatable
49+
palm trees and a 3D paper pineapple on top of their robot."
50+
class="spaced-figure-non-bold-caption" %}
4251

43-
<img src="/images/content/blog/robots-101/sr2016-mai-team-photo.png" alt="2016 - MAI: ‘Measure, Analyze, Improve’ from Gymnasium Markt Indersdorf, who came all the way from Germany looking very Frankenstein-esque, wearing their bio-hazard suits and zombie face paints. Their robot was a rotten-fleshy-green colour with a brain exposed." />
52+
{% include figure.html
53+
src="/images/content/robots-101/sr2016-mai-team-photo.png"
54+
caption="2016 - MAI: ‘Measure, Analyze, Improve’ from Gymnasium Markt
55+
Indersdorf, who came all the way from Germany looking very Frankenstein-esque,
56+
wearing their bio-hazard suits and zombie face paints. Their robot was a
57+
rotten-fleshy-green colour with a brain exposed."
58+
class="spaced-figure-non-bold-caption" %}
4459

45-
<img src="/images/content/blog/robots-101/sr2015-mai-team-photo.png" alt="2015 - MAI: “42 * 2 - Double Vision” from Gymnasium Markt Indersdorf, came dressed as monks in hooded brown robes, laced with glowing LED strips." />
60+
{% include figure.html
61+
src="/images/content/robots-101/sr2015-mai-team-photo.png"
62+
caption="2015 - MAI: “42 * 2 - Double Vision” from Gymnasium Markt Indersdorf,
63+
came dressed as monks in hooded brown robes, laced with glowing LED strips."
64+
class="spaced-figure-non-bold-caption" %}
4665

47-
<img src="/images/content/blog/robots-101/sr2014-hrs-team-photo.png" alt="2014 - HRS: Systemetric (HRS) impressed the judges with their steampunk costumes and brass and mahogany robot (pictured)." />
66+
{% include figure.html
67+
src="/images/content/robots-101/sr2014-hrs-team-photo.png"
68+
caption="2014 - HRS: Systemetric (HRS) impressed the judges with their steampunk
69+
costumes and brass and mahogany robot (pictured)."
70+
class="spaced-figure-non-bold-caption" %}

0 commit comments

Comments
 (0)