openf1-jekyll-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +88 -0
  4. data/_includes/footer.html +42 -0
  5. data/_includes/head.html +21 -0
  6. data/_includes/header.html +24 -0
  7. data/_includes/navbar.html +38 -0
  8. data/_includes/scripts.html +19 -0
  9. data/_includes/style.html +87 -0
  10. data/_layouts/default.html +21 -0
  11. data/_layouts/page.html +5 -0
  12. data/_layouts/post.html +5 -0
  13. data/_sass/bootstrap-4-jekyll/_bootstrap-4-jekyll.scss +8 -0
  14. data/_sass/bootstrap/_bootstrap.scss +56 -0
  15. data/_sass/bootstrap/bootstrap/_alerts.scss +73 -0
  16. data/_sass/bootstrap/bootstrap/_badges.scss +68 -0
  17. data/_sass/bootstrap/bootstrap/_breadcrumbs.scss +28 -0
  18. data/_sass/bootstrap/bootstrap/_button-groups.scss +244 -0
  19. data/_sass/bootstrap/bootstrap/_buttons.scss +168 -0
  20. data/_sass/bootstrap/bootstrap/_carousel.scss +270 -0
  21. data/_sass/bootstrap/bootstrap/_close.scss +36 -0
  22. data/_sass/bootstrap/bootstrap/_code.scss +69 -0
  23. data/_sass/bootstrap/bootstrap/_component-animations.scss +37 -0
  24. data/_sass/bootstrap/bootstrap/_dropdowns.scss +216 -0
  25. data/_sass/bootstrap/bootstrap/_forms.scss +617 -0
  26. data/_sass/bootstrap/bootstrap/_glyphicons.scss +307 -0
  27. data/_sass/bootstrap/bootstrap/_grid.scss +84 -0
  28. data/_sass/bootstrap/bootstrap/_input-groups.scss +171 -0
  29. data/_sass/bootstrap/bootstrap/_jumbotron.scss +54 -0
  30. data/_sass/bootstrap/bootstrap/_labels.scss +66 -0
  31. data/_sass/bootstrap/bootstrap/_list-group.scss +130 -0
  32. data/_sass/bootstrap/bootstrap/_media.scss +66 -0
  33. data/_sass/bootstrap/bootstrap/_mixins.scss +40 -0
  34. data/_sass/bootstrap/bootstrap/_modals.scss +150 -0
  35. data/_sass/bootstrap/bootstrap/_navbar.scss +662 -0
  36. data/_sass/bootstrap/bootstrap/_navs.scss +242 -0
  37. data/_sass/bootstrap/bootstrap/_normalize.scss +424 -0
  38. data/_sass/bootstrap/bootstrap/_pager.scss +54 -0
  39. data/_sass/bootstrap/bootstrap/_pagination.scss +89 -0
  40. data/_sass/bootstrap/bootstrap/_panels.scss +271 -0
  41. data/_sass/bootstrap/bootstrap/_popovers.scss +131 -0
  42. data/_sass/bootstrap/bootstrap/_print.scss +101 -0
  43. data/_sass/bootstrap/bootstrap/_progress-bars.scss +87 -0
  44. data/_sass/bootstrap/bootstrap/_responsive-embed.scss +35 -0
  45. data/_sass/bootstrap/bootstrap/_responsive-utilities.scss +179 -0
  46. data/_sass/bootstrap/bootstrap/_scaffolding.scss +161 -0
  47. data/_sass/bootstrap/bootstrap/_tables.scss +234 -0
  48. data/_sass/bootstrap/bootstrap/_theme.scss +291 -0
  49. data/_sass/bootstrap/bootstrap/_thumbnails.scss +38 -0
  50. data/_sass/bootstrap/bootstrap/_tooltip.scss +101 -0
  51. data/_sass/bootstrap/bootstrap/_type.scss +298 -0
  52. data/_sass/bootstrap/bootstrap/_utilities.scss +55 -0
  53. data/_sass/bootstrap/bootstrap/_variables.scss +874 -0
  54. data/_sass/bootstrap/bootstrap/_wells.scss +29 -0
  55. data/_sass/bootstrap/bootstrap/mixins/_alerts.scss +14 -0
  56. data/_sass/bootstrap/bootstrap/mixins/_background-variant.scss +12 -0
  57. data/_sass/bootstrap/bootstrap/mixins/_border-radius.scss +18 -0
  58. data/_sass/bootstrap/bootstrap/mixins/_buttons.scss +65 -0
  59. data/_sass/bootstrap/bootstrap/mixins/_center-block.scss +7 -0
  60. data/_sass/bootstrap/bootstrap/mixins/_clearfix.scss +22 -0
  61. data/_sass/bootstrap/bootstrap/mixins/_forms.scss +88 -0
  62. data/_sass/bootstrap/bootstrap/mixins/_gradients.scss +58 -0
  63. data/_sass/bootstrap/bootstrap/mixins/_grid-framework.scss +81 -0
  64. data/_sass/bootstrap/bootstrap/mixins/_grid.scss +122 -0
  65. data/_sass/bootstrap/bootstrap/mixins/_hide-text.scss +21 -0
  66. data/_sass/bootstrap/bootstrap/mixins/_image.scss +33 -0
  67. data/_sass/bootstrap/bootstrap/mixins/_labels.scss +12 -0
  68. data/_sass/bootstrap/bootstrap/mixins/_list-group.scss +32 -0
  69. data/_sass/bootstrap/bootstrap/mixins/_nav-divider.scss +10 -0
  70. data/_sass/bootstrap/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  71. data/_sass/bootstrap/bootstrap/mixins/_opacity.scss +8 -0
  72. data/_sass/bootstrap/bootstrap/mixins/_pagination.scss +24 -0
  73. data/_sass/bootstrap/bootstrap/mixins/_panels.scss +24 -0
  74. data/_sass/bootstrap/bootstrap/mixins/_progress-bar.scss +10 -0
  75. data/_sass/bootstrap/bootstrap/mixins/_reset-filter.scss +8 -0
  76. data/_sass/bootstrap/bootstrap/mixins/_reset-text.scss +18 -0
  77. data/_sass/bootstrap/bootstrap/mixins/_resize.scss +6 -0
  78. data/_sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss +21 -0
  79. data/_sass/bootstrap/bootstrap/mixins/_size.scss +10 -0
  80. data/_sass/bootstrap/bootstrap/mixins/_tab-focus.scss +9 -0
  81. data/_sass/bootstrap/bootstrap/mixins/_table-row.scss +28 -0
  82. data/_sass/bootstrap/bootstrap/mixins/_text-emphasis.scss +12 -0
  83. data/_sass/bootstrap/bootstrap/mixins/_text-overflow.scss +8 -0
  84. data/_sass/bootstrap/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  85. data/_sass/font-awesome/_animated.scss +34 -0
  86. data/_sass/font-awesome/_bordered-pulled.scss +25 -0
  87. data/_sass/font-awesome/_core.scss +12 -0
  88. data/_sass/font-awesome/_fixed-width.scss +6 -0
  89. data/_sass/font-awesome/_icons.scss +789 -0
  90. data/_sass/font-awesome/_larger.scss +13 -0
  91. data/_sass/font-awesome/_list.scss +19 -0
  92. data/_sass/font-awesome/_mixins.scss +60 -0
  93. data/_sass/font-awesome/_path.scss +15 -0
  94. data/_sass/font-awesome/_rotated-flipped.scss +20 -0
  95. data/_sass/font-awesome/_screen-reader.scss +5 -0
  96. data/_sass/font-awesome/_stacked.scss +20 -0
  97. data/_sass/font-awesome/_variables.scss +800 -0
  98. data/_sass/font-awesome/font-awesome.scss +18 -0
  99. data/assets/fonts/FontAwesome.otf +0 -0
  100. data/assets/fonts/fontawesome-webfont.eot +0 -0
  101. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  102. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  103. data/assets/fonts/fontawesome-webfont.woff +0 -0
  104. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  105. data/assets/fonts/ionicons.eot +0 -0
  106. data/assets/fonts/ionicons.svg +2230 -0
  107. data/assets/fonts/ionicons.ttf +0 -0
  108. data/assets/fonts/ionicons.woff +0 -0
  109. data/assets/fonts/themify.eot +0 -0
  110. data/assets/fonts/themify.svg +362 -0
  111. data/assets/fonts/themify.ttf +0 -0
  112. data/assets/fonts/themify.woff +0 -0
  113. data/assets/images/favicon.ico +0 -0
  114. data/assets/images/global/openf1-logo-blue.png +0 -0
  115. data/assets/images/global/openf1-logo-white.png +0 -0
  116. data/assets/js/bootstrap/bootstrap-3.3.7.min.js +7 -0
  117. data/assets/js/bootstrap/jquery-3.2.1.min.js +4 -0
  118. data/assets/js/featherlight-1.7.0.min.js +8 -0
  119. data/assets/js/lib.min.js +6 -0
  120. data/assets/js/popover-v1.js +82 -0
  121. data/assets/js/site.min.js +1 -0
  122. data/assets/main.scss +7 -0
  123. data/assets/theme/featherlight.min.css +8 -0
  124. data/assets/theme/style.css +1392 -0
  125. metadata +251 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6db3e3b8015066375d79c2e48977dfac9751256fe5b0ec29bc883d37912524ba
4
+ data.tar.gz: f06826a295ef636de735286739c698b098cb616dda508744ed2d2d99f4729eab
5
+ SHA512:
6
+ metadata.gz: 5d5da0dc0b6a78c0ff24c3ea90da15deef5472ce4cdc3f37e2098f9f0e2dac94a0c118dfa9d7d72a71231a86e8708c1a5ce7b88541b145e3ad8d0a7c216b6e7d
7
+ data.tar.gz: 6b18567e3696fdc9c5241b6cc1d430e133844c1e508cfa63effcb6d80a30e1bd6fe54a476e6f101ce20e72241c59a48b3d47c51ce9e4f642822253452fbac97b
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,88 @@
1
+ # openf1-jekyll-theme
2
+
3
+ [![Build Status](https://travis-ci.org/openf1/openf1-jekyll-theme.svg?branch=master)](https://travis-ci.org/openf1/openf1-jekyll-theme)
4
+
5
+ `openf1-jekyll-theme` is a Jekyll theme used for [openf1's github pages](https://openf1.github.io).
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Jekyll site's `Gemfile`:
10
+
11
+ ```ruby
12
+ gem 'openf1-jekyll-theme'
13
+ ```
14
+
15
+ And add this line to your Jekyll site's `_config.yml`:
16
+
17
+ ```yaml
18
+ theme: openf1-jekyll-theme
19
+ ```
20
+
21
+ And then execute:
22
+
23
+ $ bundle
24
+
25
+ Or install it yourself as:
26
+
27
+ $ gem install openf1-jekyll-theme
28
+
29
+ Optionally, if you would like to preview your site on your development PC, add the following to your site's `Gemfile`:
30
+
31
+ gem 'github-pages', group :jekyll_plugins
32
+
33
+ ## Development
34
+
35
+ To set up your environment to develop this theme:
36
+
37
+ 1. Clone the theme's repository:
38
+
39
+ ```
40
+ $ git clone https://github.com/openf1/openf1-jekyll-theme.git
41
+ ```
42
+
43
+ 2. `cd` into the theme's directory
44
+ 3. Run `script/bootstrap` to install the necessary dependencies
45
+ 4. Run `bundle exec jekyll serve` to start the preview server
46
+ 5. Visit `localhost:4000` in your browser to preview the theme
47
+
48
+ Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
49
+
50
+ To test your theme's gem directly within another Jekyll site:
51
+
52
+ 1. Build your gem:
53
+
54
+ ```
55
+ $ gem build openf1-jekyll-theme.gemspec
56
+ ```
57
+
58
+ 2. Add this line to your Jekyll's site `Gemfile`:
59
+
60
+ ```ruby
61
+ gem 'openf1-jekyll-theme', :path => 'path/to/your/gem'
62
+ ```
63
+
64
+ 3. Add this line to your Jekyll's site `_config.yml`:
65
+
66
+ ```yml
67
+ theme: openf1-jekyll-theme
68
+ ```
69
+
70
+ 4. Run `bundle install` to install the gem
71
+ 5. Run `bundle exec jekyll serve` to start preview server
72
+ 6. Visit `localhost:4000` in your browser to preview the theme
73
+
74
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
75
+ To add a custom directory to your theme-gem, please edit the regexp in `openf1-jekyll-theme.gemspec` accordingly.
76
+
77
+ ### Running Tests
78
+
79
+ The theme contains a minimal test suite. To run the tests, simply type:
80
+
81
+ $ script/cibuild
82
+
83
+ You'll need to run `script/bootstrap` once before the test script will work.
84
+
85
+ ## License
86
+
87
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
88
+
@@ -0,0 +1,42 @@
1
+ <footer class="stripe stripe-dark" id="footer">
2
+ <div class="container">
3
+ <div class="row">
4
+ <div class="col-md-3">
5
+ <strong>openf1</strong>
6
+ <p>
7
+ <a href="#">About</a>
8
+ <br />
9
+ <a href="#">Roadmap</a>
10
+ <br />
11
+ <a href="#">Blog</a>
12
+ </p>
13
+ </div>
14
+ <div class="col-md-3">
15
+ <strong><a href="#" style="color: inherit">Documentation</a></strong>
16
+ <p>
17
+ <a href="#">Getting started</a>
18
+ <br />
19
+ <a href="#">GraphQL and integration</a>
20
+ </p>
21
+ </div>
22
+ <div class="col-md-3">
23
+ <strong><a href="#" style="color: inherit">Help &amp; Support</a></strong>
24
+ <p>
25
+ <a href="#" class="external">Problems</a>
26
+ <br />
27
+ <a href="#" class="external">Suggestions</a>
28
+ </p>
29
+ </div>
30
+ <div class="col-md-3" style="text-align: left">
31
+ <strong>Follow us</strong>
32
+ <p>
33
+ <a href="https://github.com/openf1"><i class="fa fa-fw fa-github" style='color: white'></i> openf1</a>
34
+ <!--
35
+ <br />
36
+ <a href="https://twitter.com/openf1"><i class="fa fa-fw fa-twitter" style='color: rgb(85, 172, 238);'></i> @openf1</a>
37
+ -->
38
+ </p>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </footer>
@@ -0,0 +1,21 @@
1
+ <head>
2
+ <meta charset="UTF-8">
3
+ <meta name="description" content="">
4
+ <meta name="author" content="">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8
+
9
+ <!-- Title -->
10
+ <title>{{ page.title }}</title>
11
+
12
+ <!-- Favicon -->
13
+ <link rel="icon" href="{{ "/assets/images/favicon.ico" | relative_url }}">
14
+ <link rel="apple-touch-icon" href="#" />
15
+
16
+ <!-- Core Stylesheet -->
17
+ <link href="{{ "/assets/main.css" | relative_url }}" rel="stylesheet">
18
+
19
+ <!-- Theme Stylesheet -->
20
+ <link href="{{ "/assets/theme/style.css" | relative_url }}" rel="stylesheet">
21
+ </head>
@@ -0,0 +1,24 @@
1
+ <header class="stripe stripe-blue">
2
+ <div class="container">
3
+ <div class="row">
4
+ <div class="col-sm-6 col-sm-push-6">
5
+ {% assign figure = site.data.header['figure'] %}
6
+ {% if figure != nil %}
7
+ <figure style='padding-bottom: calc(300/553*100%); position: relative'>
8
+ <img src="{{ figure.src }}" alt="{{ figure.alt }}" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%" />
9
+ </figure>
10
+ {% endif %}
11
+ </div>
12
+ <div class="col-sm-6 col-sm-pull-6">
13
+ {% assign hero = site.data.header['hero'] %}
14
+ <h1>{{ hero.title }}</h1>
15
+ <p class="hero">
16
+ {{ hero.text }}
17
+ </p>
18
+ {% for p in site.data.header['paragraph'] %}
19
+ {{ p }}
20
+ {% endfor %}
21
+ </div>
22
+ </div>
23
+ </div>
24
+ </header>
@@ -0,0 +1,38 @@
1
+ <nav class="navbar navbar-inverse navbar-fixed-top" style="top: 0px;">
2
+ <div>
3
+ <div class="container">
4
+ <div class="navbar-group">
5
+ <div class="navbar-header">
6
+ <a id="logo" class="navbar-brand" href="https://openf1.github.io/">
7
+ <img src="/assets/images/global/openf1-logo-white.png" alt="openf1" style="width: 30px; height: 32px;" />
8
+ &nbsp;<span class="hidden-sm hidden-xs">openf1</span>
9
+ </a>
10
+ </div>
11
+ <div class="navbar-items">
12
+ <div id="navbar" class="navbar-collapse collapse">
13
+ <div class="navbar-right">
14
+ <ul class="nav navbar-nav">
15
+ <li class="active"><a href="#">Features</a></li>
16
+ <li class=""><a href="#">Docs</a></li>
17
+ <li class=""><a href="#">Support</a></li>
18
+ <li class=""><a href="#">Blog</a></li>
19
+ <li class=""><a href="#">About</a></li>
20
+ </ul>
21
+ </div>
22
+ </div>
23
+ <div class="actions">
24
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
25
+ <span class="sr-only">Toggle navigation</span>
26
+ <i class="fa fa-bars"></i>
27
+ </button>
28
+ <a href="#" class="btn btn-success btn-small">Sign Up</a>
29
+ <a href="#" class="account">
30
+ <i class="fa fa-user-circle" aria-hidden="true"></i>
31
+ </a>
32
+ <div class="tooltip">Sign in to your openf1 Account</div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </nav>
@@ -0,0 +1,19 @@
1
+ <script src="{{ "/assets/js/bootstrap/jquery-3.2.1.min.js" | relative_url }}"></script>
2
+ <script src="{{ "/assets/js/bootstrap/bootstrap-3.3.7.min.js" | relative_url }}"></script>
3
+ <script src="{{ "/assets/js/lib.min.js" | relative_url }}"></script>
4
+ <script src="{{ "/assets/js/site.min.js" | relative_url }}"></script>
5
+ <script src="{{ "/assets/js/popover-v1.js" | relative_url }}"></script>
6
+ <style>
7
+ .media {
8
+ display: inline-block;
9
+ width: 202px;
10
+ vertical-align: top;
11
+ margin-right: 20px;
12
+ margin-top: 10px;
13
+ }
14
+ .media img {
15
+ border: 1px solid #f0f0f0;
16
+ border-radius: 4px;
17
+ }
18
+ </style>
19
+ <script src="{{ "/assets/js/featherlight-1.7.0.min.js" | relative_url }}"></script>
@@ -0,0 +1,87 @@
1
+ <style>
2
+ .navbar-collapse {
3
+ margin-right:30px;
4
+ }
5
+ .navbar-group {
6
+ display:flex;
7
+ justify-content: space-between;
8
+ }
9
+ .navbar-items {
10
+ display: flex;
11
+ justify-content: flex-end;
12
+ }
13
+ .navbar-toggle {
14
+ color: #fff;
15
+ border:0px;
16
+ }
17
+ .navbar-toggle .fa {
18
+ font-size: 2.5rem;
19
+ }
20
+ .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
21
+ border:0px;
22
+ background-color: transparent;
23
+ color:#74c0fb;
24
+ }
25
+ .actions {
26
+ display: flex;
27
+ flex-direction: row;
28
+ justify-content: center;
29
+ align-items: center;
30
+ padding: 14px 0;
31
+ }
32
+ .actions a.account {
33
+ color: #fff;
34
+ padding: 0 14px 5px;
35
+ font-size: 18px;
36
+ }
37
+ .actions a.account:hover {
38
+ color: #74c0fb;
39
+ text-decoration: none;
40
+ }
41
+ .actions a.account:hover + .tooltip {
42
+ display: block;
43
+ opacity: 1;
44
+ }
45
+ .actions a.account +.tooltip {
46
+ font-size:13px;
47
+ position: absolute;
48
+ z-index: 1;
49
+ background: #f8f8f8;
50
+ border: 1px solid #f0f0f0;
51
+ top: 63px;
52
+ padding: 8px;
53
+ color: #333;
54
+ display: none;
55
+ opacity: 0;
56
+ }
57
+ @media (max-width:768px) {
58
+ .actions {
59
+ display: flex;
60
+ flex-direction: row;
61
+ justify-content: center;
62
+ align-items: center;
63
+ padding: 14px 0;
64
+ position: absolute;
65
+ right: 0;
66
+ top: -17px;
67
+ }
68
+ .navbar-inverse .navbar-collapse {
69
+ left: 0;
70
+ position: absolute;
71
+ background-color: #0f2535;
72
+ width: 100%;
73
+ top: 55px;
74
+ overflow: visible;
75
+ border: none;
76
+ }
77
+ .navbar-fixed-top .navbar-collapse {
78
+ max-height: none;
79
+ }
80
+ .navbar-brand {
81
+ padding: 11px 15px;
82
+ }
83
+ .actions a.account +.tooltip {
84
+ top: 73px;
85
+ }
86
+ }
87
+ </style>
@@ -0,0 +1,21 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {% include head.html %}
5
+
6
+ <body class="">
7
+ <main>
8
+ {% include style.html %}
9
+ {% include navbar.html %}
10
+ {% include header.html %}
11
+
12
+ {% for section in site.sections %}
13
+ {{ section.content }}
14
+ {% endfor %}
15
+
16
+ {% include footer.html %}
17
+ {% include scripts.html %}
18
+ </main>
19
+ </body>
20
+
21
+ </html>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,8 @@
1
+ // Some CSS to ease the integration between Jekyll and Bootstrap 4.
2
+ // It is not recommended to edit this file.
3
+
4
+ .page-content {
5
+ img {
6
+ max-width: 100%;
7
+ }
8
+ }
@@ -0,0 +1,56 @@
1
+ /*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ // Core variables and mixins
8
+ @import "bootstrap/variables";
9
+ @import "bootstrap/mixins";
10
+
11
+ // Reset and dependencies
12
+ @import "bootstrap/normalize";
13
+ @import "bootstrap/print";
14
+ @import "bootstrap/glyphicons";
15
+
16
+ // Core CSS
17
+ @import "bootstrap/scaffolding";
18
+ @import "bootstrap/type";
19
+ @import "bootstrap/code";
20
+ @import "bootstrap/grid";
21
+ @import "bootstrap/tables";
22
+ @import "bootstrap/forms";
23
+ @import "bootstrap/buttons";
24
+
25
+ // Components
26
+ @import "bootstrap/component-animations";
27
+ @import "bootstrap/dropdowns";
28
+ @import "bootstrap/button-groups";
29
+ @import "bootstrap/input-groups";
30
+ @import "bootstrap/navs";
31
+ @import "bootstrap/navbar";
32
+ @import "bootstrap/breadcrumbs";
33
+ @import "bootstrap/pagination";
34
+ @import "bootstrap/pager";
35
+ @import "bootstrap/labels";
36
+ @import "bootstrap/badges";
37
+ @import "bootstrap/jumbotron";
38
+ @import "bootstrap/thumbnails";
39
+ @import "bootstrap/alerts";
40
+ @import "bootstrap/progress-bars";
41
+ @import "bootstrap/media";
42
+ @import "bootstrap/list-group";
43
+ @import "bootstrap/panels";
44
+ @import "bootstrap/responsive-embed";
45
+ @import "bootstrap/wells";
46
+ @import "bootstrap/close";
47
+
48
+ // Components w/ JavaScript
49
+ @import "bootstrap/modals";
50
+ @import "bootstrap/tooltip";
51
+ @import "bootstrap/popovers";
52
+ @import "bootstrap/carousel";
53
+
54
+ // Utility classes
55
+ @import "bootstrap/utilities";
56
+ @import "bootstrap/responsive-utilities";