style libraries page a bit, add some more text and links
This commit is contained in:
parent
86ff20e8dc
commit
64fa038b74
3 changed files with 38 additions and 5 deletions
|
|
@ -16,3 +16,4 @@
|
|||
@import 'pages/download';
|
||||
@import 'pages/awesome';
|
||||
@import 'pages/stats';
|
||||
@import 'pages/libraries';
|
||||
|
|
|
|||
25
assets/sass/pages/_libraries.scss
Normal file
25
assets/sass/pages/_libraries.scss
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#libraries-page {
|
||||
.content {
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 1px solid $gray-border;
|
||||
padding-bottom: .3em;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-bottom: 16px;
|
||||
li {
|
||||
margin-top: .25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11,11 +11,12 @@ permalink: /libraries
|
|||
These are libraries and drivers available in separate GitHub repos.
|
||||
They are designed for use with CircuitPython and may or may not work with MicroPython.
|
||||
</p>
|
||||
<p>
|
||||
The full list of all the libraries contained in the following bundles
|
||||
can be found on our
|
||||
<a href="https://circuitpython.readthedocs.io/projects/bundle/en/latest/drivers.html">libraries page</a>
|
||||
on Read the Docs.
|
||||
<h2>Download Instructions</h2>
|
||||
<p>
|
||||
<ul class="release-list">
|
||||
</ul>
|
||||
<p>
|
||||
<p>
|
||||
The libraries in each release are compiled for all recent major versions
|
||||
of CircuitPython. Please download the one that matches the major version
|
||||
|
|
@ -28,7 +29,13 @@ permalink: /libraries
|
|||
Trinket M0, Gemma M0 and Feather M0 Basic will need to selectively copy
|
||||
files over.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can always find the <a href="https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest">latest releases of the libraries bundle</a>
|
||||
on GitHub.
|
||||
<p>
|
||||
<ul class="release-list">
|
||||
</ul>
|
||||
<p>
|
||||
<h2>Contributing</h2>
|
||||
<p>Quick bit about contributing (TODO TEXT FROM KATTNI)</p>
|
||||
<div class="libraries new">
|
||||
|
|
|
|||
Loading…
Reference in a new issue