Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2016-09-22 20:03:08 +0300
committerMatt Stratton <matt.stratton@gmail.com>2016-09-22 20:03:08 +0300
commitf82f4eebd40e0e975dcbcdd1ce80d294807380d2 (patch)
tree530312787fa084a5efb64a45b85d78a75133590e /layouts/partials
parent3938aaaf41262c0fbc2aa6770f49b127920224dd (diff)
Add preliminary sidebar
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/sidebar.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
new file mode 100644
index 0000000..d3f008e
--- /dev/null
+++ b/layouts/partials/sidebar.html
@@ -0,0 +1,8 @@
+<div class="row">
+ <div class="col-md-12">
+ <a href="https://www.google.com"><i class="fa fa-apple fa-5x"></i></a>
+ <a href="https://www.google.com"><i class="fa fa-android fa-5x"></i></a>
+ <a href="https://www.google.com"><i class="fa fa-rss fa-5x"></i></a>
+ </dl>
+ </div>
+</div>