get started for one column and just the beginning section
This commit is contained in:
parent
c73cf924ea
commit
3c38df9890
2 changed files with 9 additions and 4 deletions
|
|
@ -113,6 +113,12 @@
|
||||||
column-gap: 20px;
|
column-gap: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.get-started {
|
||||||
|
a {
|
||||||
|
@include mixins.rounded-button;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -170,10 +170,9 @@ layout: home
|
||||||
into how we are developing CircuitPython. That's the core of the open source
|
into how we are developing CircuitPython. That's the core of the open source
|
||||||
concept. This makes CircuitPython better for you and everyone who uses it!
|
concept. This makes CircuitPython better for you and everyone who uses it!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<div class="get-started">
|
||||||
<a href="https://learn.adafruit.com/welcome-to-circuitpython"
|
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
|
||||||
class="action-link include-gap">Get Started</a>
|
</div>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="one-column-content">
|
<div class="one-column-content">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue