---
layout: page
title: Jekyll Theme - Elements Reference - Massively
description: Having a massive list of every element of a theme is useful for quick referencing and ideas. Here is every component of Massively!
sitemap:
priority: 0.7
lastmod: 2017-11-02
changefreq: weekly
---
Elements
Reference
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
.
Finally, this is a link.
Subtitle text is italicized
This is the text that goes under the heading and the subtitle, most commonly referred to as: the paragraph. Paragraphs vary in length but in school we're taught to make them at least 7 sentences or else we risk getting a C. Since the paragraph didn't have a thesis or a closing argument, it's probably a C grade paragraph.
This is the subtitle
This is the text that goes under the heading and the subtitle, most commonly referred to as: the paragraph. Paragraphs vary in length but in school we're taught to make them at least 7 sentences or else we risk getting a C. Since the paragraph didn't have a thesis or a closing argument, it's probably a C grade paragraph.
Here is the subtitle again
This is the text that goes under the heading and the subtitle, most commonly referred to as: the paragraph. Paragraphs vary in length but in school we're taught to make them at least 7 sentences or else we risk getting a C. Since the paragraph didn't have a thesis or a closing argument, it's probably a C grade paragraph.
For item number one we have a brand new set of sample text that is purely meant to help you visualize what a completed website might look like. Definitely replace this!
For item number one we have a brand new set of sample text that is purely meant to help you visualize what a completed website might look like. Definitely replace this!
For item number one we have a brand new set of sample text that is purely meant to help you visualize what a completed website might look like. Definitely replace this!
Here is where you would generally insert a life-changing, Instagram worthy quote that will make all your friends jealous of your smartness.
Name | Description | Price |
---|---|---|
Item 1 | This item costs money. | 29.99 |
Item 2 | And this one is not free either. | 19.99 |
Item 3 | Here we have another item. | 29.99 |
Item 4 | More items and stuff. | 19.99 |
Item 5 | The last item and stuff. | 29.99 |
100.00 |
Name | Description | Price |
---|---|---|
Item 1 | This item costs money. | 29.99 |
Item 2 | And this one is not free either. | 19.99 |
Item 3 | Here we have another item. | 29.99 |
Item 4 | More items and stuff. | 19.99 |
Item 5 | The last item and stuff. | 29.99 |
100.00 |
In both layman and nerd-speak, this is a paragraph. This is a paragraph that goes on the right side of an image. This is the text that goes under the heading and the subtitle. Paragraphs vary in length but in school we're taught to make them at least 7 sentences or else we risk getting a C. Since the paragraph didn't have a thesis or a closing argument, it's probably a C grade paragraph.
In both layman and nerd-speak, this is a paragraph. This is a paragraph that goes on the right side of an image. This is the text that goes under the heading and the subtitle. Paragraphs vary in length but in school we're taught to make them at least 7 sentences or else we risk getting a C. Since the paragraph didn't have a thesis or a closing argument, it's probably a C grade paragraph.
In both layman and nerd-speak, this is a paragraph. This is a paragraph that goes inside a box! Whoa so crazy. This is the text that goes under the heading and the subtitle. Paragraphs vary in length but in school we're taught to make them at least 7 sentences or else we risk getting a C. Since the paragraph didn't have a thesis or a closing argument, it's probably a C grade paragraph.
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';