jekyll-theme-saifas 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/block-iframe.html +1 -0
  5. data/_includes/canvas-powerbi-custom-visual.html +42 -0
  6. data/_includes/card-powerbi-custom-visual.html +23 -0
  7. data/_includes/card-powerbi-report.html +28 -0
  8. data/_includes/card-thumbnail.html +20 -0
  9. data/_includes/lib-charting-assets.html +4 -0
  10. data/_includes/lib-gallery-assets.html +7 -0
  11. data/_includes/news-item-archive.html +21 -0
  12. data/_includes/news-item.html +21 -0
  13. data/_includes/page-base-assets.html +22 -0
  14. data/_includes/page-footer.html +107 -0
  15. data/_includes/page-header-logo.html +4 -0
  16. data/_includes/page-header-path-item.html +5 -0
  17. data/_includes/page-headline.html +3 -0
  18. data/_includes/page-preloader.html +6 -0
  19. data/_layouts/cards-layout.html +29 -0
  20. data/_layouts/default.html +1 -0
  21. data/_layouts/error-404.html +24 -0
  22. data/_layouts/home.html +27 -0
  23. data/_layouts/news-item.html +11 -0
  24. data/_layouts/news.html +26 -0
  25. data/_sass/_base.sass +676 -0
  26. data/_sass/_layout.sass +67 -0
  27. data/_sass/_variables.sass +27 -0
  28. data/_sass/buttons.sass +52 -0
  29. data/_sass/custom-styles.sass +153 -0
  30. data/_sass/custom-variables.sass +0 -0
  31. data/_sass/initialize.sass +7 -0
  32. data/_sass/media-requests.sass +104 -0
  33. data/_sass/preloader.sass +57 -0
  34. data/assets/css/styles.sass +4 -0
  35. data/assets/graphics/fonts/readme.md +1 -0
  36. data/assets/graphics/images/content/empty/empty-image-224px-224px.png +0 -0
  37. data/assets/graphics/images/content/empty/empty-showcase-sample-report/empty-image-500px-400px.jpg +0 -0
  38. data/assets/graphics/images/content/powerbi-icon-960px-1280px.png +0 -0
  39. data/assets/graphics/images/content/powerbi-icon-report-theme-white-black-900px-900px.png +0 -0
  40. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-calendar-120px-120px.png +0 -0
  41. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-legend-120px-120px.png +0 -0
  42. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-map-120px-120px.png +0 -0
  43. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-project-120px-120px.png +0 -0
  44. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-table-120px-120px.png +0 -0
  45. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-company-employees-300px-300px.png +0 -0
  46. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-legend-for-heatmap-300px-300px.png +0 -0
  47. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-personal-schedule-300px-300px.png +0 -0
  48. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-project-road-300px-300px.png +0 -0
  49. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-world-population-300px-300px.png +0 -0
  50. data/assets/graphics/images/domain/saifas-bi/backgrounds/about.md +0 -0
  51. data/assets/graphics/images/domain/saifas-bi/icons/button-icons/about.md +0 -0
  52. data/assets/graphics/images/domain/saifas-bi/icons/fav-icons/saifas-brand-logo-star-theme-blue-black-256px-256px.ico +0 -0
  53. data/assets/graphics/images/domain/saifas-bi/icons/launch-shortcut-icons/about.md +0 -0
  54. data/assets/graphics/images/domain/saifas-bi/logos/saifas-brand-logo-star-theme-blue-black-276px-269px.png +0 -0
  55. data/assets/scripts/gallery.js +3 -0
  56. data/assets/scripts/highchart.js +104 -0
  57. data/assets/scripts/index.js +50 -0
  58. metadata +141 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 78dd249e3f245f69bb00dcd2ab04e5dfb3d74e603546f178208c208469838fec
4
+ data.tar.gz: 3eb8ef60972c257374c76ffd1c55e2a5fdbc93c778238b357b7c9abdae340d71
5
+ SHA512:
6
+ metadata.gz: 8cdfec4d69bd9bd95c003618ecfe31a97b170d05f955dd3fec9e028d18011d384b36a8bab5930e9eefbc1a80486fcf9fe4a47078a9d19d991b6f8e0e6badbd15
7
+ data.tar.gz: 014e6ebf4dab3f53712e809a5e16db3daedca370bf365ac555d621546de0c42597444bf8521b28f9b3d0cc9c923fcd026aaeb7cd44c98a7cd38075564066dcea
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Dmitriy E
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
13
+ all 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
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,52 @@
1
+ # jekyll-theme-saifas
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "jekyll-theme-saifas"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: jekyll-theme-saifas
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install jekyll-theme-saifas
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. 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.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-saifas.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1 @@
1
+ <iframe title="{{ include.iframeTitle }}" src="{{ include.iframeSrc }}" frameborder="{{ include.frameborder }}" allowFullScreen="{{ include.allowFullScreen }}"></iframe>
@@ -0,0 +1,42 @@
1
+ <div class="details__card">
2
+ <div class="details__card-image">
3
+ <img src={{ include.imageUrl }} >
4
+ </div>
5
+ <div class="details__card-text">
6
+ <div class="details__card-title">
7
+ Table
8
+ </div>
9
+ <div class="details__card-description">
10
+ <img src="assets/graphics/images/content/powerbi-icon-960px-1280px.png" alt="">
11
+ PowerBI visual
12
+ </div>
13
+ <div class="details__card-cost">
14
+ Pricing
15
+ <div class="cost">
16
+ {{ include.cost }}
17
+ </div>
18
+ </div>
19
+ <button class="get-it-now-button btn">Get it now</button>
20
+ </div>
21
+ <div class="details__card-buttons">
22
+ <a target="_blank" class="btn" href="{{ page.issuesLink }}">Issues</a>
23
+ <a class='btn' href='./reports'>Reports</a>
24
+ <a class='btn btn--purchase disabled' href=''>Purchase</a>
25
+ </div>
26
+ </div>
27
+ <div class="custom-visual__description">
28
+ <div class="main-features__title">Main features
29
+ <div class="custom-visual__description-text">
30
+ <ul>
31
+ {{ include.mainFeaturesDescription }}
32
+ </ul>
33
+ </div>
34
+ </div>
35
+ <div class="most-popular-use-cases__title">Most popular use cases
36
+ <div class="custom-visual__description-text">
37
+ <ul>
38
+ {{ include.mostPopularUseCasesDescription }}
39
+ </ul>
40
+ </div>
41
+ </div>
42
+ </div>
@@ -0,0 +1,23 @@
1
+ <div class="custom-visual__card">
2
+ <div class="card__top-section">
3
+ <div class="top-section__icon">
4
+ <img src="{{ pbi-cv.image }}" alt="">
5
+ </div>
6
+ <div class="top-section__title">
7
+ {{ pbi-cv.title }}
8
+ <div class="top-section__description">
9
+ <img src="assets/graphics/images/content/powerbi-icon-960px-1280px.png" alt="">
10
+ Power BI custom visual
11
+ </div>
12
+ </div>
13
+ </div>
14
+ <div class="main-section">
15
+ <div class="main-section__description">
16
+ {{ pbi-cv.description }}
17
+ </div>
18
+ </div>
19
+ <div class="cards-section">
20
+ <a class="btn" href="{{ pbi-cv.detailsLink }}">Details</a>
21
+ <a target="_blank" class="btn btn--purchase disabled" href="">Purchase</a>
22
+ </div>
23
+ </div>
@@ -0,0 +1,28 @@
1
+ <div class="custom-visual-report__card">
2
+ <div class="card__top-section">
3
+ <div class="top-section__icon">
4
+ <img src="{{report.image}}" alt="">
5
+ </div>
6
+ <div class="top-section__title">
7
+ {{report.title}}
8
+ <div class="top-section__description">
9
+ <img src="assets/graphics/images/content/powerbi-icon-report-theme-white-black-900px-900px.png" alt="">
10
+ Power BI report
11
+ </div>
12
+ </div>
13
+ </div>
14
+ <div class="main-section">
15
+ <div class="main-section__description">
16
+ {{report.description}}
17
+ </div>
18
+ </div>
19
+ <div class="report-cards-section">
20
+ <div class="cards-section__top">
21
+ <a class="btn" href="{{report.detailsLink}}">Details</a>
22
+ </div>
23
+ <div class="cards-section__bottom">
24
+ <a class="btn" href="{{report.embeddedLink}}">Embedded</a>
25
+ <a class="btn" href="{{report.publishedLink}}">Published</a>
26
+ </div>
27
+ </div>
28
+ </div>
@@ -0,0 +1,20 @@
1
+ <div class="reports-card__wrapper">
2
+ <div class="reports-card">
3
+ <div class="reports-card__top-section">
4
+ <i class="fas fa-file-alt"></i>
5
+ <div class="top-section__title">
6
+ Company employees
7
+ </div>
8
+ </div>
9
+ <img src="assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-table-120px-120px.png" alt="">
10
+ </div>
11
+ <div class="reports-card-buttons__container">
12
+ <div class="reports-card-details-button">
13
+ <a class="btn" href="./01/">Details</a>
14
+ </div>
15
+ <div class="reports-card-buttons__container-bottom">
16
+ <a class="btn" href="./01/embedded/">Embedded</a>
17
+ <a class="btn" href="./01/published/">Published</a>
18
+ </div>
19
+ </div>
20
+ </div>
@@ -0,0 +1,4 @@
1
+ <script src="https://code.highcharts.com/highcharts.js"></script>
2
+ <script src="https://code.highcharts.com/modules/exporting.js"></script>
3
+ <script src="https://code.highcharts.com/modules/accessibility.js"></script>
4
+ <script src='assets/scripts/highchart.js'></script>
@@ -0,0 +1,7 @@
1
+ <script
2
+ src="https://code.jquery.com/jquery-3.6.0.js"
3
+ integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
4
+ crossorigin="anonymous"></script>
5
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.3.2/css/lightgallery.css" />
6
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.3.2/js/lightgallery.js"></script>
7
+ <script src='assets/scripts/gallery.js'></script>
@@ -0,0 +1,21 @@
1
+ <article>
2
+ <div class="cell-left">
3
+ <span class="post-category">
4
+ <span class="label">
5
+ {{- post.categories | array_to_sentence_string -}}
6
+ </span>
7
+ </span>
8
+ </div>
9
+ <div class="cell-right">
10
+ <div class="post-meta">
11
+ <h2 class="post-title">
12
+ <a href="{{ post.url | relative_url }}">
13
+ {{- post.title -}}
14
+ </a>
15
+ </h2>
16
+ <span class="post-date">
17
+ {{- post.date | date_to_string -}}
18
+ </span>
19
+ </div>
20
+ </div>
21
+ </article>
@@ -0,0 +1,21 @@
1
+ <article>
2
+ <h2>
3
+ <a href="{{ post.url | relative_url }}">
4
+ {{- post.title -}}
5
+ </a>
6
+ </h2>
7
+ <span class="post-category">
8
+ <span class="label">
9
+ {{- post.categories | array_to_sentence_string -}}
10
+ </span>
11
+ </span>
12
+ <div class="post-meta">
13
+ <span class="post-date">
14
+ {{- post.date | date_to_string -}}
15
+ </span>
16
+ {% assign author = post.author -%}
17
+ </div>
18
+ <div class="post-content">
19
+ {{- post.content -}}
20
+ </div>
21
+ </article>
@@ -0,0 +1,22 @@
1
+ <head>
2
+
3
+ <script
4
+ src="https://code.jquery.com/jquery-3.6.0.js"
5
+ integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
6
+ crossorigin="anonymous">
7
+ </script>
8
+
9
+ <script src="https://kit.fontawesome.com/3ddd0feda7.js" crossorigin="anonymous"></script>
10
+ <script src="assets/scripts/index.js"></script>
11
+ <script src="assets/scripts/gallery.js"></script>
12
+ <script src="assets/scripts/highchart.js"></script>
13
+
14
+ <meta http-equiv="Content-Type" content="application/json; charset=utf-8">
15
+
16
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
17
+
18
+ <!-- Load browser tab favicon -->
19
+ <link rel="shortcut icon" href="{{site.favicon}}">
20
+
21
+ <link rel="stylesheet" href="{{ site.assets_styles_path }}" />
22
+ </head>
@@ -0,0 +1,107 @@
1
+ <footer>
2
+ <div class="conctact-us-btn">
3
+ <i class="fas fa-comment fa-2x"></i>
4
+ Contact us
5
+ </div>
6
+ <!-- <address class="footer__contact-us">
7
+ For purchasing any custom visual, please contact: <a style="margin-left: 4px;" href="mailto:bi-support@saifas.org">bi-support@saifas.org</a>
8
+ </address> -->
9
+ <div class="watermark">
10
+ <div class="socials">
11
+ <a target="_blank" href="{{site.social_media_github_url}}">
12
+ <i class="fab fa-github fa-lg"></i>
13
+ </a>
14
+ <a target="_blank" href="{{site.social_media_facebook_url}}">
15
+ <i class="fab fa-facebook fa-lg"></i>
16
+ </a>
17
+ <a target="_blank" href="{{site.social_media_linkedin_url}}">
18
+ <i class="fab fa-linkedin fa-lg"></i>
19
+ </a>
20
+ <a target="_blank" href="{{site.social_media_twittern_url}}">
21
+ <i class="fab fa-twitter fa-lg"></i>
22
+ </a>
23
+ </div>
24
+ {{ site.copyright }}
25
+ </div>
26
+
27
+ </footer>
28
+
29
+ <div id="modal"></div>
30
+ <div class="modalBody">
31
+ <i class="fas fa-times fa-lg modal-close"></i>
32
+ <form class="contact-form" action="https://usebasin.com/f/d773310b9def" method="POST">
33
+ <div class="headline modal-headline">Send a message</div>
34
+ <div class="form-elem__container">
35
+ <div class="three-form-elements">
36
+ <div class="form-elem">
37
+ <label for="first-name">First Name</label>
38
+ <input type="text" id="first-name" name="first-name" required>
39
+ </div>
40
+ <div class="form-elem">
41
+ <label for="last-name">Last Name</label>
42
+ <input type="text" id="last-name" name="last-name" required>
43
+ </div>
44
+ <div class="form-elem">
45
+ <label for="organization">Organization</label>
46
+ <input type="text" id="organization" name="organization" required>
47
+ </div>
48
+ </div>
49
+ <div class="two-form-elements">
50
+ <div class="form-elem">
51
+ <label for="email">E-mail</label>
52
+ <input type="email" id="email" name="email" required>
53
+ </div>
54
+ <div class="form-elem">
55
+ <label for="phone-number">Phone number</label>
56
+ <input type="tel" id="phone-number" name="phone-number" required>
57
+ </div>
58
+ </div>
59
+ <div class="two-form-elements">
60
+ <div class="form-elem">
61
+ <label for="country">Country</label>
62
+ <input type="text" id="country" name="country" required>
63
+ </div>
64
+ <div class="form-elem">
65
+ <label for="city">City</label>
66
+ <input type="text" id="city" name="city" required>
67
+ </div>
68
+ </div>
69
+ <div class="two-form-elements">
70
+ <div class="form-elem">
71
+ <label for="application-direction">Application direction</label>
72
+ <select id="application-direction" name="application-direction" required>
73
+ <option value="support">Support</option>
74
+ <option value="purchase">Purchase</option>
75
+ </select>
76
+ </div>
77
+ <div class="form-elem">
78
+ <label for="application-type">Application type</label>
79
+ <div class="form-radio-buttons-container">
80
+ <input type="radio" id="question" name="application-type" value="question"></input>
81
+ <div class="radio-button-text">Question</div>
82
+ <input type="radio" id="suggestion" name="application-type" value="suggestion"></input>
83
+ <div class="radio-button-text">Suggestion</div>
84
+ </div>
85
+ </div>
86
+ </div>
87
+ <div class="form-elem">
88
+ <label for="application-text">Application text</label>
89
+ <textarea id="application-text" name="application-text"></textarea>
90
+ </div>
91
+ </div>
92
+ <input class="form-current-page" name="current-page" value="{{ page.title }}"></input>
93
+ <button class="btn" type="submit">Submit</button>
94
+ <!-- Имя
95
+ Фамилия
96
+ Организация
97
+ Почта
98
+ Страна
99
+ Город
100
+ Телефон
101
+ Направление обращения (support, purchase) application direction
102
+ Тип обращения (вопрос или предложение) радио баттон Application type (question and suggestion)
103
+ Текст письма application text
104
+ С какой страницы ушло письмо -->
105
+ </form>
106
+ </div>
107
+ </div>
@@ -0,0 +1,4 @@
1
+ <a href="/">
2
+ <img src="{{site.logo}}">
3
+ <div class="logo-text">{{site.title}}</div>
4
+ </a>
@@ -0,0 +1,5 @@
1
+ <div class='breadcrumbs-separator'>></div>
2
+
3
+ <a href="{{ include.link }}">
4
+ <div class="breadcrumbs-text">{{ include.pageName }}</div>
5
+ </a>
@@ -0,0 +1,3 @@
1
+ <div class="headline">
2
+ {{ include.headline }}
3
+ </div>
@@ -0,0 +1,6 @@
1
+ <div class="preloader">
2
+ <div class="preloader__row">
3
+ <div class="preloader__item"></div>
4
+ <div class="preloader__item"></div>
5
+ </div>
6
+ </div>
@@ -0,0 +1,29 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {% include page-base-assets.html %}
5
+
6
+ {% include page-preloader.html %}
7
+
8
+ <title>
9
+ {{ page.title }}
10
+ </title>
11
+
12
+ <body>
13
+
14
+ <header>
15
+ {% include page-header-logo.html %}
16
+ </header>
17
+
18
+ <main>
19
+ {% include page-headline.html headline=page.pageHeadline %}
20
+ <div class="cards__container">
21
+ {{ content }}
22
+ </div>
23
+ </main>
24
+
25
+ {% include page-footer.html %}
26
+
27
+ </body>
28
+
29
+ </html>
@@ -0,0 +1 @@
1
+ {{ content }}
@@ -0,0 +1,24 @@
1
+ <title>
2
+ {{ page.title }}
3
+ </title>
4
+
5
+ <style type="text/css" media="screen">
6
+ .container {
7
+ margin: 10px auto;
8
+ max-width: 600px;
9
+ text-align: center;
10
+ }
11
+ h1 {
12
+ margin: 30px 0;
13
+ font-size: 4em;
14
+ line-height: 1;
15
+ letter-spacing: -1px;
16
+ }
17
+ </style>
18
+
19
+ <div class="container">
20
+ <h1>404</h1>
21
+
22
+ <p><strong>Page not found :(</strong></p>
23
+ <p>The requested page could not be found.</p>
24
+ </div>
@@ -0,0 +1,27 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {% include page-base-assets.html %}
5
+ {% include page-preloader.html %}
6
+
7
+ <title>
8
+ {{ page.title }}
9
+ </title>
10
+
11
+ <body>
12
+
13
+ <header class='home-page__header'>
14
+ {% include page-header-logo.html %}
15
+ </header>
16
+
17
+ <main>
18
+ {{ content }}
19
+ </main>
20
+
21
+ {% include page-footer.html %}
22
+
23
+ </body>
24
+
25
+ {% include lib-charting-assets.html %}
26
+
27
+ </html>
@@ -0,0 +1,11 @@
1
+ ---
2
+ layout: news
3
+ ---
4
+ <article>
5
+ <h2>
6
+ {{ page.title }}
7
+ </h2>
8
+ <div class="post-content">
9
+ {{ content }}
10
+ </div>
11
+ </article>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {% include page-base-assets.html %}
5
+
6
+ {% include page-preloader.html %}
7
+
8
+ <title>
9
+ {{ page.title }}
10
+ </title>
11
+
12
+ <body>
13
+
14
+ <header>
15
+ {% include page-header-logo.html %}
16
+ </header>
17
+
18
+ <main>
19
+ {{ content }}
20
+ </main>
21
+
22
+ {% include page-footer.html %}
23
+
24
+ </body>
25
+
26
+ </html>