style libraries page a bit, add some more text and links

This commit is contained in:
Justin Cooper 2019-04-16 10:21:25 -05:00
parent 86ff20e8dc
commit 64fa038b74
3 changed files with 38 additions and 5 deletions

View file

@ -16,3 +16,4 @@
@import 'pages/download'; @import 'pages/download';
@import 'pages/awesome'; @import 'pages/awesome';
@import 'pages/stats'; @import 'pages/stats';
@import 'pages/libraries';

View 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;
}
}
}
}

View file

@ -11,11 +11,12 @@ permalink: /libraries
These are libraries and drivers available in separate GitHub repos. 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. They are designed for use with CircuitPython and may or may not work with MicroPython.
</p> </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> <h2>Download Instructions</h2>
<p>
<ul class="release-list">
</ul>
<p>
<p> <p>
The libraries in each release are compiled for all recent major versions The libraries in each release are compiled for all recent major versions
of CircuitPython. Please download the one that matches the major version 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 Trinket M0, Gemma M0 and Feather M0 Basic will need to selectively copy
files over. files over.
</p> </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> <h2>Contributing</h2>
<p>Quick bit about contributing (TODO TEXT FROM KATTNI)</p> <p>Quick bit about contributing (TODO TEXT FROM KATTNI)</p>
<div class="libraries new"> <div class="libraries new">