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

Unified Diff: pages/developer-styleguide.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Separate Content and Developer Styleguides Created Aug. 21, 2017, 10:18 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/content-styleguide.md ('k') | pages/grid.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/developer-styleguide.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/developer-styleguide.html
@@ -0,0 +1,36 @@
+title=Developer Styleguide
+
+<h1>Developer Styleguide</h1>
+<p>A guide to developing eyeo websites.</p>
+
+<ol>
+ <li>
+ <a href="#typography">Typography</a>
+ <ol>
+ <li><a href="#headings">Headings</a></li>
+ <li><a href="#body-content">Body content</a></li>
+ <li><a href="#blockquotes">Blockquotes</a></li>
+ </ol>
+ </li>
+ <li>
+ <a href="#typography">Lists</a>
+ <ol>
+ <li><a href="#ordered-lists">Ordered lists</a></li>
+ <li><a href="#unordered-lists">Unordered lists</a></li>
+ <li><a href="#description-lists">Description lists</a></li>
+ </ol>
+ </li>
+ <li>
+ <a href="#grid">Grid</a>
+ <ol>
+ <li><a href="#2-col-grid">2-column grid</a></li>
+ <li><a href="#3-col-grid">3-column grid</a></li>
+ <li><a href="#4-col-grid">4-column grid</a></li>
+ <li><a href="#reversed-grid">Reversed grid</a></li>
+ </ol>
+ </li>
+</ol>
+
+<? include styleguide/typography/index ?>
+<? include styleguide/lists/index ?>
+<? include styleguide/grid/index ?>
« no previous file with comments | « pages/content-styleguide.md ('k') | pages/grid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld