Skip to content

Commit 3d6f67b

Browse files
committed
Rearranged order of devices
1 parent d808e3e commit 3d6f67b

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

source/_includes/custom/getting-started.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ <h2 class="sub-title">Let's get started.</h2>
66

77
<div class="getting-started-grid grid__item one-whole">
88

9-
<div class="getting-started-device" id="HA_Yellow">
9+
<div class="getting-started-device" id="Raspberry_Pi">
1010
<div class="content">
11-
<div class="badge">Intermediate</div>
12-
<img src="/images/frontpage/ha-yellow.png" alt="Home Assistant Yellow"/>
11+
<div class="badge">Easy</div>
12+
<img src="/images/frontpage/raspberry-pi.png" alt="Raspberry Pi"/>
1313
<div>
14-
<h3>Home Assistant Yellow</h3>
15-
<p>The powerful way to run and customize Home Assistant to your needs</p>
14+
<h3>Raspberry Pi</h3>
15+
<p>A low-cost DIY solution to get started with Home Assistant</p>
1616
</div>
17-
<a class="button" aria-label="Learn more about Home Assistant Yellow" href="/yellow">Learn more</a>
17+
<a class="button" aria-label="Learn more about installing Home Assistant on Raspberry Pi" href="/installation/raspberrypi">Learn more</a>
1818
</div>
1919
</div>
2020

@@ -30,18 +30,17 @@ <h3>Home Assistant Green</h3>
3030
</div>
3131
</div>
3232

33-
<div class="getting-started-device" id="Raspberry_Pi">
33+
<div class="getting-started-device" id="HA_Yellow">
3434
<div class="content">
35-
<div class="badge">Advanced</div>
36-
<img src="/images/frontpage/raspberry-pi.png" alt="Raspberry Pi"/>
35+
<div class="badge">Intermediate</div>
36+
<img src="/images/frontpage/ha-yellow.png" alt="Home Assistant Yellow"/>
3737
<div>
38-
<h3>Raspberry Pi</h3>
39-
<p>A low-cost DIY solution to get started with Home Assistant</p>
38+
<h3>Home Assistant Yellow</h3>
39+
<p>The powerful way to run and customize Home Assistant to your needs</p>
4040
</div>
41-
<a class="button" aria-label="Learn more about installing Home Assistant on Raspberry Pi" href="/installation/raspberrypi">Learn more</a>
41+
<a class="button" aria-label="Learn more about Home Assistant Yellow" href="/yellow">Learn more</a>
4242
</div>
4343
</div>
44-
4544
</div>
4645

4746
<div class="grid__item one-half palm-one-whole">

0 commit comments

Comments
 (0)