Style Guide
Colors
Fonts
Headings
Heading One
Heading Two
Heading Three
Block Quotes
With author, title, and URL:
Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows. Some pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones that became nothing.
With author only:
I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times.
Without author:
It was a dark and stormy night; the rain fell in torrents — except at occasional intervals, when it was checked by a violent gust of wind which swept up the streets (for it is in London that our scene lies), rattling along the housetops, and fiercely agitating the scanty flame of the lamps that struggled against the darkness.
Pull Quotes
When nothing is sure, everything is possible.
You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don’t know exactly when we turned on each other, but I know that seven of us survived the slide… and only five made it out. Now we took an oath, that I’m breaking now. We said we’d say it was the snow that killed the other two, but it wasn’t. Nature is lethal but it doesn’t hold a candle to man.
So I guess this is where I tell you what I learned – my conclusion, right? Well, my conclusion is: Hate is baggage. Life’s too short to be pissed off all the time. It’s just not worth it. Derek says it’s always good to end a paper with a quote. He says someone else has already said it best. So if you can’t top it, steal from them and go out strong. So I picked a guy I thought you’d like. “We are not enemies, but friends. We must not be enemies. Though passion may have strained, it must not break our bonds of affection. The mystic chords of memory will swell when again touched, as surely they will be, by the better angels of our nature.”
Images
Full width:
Double spread:
Code Blocks
Here is some text with an inline code block for alert("hello")
.
Multi-line:
for (var i = 0; i < 10; i++) {
console.log(i);
}
Multi-line with line numbers:
1
2
3
for (var i = 0; i < 10; i++) {
console.log(i);
}
Footnotes
Here is some text with a footnote1 in the middle.
And another one2.