diff --git a/frontend/README.md b/frontend/README.md index 0112544679..f1a4348cf6 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,8 +1,30 @@ -# Using the Bootstrap Styles/Templates +# Styles +Instead of having the Bootstrap theme included locally, we recommend loading the precompiled theme from our CDN (our [header template](#header) does this by default): +```html + +``` + +Alternatively, if you want to make modifications to the theme, check out the [theme's repo](https://github.com/gothinkster/conduit-bootstrap-template). + + +# Templates + +- Layout + - [Header](#header) + - [Footer](#footer) +- Pages + - [Home](#home) + - [Login/Register](#loginregister) + - [Profile](#profile) + - [Settings](#settings) + - [Create/Edit Article](#createedit-article) + - [Article](#article) + + +# Layout -## Layout ### Header @@ -59,7 +81,7 @@ ``` -## Pages +# Pages ### Home ```html @@ -100,7 +122,7 @@

How to build webapps that scale

-

In my demo, the holy grail layout is nested inside a document, so there's no body or main tags like shown above. Regardless, we're interested in the class names and the appearance of sections in the markup as opposed to the actual elements themselves. In particular, take note of the modifier classes used on the two sidebars, and the trivial order in which they appear in the markup. Let's break this down to paint a clear picture of what's happening...

+

This is the description for the post.

Read more...
@@ -118,7 +140,7 @@

The song you won't ever stop singing. No matter how hard you try.

-

In my demo, the holy grail layout is nested inside a document, so there's no body or main tags like shown above. Regardless, we're interested in the class names and the appearance of sections in the markup as opposed to the actual elements themselves. In particular, take note of the modifier classes used on the two sidebars, and the trivial order in which they appear in the markup. Let's break this down to paint a clear picture of what's happening...

+

This is the description for the post.

Read more...