devlopr 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +16 -58
  4. data/_includes/author_bio.html +1 -0
  5. data/_includes/author_projects.html +23 -0
  6. data/_includes/author_skills.html +2 -0
  7. data/_includes/author_work_experience.html +24 -0
  8. data/_includes/blog_categories.html +9 -0
  9. data/_includes/blog_newsletters.html +18 -0
  10. data/_includes/blog_post_article.html +26 -0
  11. data/_includes/blog_post_breadcrumb.html +11 -0
  12. data/_includes/blog_posts.html +22 -0
  13. data/_includes/blog_sidebar.html +18 -0
  14. data/_includes/{activity.html → coding_activity.html} +10 -8
  15. data/_includes/contact_me_form.html +16 -0
  16. data/_includes/footer.html +6 -6
  17. data/_includes/head.html +43 -43
  18. data/_includes/header.html +59 -59
  19. data/_layouts/about_me.html +45 -0
  20. data/_layouts/blog.html +15 -58
  21. data/_layouts/compress.html +10 -0
  22. data/_layouts/contact_me.html +9 -0
  23. data/_layouts/default.html +25 -21
  24. data/_layouts/my_projects.html +11 -0
  25. data/_layouts/page.html +8 -8
  26. data/_layouts/post.html +20 -102
  27. data/_posts/2016-05-20-super-long-article.md +17 -0
  28. data/_posts/2016-05-20-this-post-demonstrates-post-content-styles.md +109 -0
  29. data/_posts/2016-05-20-welcome-to-jekyll.md +29 -0
  30. data/_sass/devlog.scss +133 -133
  31. metadata +36 -53
  32. data/_includes/newsletter.html +0 -16
  33. data/_includes/share.html +0 -13
  34. data/_includes/sidebar.html +0 -1
  35. data/_layouts/about.html +0 -105
  36. data/assets/css/main.scss +0 -5
  37. data/assets/img/favicon.ico +0 -0
  38. data/assets/img/posts/gitflow-workflow.png +0 -0
  39. data/assets/img/posts/hello.jpg +0 -0
  40. data/assets/img/posts/useful-tools.jpg +0 -0
  41. data/assets/img/profile.png +0 -0
  42. data/assets/img/projects/CBSHOYEUkAAxfSm.png_large +0 -0
  43. data/assets/img/projects/Music.png +0 -0
  44. data/assets/img/projects/alex.png +0 -0
  45. data/assets/img/projects/amigosevents.png +0 -0
  46. data/assets/img/projects/blogmapia.png +0 -0
  47. data/assets/img/projects/devlopr.png +0 -0
  48. data/assets/img/projects/foobar-1.png +0 -0
  49. data/assets/img/projects/foobar.png +0 -0
  50. data/assets/img/projects/frutzi.png +0 -0
  51. data/assets/img/projects/gamershub.png +0 -0
  52. data/assets/img/projects/hackify.png +0 -0
  53. data/assets/img/projects/klj.png +0 -0
  54. data/assets/img/projects/musifier.png +0 -0
  55. data/assets/img/projects/peb.png +0 -0
  56. data/assets/img/projects/programmingebooks_frnt.png +0 -0
  57. data/assets/img/projects/react-router.png +0 -0
  58. data/assets/img/projects/screencapture-file-C-Users-Sujay-20Kundu-Downloads-Co.png +0 -0
  59. data/assets/img/projects/screenshotmy.png +0 -0
  60. data/assets/img/projects/snap2.jpg +0 -0
  61. data/assets/img/projects/snap3.jpg +0 -0
  62. data/assets/img/styleguide.png +0 -0
  63. data/assets/img/work/google.png +0 -0
  64. data/assets/img/work/microsoft.png +0 -0
  65. data/assets/img/work/skillenza.png +0 -0
  66. data/assets/img/zoom.jpg +0 -0
@@ -0,0 +1,45 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="row">
6
+ <div class="col-lg-8">
7
+ <div class="card">
8
+ <h1 class="card-title">About Me</h1>
9
+ {%- include author_bio.html -%}
10
+ </div>
11
+ <div class="card">
12
+ <h1 class="card-title"> Work Experience</h1>
13
+ <br />
14
+ {%- include author_work_experience.html -%}
15
+ </div>
16
+ </div>
17
+ <div class="col-lg-4">
18
+
19
+ <div class="card">
20
+
21
+ <h6>
22
+ <i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</h6>
23
+ <h6>
24
+ <i class="fas fa-envelope"></i> {{ site.author_email }}</h6>
25
+ <h6>
26
+ <i class="fas fa-link"></i> {{ site.author_website_url }} </h6>
27
+
28
+ </div>
29
+
30
+ <div class="card">
31
+ <h1> Skills </h1>
32
+
33
+ {%- include author_skills.html -%}
34
+
35
+ </div>
36
+
37
+ <div class="card">
38
+ <h1> Coding Activity </h1>
39
+
40
+ {%- include coding_activity.html -%}
41
+
42
+ </div>
43
+
44
+ </div>
45
+ </div>
@@ -1,59 +1,16 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="row">
6
-
7
- <div class="col-lg-8 col-md-4">
8
- <ul>
9
- <div class="row">
10
- {% for post in site.posts %}
11
- <div class="card blog-post">
12
- <img class="card-img-top" src="/assets/img/{{ post.thumbnail }}" alt="{{ post.title }}">
13
- <div class="card-body center">
14
- <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
15
- <h4 class="card-title">{{ post.title }}</h4>
16
-
17
- <h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%b %-d, %Y" }}</h6>
18
- <p class="card-text">{{ post.summary }} </p>
19
-
20
- <a href="{{ post.url | prepend: site.baseurl }}" data-disqus-identifier="{{ post.url }}" class="btn btn-primary btn-lg">Read</a>
21
- <span class="disqus-comment-count" data-disqus-identifier="{{ post.url }}"></span>
22
-
23
- </div>
24
- </div>
25
-
26
- {% endfor %}
27
- </div>
28
- </ul>
29
- </div>
30
-
31
- <div class="col-lg-4">
32
- <div class="card">
33
- <div class="card-header"> About {{ site.author }} </div>
34
- <div class="card-body text-dark">
35
- <p> devlopr is a rubygem ( Jekyll Theme ) built for Developers. Anyone can create their website and host it freely
36
- like this. All you need is to follow the simple steps in the DOCS !!</p>
37
- </div>
38
- </div>
39
- <div class="card">
40
-
41
- <div class="card-header">Categories </div>
42
- <div class="card-body text-dark">
43
- {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
44
- <div id="#{{ tag_name | slugize }}"></div>
45
- <li class="tag-head">
46
- <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
47
- </li>
48
- <a name="{{ tag_name | slugize }}"></a>
49
-
50
- {% endfor %}
51
- </div>
52
-
53
-
54
- </div>
55
- <div class="card">
56
- <!-- Begin MailChimp Signup Form -->
57
- {%- include newsletter.html -%}
58
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="row">
6
+
7
+ <div class="col-lg-8 col-md-4">
8
+
9
+ <!-- Blog Posts -->
10
+ {%- include blog_posts.html -%}
11
+
12
+ </div>
13
+
14
+
15
+ {%- include blog_sidebar.html -%}
59
16
  </div>
@@ -0,0 +1,10 @@
1
+ ---
2
+ # Jekyll layout that compresses HTML
3
+ # v3.1.0
4
+ # http://jch.penibelst.de/
5
+ # © 2014–2015 Anatol Broder
6
+ # MIT License
7
+ ---
8
+
9
+ {% capture _LINE_FEED %}
10
+ {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment or site.compress_html.ignore.envs == "all" %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
@@ -0,0 +1,9 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="card">
6
+ <h1 class="card-title"> Contact Me</h1>
7
+
8
+ {%- include contact_me_form.html -%}
9
+ </div>
@@ -1,22 +1,26 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ page.lang | default: site.lang | default: " en " }}">
3
-
4
- {%- include head.html -%}
5
-
6
- <body>
7
- <div class="container-fluid">
8
-
9
- {%- include header.html -%}
10
-
11
- <div class="col-lg-12">
12
-
13
- {{ content }}
14
-
15
- </div>
16
-
17
- {%- include footer.html -%}
18
-
19
- </div>
20
- </body>
21
-
1
+ ---
2
+ layout: compress
3
+ ---
4
+
5
+ <!DOCTYPE html>
6
+ <html lang="{{ page.lang | default: site.lang | default: " en " }}">
7
+
8
+ {%- include head.html -%}
9
+
10
+ <body>
11
+ <div class="container-fluid">
12
+
13
+ {%- include header.html -%}
14
+
15
+ <div class="col-lg-12">
16
+
17
+ {{ content }}
18
+
19
+ </div>
20
+
21
+ {%- include footer.html -%}
22
+
23
+ </div>
24
+ </body>
25
+
22
26
  </html>
@@ -0,0 +1,11 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="card">
6
+ <h1 class="card-title"> My Projects</h1>
7
+
8
+ <br />
9
+ {%- include author_projects.html -%}
10
+
11
+ </div>
@@ -1,9 +1,9 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="card">
6
- <div class="col-md-8 offset-md-2 offset-md-right">
7
- {{ content }}
8
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="card">
6
+ <div class="col-md-8 offset-md-2 offset-md-right">
7
+ {{ content }}
8
+ </div>
9
9
  </div>
@@ -1,102 +1,20 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <nav aria-label="breadcrumb" role="navigation">
6
- <ol class="breadcrumb">
7
- <li class="breadcrumb-item">
8
- <a href="/">Blog</a>
9
- </li>
10
- <li class="breadcrumb-item">
11
- <a href="/categories">Categories</a>
12
- </li>
13
- <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
14
- </ol>
15
- </nav>
16
-
17
- <div class="row">
18
-
19
- <div class="col-lg-8">
20
-
21
- <article class="card" itemscope itemtype="http://schema.org/BlogPosting">
22
-
23
-
24
- <div class="card-header">
25
- <!-- <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> -->
26
- <h4 class="post-meta">{{ page.summary }}</h4>
27
- <p class="post-summary">Posted by : {% if page.author %}
28
- <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
29
- <span itemprop="author" itemscope itemtype="http://schema.org/Person">
30
- <span itemprop="name">{{ page.author }}</span>
31
- </span>{% endif %} at
32
- <time datetime="{{ page.date }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
33
- </p>
34
- <span class="disqus-comment-count" data-disqus-identifier="{{ page.url }}"></span>
35
- <p>
36
- {%- include share.html -%}
37
- </p>
38
- <div class="post-categories">
39
- {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %}
40
- Category : {% for category in categories %}
41
- <a href="{{site.baseurl}}/blog/categories/{{category|slugize}}">{{category}}</a>
42
- {% unless forloop.last %}&nbsp;{% endunless %} {% endfor %}
43
- </div>
44
-
45
-
46
- </div>
47
-
48
- <div class="card-body" itemprop="articleBody">
49
- <img class="card-img-top" src="/assets/img/{{ page.thumbnail }}" alt="{{ post.title }}"> {{ content }} {%- include share.html -%}
50
- </div>
51
-
52
- <div id="disqus_thread"></div>
53
-
54
- </article>
55
-
56
- </div>
57
-
58
- <div class="col-lg-4">
59
-
60
- <div class="card">
61
-
62
- <div class="card-header">Categories </div>
63
- <div class="card-body text-dark">
64
- {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
65
- <div id="#{{ tag_name | slugize }}"></div>
66
- <li class="tag-head">
67
- <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
68
- </li>
69
- <a name="{{ tag_name | slugize }}"></a>
70
-
71
- {% endfor %}
72
- </div>
73
-
74
-
75
- </div>
76
- <div class="card">
77
- <!-- Begin MailChimp Signup Form -->
78
- {%- include newsletter.html -%}
79
- </div>
80
- </div>
81
- <!-- End of Sidebar -->
82
-
83
- </div>
84
-
85
- <script>
86
- var disqus_config = function () {
87
- this.page.url = "{{ site.url }}{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
88
- this.page.identifier = "{{ page.id }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
89
- };
90
-
91
-
92
- (function () { // DON'T EDIT BELOW THIS LINE
93
- var d = document,
94
- s = d.createElement('script');
95
- s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
96
- s.setAttribute('data-timestamp', +new Date());
97
- (d.head || d.body).appendChild(s);
98
- })();
99
- </script>
100
- <noscript>Please enable JavaScript to view the
101
- <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
102
- </noscript>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <!-- Blog Post Breadcrumbs -->
6
+ {%- include blog_post_breadcrumb.html -%}
7
+
8
+ <div class="row">
9
+
10
+ <div class="col-lg-8">
11
+
12
+ {%- include blog_post_article.html -%}
13
+ </div>
14
+
15
+ {%- include blog_sidebar.html -%}
16
+
17
+ </div> <!-- End of row-->
18
+
19
+
20
+
@@ -0,0 +1,17 @@
1
+ ---
2
+ layout: post
3
+ title: "This post demonstrates post long post"
4
+ author: "John Doe"
5
+ date: '2017-11-19 14:35:23 +0530'
6
+ category:
7
+ - personal
8
+ - work
9
+ summary: My First Post
10
+ thumbnail: posts/hello.jpg
11
+ ---
12
+
13
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
14
+
15
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
16
+
17
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
@@ -0,0 +1,109 @@
1
+ ---
2
+ layout: post
3
+ title: "This post demonstrates post content styles"
4
+ author: "John Doe"
5
+ date: '2017-11-19 14:35:23 +0530'
6
+ category:
7
+ - personal
8
+ - work
9
+ summary: My First Post
10
+ thumbnail: posts/hello.jpg
11
+ ---
12
+
13
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit.
14
+
15
+ ## Some great heading (h2)
16
+
17
+ Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu.
18
+
19
+ Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
20
+
21
+ ## Another great heading (h2)
22
+
23
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit.
24
+
25
+ ### Some great subheading (h3)
26
+
27
+ Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum.
28
+
29
+ Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc.
30
+
31
+ ### Some great subheading (h3)
32
+
33
+ Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
34
+
35
+ > This quote will change your life. It will reveal the secrets of the universe, and all the wonders of humanity. Don't misuse it.
36
+
37
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt.
38
+
39
+ ### Some great subheading (h3)
40
+
41
+ Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum.
42
+
43
+ ```html
44
+ <html>
45
+ <head>
46
+ </head>
47
+ <body>
48
+ <p>Hello, World!</p>
49
+ </body>
50
+ </html>
51
+ ```
52
+
53
+
54
+ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
55
+
56
+ #### You might want a sub-subheading (h4)
57
+
58
+ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
59
+
60
+ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
61
+
62
+ #### But it's probably overkill (h4)
63
+
64
+ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
65
+
66
+ ### Oh hai, an unordered list!!
67
+
68
+ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
69
+
70
+ - First item, yo
71
+ - Second item, dawg
72
+ - Third item, what what?!
73
+ - Fourth item, fo sheezy my neezy
74
+
75
+ ### Oh hai, an ordered list!!
76
+
77
+ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
78
+
79
+ 1. First item, yo
80
+ 2. Second item, dawg
81
+ 3. Third item, what what?!
82
+ 4. Fourth item, fo sheezy my neezy
83
+
84
+
85
+
86
+ ## Headings are cool! (h2)
87
+
88
+ Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
89
+
90
+ Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
91
+
92
+ Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc.
93
+
94
+ ### Tables
95
+
96
+ Title 1 | Title 2 | Title 3 | Title 4
97
+ --------------------- | --------------------- | --------------------- | ---------------------
98
+ lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit
99
+ lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit
100
+ lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit
101
+ lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit
102
+
103
+
104
+ Title 1 | Title 2 | Title 3 | Title 4
105
+ --- | --- | --- | ---
106
+ lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit
107
+ lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur | lorem ipsum dolor sit amet | lorem ipsum dolor sit
108
+ lorem ipsum dolor | lorem ipsum | lorem | lorem ipsum
109
+ lorem ipsum dolor | lorem ipsum dolor sit | lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur