Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/navbar.md

Issue 29588576: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 25, 2017, 10:02 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/index.html ('k') | static/js/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/navbar.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/navbar.md
@@ -0,0 +1,20 @@
+title=Developer Styleguide
ire 2017/10/25 10:03:35 Wrong title. Will fix
+template=minimal
+
+<? include components/navbar ?>
+
+<div class="container content" markdown="1">
+
+# Navbar Component
+
+Default navbar component for eyeo websites.
+
+## How to Use:
+
+1. Copy Navbar HTML from **includes/components/navbar.html**
+1. Copy Navbar CSS from **static/scss/_navbar.scss**
+1. Copy Navbar JavaScript from **static/js/navbar.js**
+
+</div>
+
+<script src="/js/navbar.js"></script>
« no previous file with comments | « pages/index.html ('k') | static/js/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld