This commit is contained in:
Oliver Davies 2019-06-21 08:28:06 +01:00
commit c93aeb1a16
47 changed files with 10312 additions and 0 deletions

View file

@ -0,0 +1,33 @@
@import "../../../node_modules/bootstrap/scss/bootstrap";
@import "../../../node_modules/highlightjs/styles/github.css";
small {
display: block;
color: #888;
}
main.container, footer.container {
max-width: 900px;
}
footer.container {
margin-top: 30px;
padding: 30px 0;
border-top: 1px dashed #aaa;
}
@media (max-width: 767px) {
.sidebar {
padding-top: 30px;
}
}
@media (min-width: 980px) {
body {
padding-bottom: 40px;
}
}
body > main.container {
padding: 80px 15px 0; /* 80px to make the container go all the way to the bottom of the topbar */
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

7
source/assets/js/app.js Normal file
View file

@ -0,0 +1,7 @@
require('../css/app.scss');
require('jquery')
require('bootstrap')
var hljs = require('highlightjs')
hljs.initHighlightingOnLoad();