intia-theme 0.1.7 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69feaddac06933818dad03eefdc8c253db949d04dbaa4d9616c28dbfb601847d
4
- data.tar.gz: a3f0330ef5c58422cd2f7e3ef67bbee2d241588024ee3d1958185a9dfc4ce8e6
3
+ metadata.gz: 56d5dd19c9a068a818eb1f5d6bea49f9581d819d086e4c3e5344c1b72c973264
4
+ data.tar.gz: 2bf6bc5182f14f36fb71e46ffa7ff2bb5068b5e5329a689f8be62dee0ac2aa65
5
5
  SHA512:
6
- metadata.gz: e8f3b4cbd3f656aef54bf1aacc57612c390607a451f2022f87f57af85093f5cd0ca3f7aa2fcfbc54f8bb027505f42b086b2fdb342f3de9d550dbe364d387b567
7
- data.tar.gz: a0ad607fcebbde4e9dd4e1c96f0eaf203e2789277387621a8029b95b5b012952197850e24e6586a466b208d1d5f6e4d430975d6194b4310264bebaf80a213d73
6
+ metadata.gz: 73dba34c51bd745374f5844c543957e2882cd4a1655386825f8b74e4eafd985ee9f20942eeec8266bc31b6cb9941476387823cdf6899f010984a82c367b90301
7
+ data.tar.gz: 5fbac34f8154858b73e9c6f45f72c0555d32d2db64ac26de6908121056153fc01ecf927cad267f55d5a45d3e982a240d5acde15a856e0b6743dc20598fd81efb
@@ -0,0 +1,7 @@
1
+
2
+ <a href="#" class="button is-rounded is-dark">
3
+ <span class="icon is-small">
4
+ <i class="fas fa-chevron-right fa-xs"></i>
5
+ </span>
6
+ <span> {{ include.label }} </span>
7
+ </a>
data/_includes/hero.html CHANGED
@@ -17,6 +17,20 @@
17
17
  </span>
18
18
  </a>
19
19
  {% endif %}
20
+ <div class="buttons-hero has-text-centered">
21
+ <a href="" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }">
22
+ <span class="icon is-small">
23
+ <i class="fas fa-chevron-left"></i>
24
+ </span>
25
+ <span>Zur Übersicht</span>
26
+ </a>
27
+ <a href="" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }">
28
+ <span>Als PDF Herunterladen</span>
29
+ <span class="icon is-small">
30
+ <i class="fas fa-chevron-right"></i>
31
+ </span>
32
+ </a>
33
+ </div>
20
34
  </div>
21
35
  </div>
22
36
  </section>
@@ -0,0 +1,7 @@
1
+
2
+ <div class="highlighter {% if include.two-columns %} two-columns {% endif %} {% if include.min-height25p %} min-height25p {% endif %} {% if include.style %} include.style {% endif %} ">
3
+ {{ include.content }}
4
+ {% if include.button %}
5
+ {% include button.html label=include.button %}
6
+ {% endif %}
7
+ </div>
@@ -0,0 +1,6 @@
1
+ <div class="card column is-8 is-offset-2">
2
+ <h1 class="has-text-centered">{{include.title}}</h1>
3
+ <h3 class="subtitle is-4 has-text-left">{{include.content}}</h3>
4
+ <br>
5
+ <br>
6
+ </div>
@@ -0,0 +1,35 @@
1
+ {% if page.latest-story %}
2
+ <div class="green">
3
+ {% assign story = site.posts | first %}
4
+ <div class="story-carousel-item">
5
+ <div class="container">
6
+ <div class="section">
7
+ <div class="slider story-slider columns">
8
+ <div class="slider-image column is-half">
9
+ <figure class="image">
10
+ <img src="{{story.preview_image}}" alt="this used to be photo">
11
+ </figure>
12
+ </div>
13
+ <div class="slider-content column is-half">
14
+ <div class="media">
15
+ <div class="media-content">
16
+ <h2>{{story.title}}</h2>
17
+ </div>
18
+ </div>
19
+
20
+ <div class="content">
21
+ <p>{{story.subtitle}}</p>
22
+ <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
23
+ <span>Mehr lesen</span>
24
+ <span class="icon is-small">
25
+ <i class="fas fa-chevron-right fa-xs"></i>
26
+ </span>
27
+ </a>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ {% endif %}
@@ -1,50 +1,47 @@
1
- {% if page.left_right_layout %}
2
- {% assign layout=site.data.[page.left_right_layout] %}
3
- {% for section in layout.sections %}
4
- {% capture isEven %}{% cycle 'false', 'true' %}{% endcapture %}
5
- <div class="card columns">
6
- {% if isEven == 'false' %}
7
- <div class="card-image left">
8
- <figure class="image">
9
- <img src={{section.image}} alt="placeholder" class="left">
10
- </figure>
11
- </div>
12
- <div class="card-content">
13
- <h2 class="fas {{ section.icon }} fa-2x">{{ section.title | markdownify }}</h2>
14
- {{ section.text | markdownify }}
1
+ {% assign layout=site.data.[include.data] %}
2
+ {% for section in layout.sections %}
3
+ {% capture isEven %}{% cycle 'false', 'true' %}{% endcapture %}
4
+
5
+ <div class="card columns">
6
+ {% if isEven == 'false' %}
7
+ <div class="card-image left">
8
+ <figure class="image">
9
+ <img src={{section.image}} alt="placeholder" class="left">
10
+ </figure>
11
+ </div>
12
+ <div class="card-content">
13
+ <h2 class="fas {{ section.icon }} fa-2x">{{ section.title | markdownify }}</h2>
14
+ {{ section.text | markdownify }}
15
15
 
16
- <a href="{{ section.link | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
17
- <span>{{ section.link_text }}</span>
18
- <span class="icon is-small">
19
- <i class="fas fa-chevron-right fa-xs"></i>
20
- </span>
21
- </a>
22
- </div>
23
- {% else %}
24
- <div class="card-content ">
25
- <div class="card-image right is-hidden-tablet">
26
- <figure class="image">
27
- <img src={{section.image}} alt="placeholder" class="left">
28
- </figure>
29
- </div>
30
- <h2 class="fas {{ section.icon }} fa-2x">{{ section.title | markdownify }}</h2>
31
- {{ section.text | markdownify }}
32
- <a href="{{ section.link | relative_url }}" class="button is-rounded is-dark {% if item.link == page.url %}is-active{% endif %}">
33
- <span>{{ section.link_text }}</span>
34
- <span class="icon is-small">
35
- <i class="fas fa-chevron-right fa-xs"></i>
36
- </span>
37
- </a>
38
- </div>
39
- <div class="card-image right is-hidden-mobile">
40
- <figure class="image">
41
- <img src={{section.image}} alt="placeholder" class="right">
42
- </figure>
43
- </div>
44
- {% endif %}
45
-
46
-
47
- </div>
48
- <div class="clear"></div>
49
- {% endfor %}
50
- {% endif %}
16
+ <a href="{{ section.link | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
17
+ <span>{{ section.link_text }}</span>
18
+ <span class="icon is-small">
19
+ <i class="fas fa-chevron-right fa-xs"></i>
20
+ </span>
21
+ </a>
22
+ </div>
23
+ {% else %}
24
+ <div class="card-content ">
25
+ <div class="card-image right is-hidden-tablet">
26
+ <figure class="image">
27
+ <img src={{section.image}} alt="placeholder" class="left">
28
+ </figure>
29
+ </div>
30
+ <h2 class="fas {{ section.icon }} fa-2x">{{ section.title | markdownify }}</h2>
31
+ {{ section.text | markdownify }}
32
+ <a href="{{ section.link | relative_url }}" class="button is-rounded is-dark {% if item.link == page.url %}is-active{% endif %}">
33
+ <span>{{ section.link_text }}</span>
34
+ <span class="icon is-small">
35
+ <i class="fas fa-chevron-right fa-xs"></i>
36
+ </span>
37
+ </a>
38
+ </div>
39
+ <div class="card-image right is-hidden-mobile">
40
+ <figure class="image">
41
+ <img src={{section.image}} alt="placeholder" class="right">
42
+ </figure>
43
+ </div>
44
+ {% endif %}
45
+ </div>
46
+ <div class="clear"></div>
47
+ {% endfor %}
@@ -0,0 +1,40 @@
1
+ {% for story in site.posts %}
2
+
3
+ <div class="news">
4
+ <div class="news-item">
5
+ <div class="container">
6
+ <div class="section">
7
+ <div class="story-news columns">
8
+ <div class="news-image column is-half">
9
+ <figure class="image">
10
+ <img src={{story.preview_image}} alt="this used to be photo">
11
+ </figure>
12
+ </div>
13
+ <div class="news-content column is-half">
14
+ <div class="media">
15
+ <div class="media-content">
16
+ <h4>{{story.date | date: "%m.%d.%Y"}}</h4>
17
+ <h2>{{story.title}}</h2>
18
+ </div>
19
+ </div>
20
+ <div class="content">
21
+ <p>
22
+ {{story.subtitle}}</p>
23
+ <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
24
+ <span>Mehr lesen</span>
25
+ <span class="icon is-small">
26
+ <i class="fas fa-chevron-right fa-xs"></i>
27
+ </span>
28
+ </a>
29
+ </div>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+
37
+ {% endfor %}
38
+
39
+
40
+
@@ -10,7 +10,7 @@
10
10
  <div class="slider story-slider columns">
11
11
  <div class="slider-image column is-half">
12
12
  <figure class="image">
13
- <img src="{{story.image}}" alt="this used to be photo">
13
+ <img src="{{story.preview_image}}" alt="this used to be photo">
14
14
  </figure>
15
15
  </div>
16
16
  <div class="slider-content column is-half">
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
 
23
23
  <div class="content">
24
- <p>{{story.abstract}}</p>
24
+ <p>{{story.subtitle}}</p>
25
25
  <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
26
26
  <span>Mehr lesen</span>
27
27
  <span class="icon is-small">
@@ -21,11 +21,10 @@ The Default layout that everything is using
21
21
  <div id="main" class="content-wrapper has-background-primary-light">
22
22
 
23
23
  {% include story-slider.html %}
24
+ {% include latest-story.html %}
24
25
  {% include contact.html %}
25
26
  <div class="columns is-centered">
26
27
  <div id="content" class="column is-10-desktop is-12-tablet">
27
- {% include introduction.html %}
28
- {% include left-right-blocks.html %}
29
28
  {{content | markdownify}}
30
29
  </div>
31
30
  </div>
File without changes
data/_sass/_layout.scss CHANGED
@@ -62,9 +62,6 @@ div.highlight {
62
62
  border-radius: 65px;
63
63
  margin-top: 3em;
64
64
  }
65
- .highlighter-image {
66
- }
67
-
68
65
  .overtitle {
69
66
  margin-bottom: 0 !important;
70
67
  padding-bottom: 0 !important;
@@ -95,6 +92,12 @@ img.is-rounded {
95
92
  .is-visible {
96
93
  visibility: visible;
97
94
  }
95
+ .left {
96
+ text-align: left;
97
+ }
98
+ .right {
99
+ text-align: right;
100
+ }
98
101
  .clear {
99
102
  clear: both;
100
103
  display: block;
@@ -160,6 +163,9 @@ img.is-rounded {
160
163
  .hero-body {
161
164
  background-color: white;
162
165
  }
166
+ .home .hero-body h1 {
167
+ max-width: 60%;
168
+ }
163
169
  .hero.is-large .hero-body {
164
170
  padding-bottom: 12rem;
165
171
  }
@@ -170,6 +176,11 @@ img.is-rounded {
170
176
  top: -175px;
171
177
  position: inherit;
172
178
  }
179
+ .home .hero-body img {
180
+ max-width: 40%;
181
+ height: 66vh;
182
+ object-fit: cover;
183
+ }
173
184
  .hero {
174
185
  display: block;
175
186
  }
@@ -205,6 +216,21 @@ img.is-rounded {
205
216
  margin-right: auto;
206
217
  display: block;
207
218
  top: 0;
219
+ max-height: 50vh;
220
+ max-width: auto;
221
+ }
222
+ .buttons-hero {
223
+ display: none;
224
+ }
225
+
226
+ .pdf .buttons-hero {
227
+ display: block;
228
+ align-items: center;
229
+ flex-wrap: wrap;
230
+ justify-content: flex-start;
231
+ }
232
+ .hero-body .container .buttons-hero .button {
233
+ float: none;
208
234
  }
209
235
 
210
236
  //// Hero top-pages with green box
@@ -224,6 +250,10 @@ img.is-rounded {
224
250
  padding: 50px;
225
251
  }
226
252
 
253
+ .post h3 {
254
+ font-weight: 600;
255
+ padding-top: 2rem;
256
+ }
227
257
  .card {
228
258
  // margin-left: 3rem;
229
259
  // margin-right: 3rem;
@@ -257,6 +287,7 @@ img.is-rounded {
257
287
  .card-image:first-child img {
258
288
  border-top-left-radius: 65px;
259
289
  border-top-right-radius: 65px;
290
+ max-height: 100vh;
260
291
  }
261
292
 
262
293
  .card-content {
@@ -274,6 +305,7 @@ img.is-rounded {
274
305
  .card-image:last-child img {
275
306
  border-bottom-left-radius: 65px;
276
307
  border-bottom-right-radius: 65px;
308
+ max-height: 100vh;
277
309
  }
278
310
 
279
311
  .story-card {
@@ -420,6 +452,7 @@ img.is-rounded {
420
452
  background-color: white;
421
453
  padding-left: 0;
422
454
  padding-right: 0;
455
+ object-fit: contain;
423
456
  height: auto;
424
457
  width: auto;
425
458
  }
@@ -520,13 +553,16 @@ a:hover .tooltip-popup {
520
553
 
521
554
  // Contect
522
555
 
523
- .input, .textarea, #thema {
556
+ .input,
557
+ .textarea,
558
+ #thema {
524
559
  border: 3px solid $primary-dark;
525
560
  border-radius: 45px;
526
561
  padding-left: 2.5em;
527
562
  padding-right: 2.5em;
528
563
  }
529
- .input, #thema {
564
+ .input,
565
+ #thema {
530
566
  height: 2.75em;
531
567
  }
532
568
 
@@ -556,4 +592,54 @@ a:hover .tooltip-popup {
556
592
  }
557
593
  .contact .button {
558
594
  float: right;
559
- }
595
+ }
596
+
597
+ // newss
598
+ .news {
599
+ box-shadow: none;
600
+ }
601
+ .news-item {
602
+ margin-left: 5%;
603
+ margin-right: 5%;
604
+ }
605
+ .news-container .card-content .content {
606
+ margin: 50px;
607
+ }
608
+ .story-news {
609
+ background-color: $light;
610
+ border-bottom-left-radius: 65px !important;
611
+ border-bottom-right-radius: 65px !important;
612
+ border-top-left-radius: 65px !important;
613
+ border-top-right-radius: 65px !important;
614
+ }
615
+ .news-slider .button {
616
+ float: right;
617
+ }
618
+ .column.news-image {
619
+ padding: 0;
620
+ }
621
+ .column.news-image .image {
622
+ height: 100%;
623
+ }
624
+ .column.news-image img {
625
+ border-top-right-radius: 0 !important;
626
+ border-bottom-right-radius: 0 !important;
627
+ height: 100%;
628
+ object-fit: cover;
629
+ }
630
+ .column.news-content {
631
+ padding: 3em;
632
+ }
633
+ .news-content h2 {
634
+ margin-bottom: 2rem;
635
+ padding-top: 0;
636
+ }
637
+ .news-content h4 {
638
+ font-size: 0.75rem;
639
+ letter-spacing: 0.3rem;
640
+ }
641
+ .news-content {
642
+ width: 100%;
643
+ display: flow-root;
644
+ margin: auto;
645
+ }
data/_sass/_main.scss CHANGED
@@ -77,7 +77,9 @@ h2 p {
77
77
  }
78
78
 
79
79
  h3 {
80
- font-size: 1.17rem;
80
+ font-weight: 600;
81
+ font-size: 1.7rem;
82
+ padding-top: 50px;
81
83
  }
82
84
 
83
85
  h4 {
Binary file
@@ -0,0 +1,6 @@
1
+ /*!
2
+ * Simple-Jekyll-Search
3
+ * Copyright 2015-2020, Christian Fei
4
+ * Licensed under the MIT License.
5
+ */
6
+ !function(){"use strict";var f={compile:function(r){return i.template.replace(i.pattern,function(t,e){var n=i.middleware(e,r[e],i.template);return void 0!==n?n:r[e]||t})},setOptions:function(t){i.pattern=t.pattern||i.pattern,i.template=t.template||i.template,"function"==typeof t.middleware&&(i.middleware=t.middleware)}};const i={pattern:/\{(.*?)\}/g,template:"",middleware:function(){}};var n=function(t,e){var n=e.length,r=t.length;if(n<r)return!1;if(r===n)return t===e;t:for(var i=0,o=0;i<r;i++){for(var u=t.charCodeAt(i);o<n;)if(e.charCodeAt(o++)===u)continue t;return!1}return!0},e=new function(){this.matches=function(t,e){return n(e.toLowerCase(),t.toLowerCase())}},r=new function(){this.matches=function(e,t){return!!e&&(e=e.trim().toLowerCase(),(t=t.trim().toLowerCase()).split(" ").filter(function(t){return 0<=e.indexOf(t)}).length===t.split(" ").length)}},d={put:function(t){if(l(t))return a(t);if(function(t){return Boolean(t)&&"[object Array]"===Object.prototype.toString.call(t)}(t))return function(n){const r=[];s();for(let t=0,e=n.length;t<e;t++)l(n[t])&&r.push(a(n[t]));return r}(t);return undefined},clear:s,search:function(t){return t?function(e,n,r,i){const o=[];for(let t=0;t<e.length&&o.length<i.limit;t++){var u=function(t,e,n,r){for(const i in t)if(!function(n,r){for(let t=0,e=r.length;t<e;t++){var i=r[t];if(new RegExp(i).test(n))return!0}return!1}(t[i],r.exclude)&&n.matches(t[i],e))return t}(e[t],n,r,i);u&&o.push(u)}return o}(u,t,c.searchStrategy,c).sort(c.sort):[]},setOptions:function(t){c=t||{},c.fuzzy=t.fuzzy||!1,c.limit=t.limit||10,c.searchStrategy=t.fuzzy?e:r,c.sort=t.sort||o,c.exclude=t.exclude||[]}};function o(){return 0}const u=[];let c={};function s(){return u.length=0,u}function l(t){return Boolean(t)&&"[object Object]"===Object.prototype.toString.call(t)}function a(t){return u.push(t),u}c.fuzzy=!1,c.limit=10,c.searchStrategy=c.fuzzy?e:r,c.sort=o,c.exclude=[];var p={load:function(t,e){const n=window.XMLHttpRequest?new window.XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");n.open("GET",t,!0),n.onreadystatechange=h(n,e),n.send()}};function h(e,n){return function(){if(4===e.readyState&&200===e.status)try{n(null,JSON.parse(e.responseText))}catch(t){n(t,null)}}}var m=function y(t){if(!(e=t)||!("undefined"!=typeof e.required&&e.required instanceof Array))throw new Error("-- OptionsValidator: required options missing");var e;if(!(this instanceof y))return new y(t);const r=t.required;this.getRequiredOptions=function(){return r},this.validate=function(e){const n=[];return r.forEach(function(t){"undefined"==typeof e[t]&&n.push(t)}),n}},w={merge:function(t,e){const n={};for(const r in t)n[r]=t[r],"undefined"!=typeof e[r]&&(n[r]=e[r]);return n},isJSON:function(t){try{return t instanceof Object&&JSON.parse(JSON.stringify(t))?!0:!1}catch(e){return!1}}};!function(t){let i={searchInput:null,resultsContainer:null,json:[],success:Function.prototype,searchResultTemplate:'<li><a href="{url}" title="{desc}">{title}</a></li>',templateMiddleware:Function.prototype,sortMiddleware:function(){return 0},noResultsText:"No results found",limit:10,fuzzy:!1,debounceTime:null,exclude:[]},n;const e=function(t,e){e?(clearTimeout(n),n=setTimeout(t,e)):t.call()};var r=["searchInput","resultsContainer","json"];const o=m({required:r});function u(t){d.put(t),i.searchInput.addEventListener("input",function(t){-1===[13,16,20,37,38,39,40,91].indexOf(t.which)&&(c(),e(function(){l(t.target.value)},i.debounceTime))})}function c(){i.resultsContainer.innerHTML=""}function s(t){i.resultsContainer.innerHTML+=t}function l(t){var e;(e=t)&&0<e.length&&(c(),function(e,n){var r=e.length;if(0===r)return s(i.noResultsText);for(let t=0;t<r;t++)e[t].query=n,s(f.compile(e[t]))}(d.search(t),t))}function a(t){throw new Error("SimpleJekyllSearch --- "+t)}t.SimpleJekyllSearch=function(t){var n;0<o.validate(t).length&&a("You must specify the following required options: "+r),i=w.merge(i,t),f.setOptions({template:i.searchResultTemplate,middleware:i.templateMiddleware}),d.setOptions({fuzzy:i.fuzzy,limit:i.limit,sort:i.sortMiddleware,exclude:i.exclude}),w.isJSON(i.json)?u(i.json):(n=i.json,p.load(n,function(t,e){t&&a("failed to get JSON ("+n+")"),u(e)}));t={search:l};return"function"==typeof i.success&&i.success.call(t),t}}(window)}();
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-25 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -33,23 +33,29 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE
35
35
  - README.md
36
+ - _includes/button.html
36
37
  - _includes/contact.html
37
38
  - _includes/footer.html
38
39
  - _includes/head-scripts.html
39
40
  - _includes/head.html
40
41
  - _includes/header.html
41
42
  - _includes/hero.html
42
- - _includes/introduction.html
43
+ - _includes/highlighter.html
44
+ - _includes/introduction.md
45
+ - _includes/latest-story.html
43
46
  - _includes/left-right-blocks.html
47
+ - _includes/stories.html
44
48
  - _includes/story-slider.html
45
49
  - _layouts/404.html
46
50
  - _layouts/default.html
51
+ - _layouts/plattform.html
47
52
  - _sass/_layout.scss
48
53
  - _sass/_main.scss
49
54
  - _sass/_print.scss
50
55
  - assets/img/404.png
51
56
  - assets/img/arrow-down.png
52
57
  - assets/img/arrow-left.png
58
+ - assets/img/external-link.png
53
59
  - assets/img/logo-black.png
54
60
  - assets/img/logo-dites.png
55
61
  - assets/img/logo-green-white.png
@@ -63,6 +69,7 @@ files:
63
69
  - assets/img/posts/photoprobe.jpg
64
70
  - assets/js/bulma-carousel/js/bulma-carousel.js
65
71
  - assets/js/main.js
72
+ - assets/js/search.js
66
73
  - assets/styles/main.scss
67
74
  - assets/templates/contact.png
68
75
  - assets/templates/glossary-abstract.png
@@ -1,8 +0,0 @@
1
- {% if page.introduction_title %}
2
- <div class="card column is-8 is-offset-2">
3
- <h1 class="has-text-centered">{{page.introduction_title}}</h1>
4
- <h3 class="subtitle is-4 has-text-left">{{page.introduction_content}}</h3>
5
- <br>
6
- <br>
7
- </div>
8
- {% endif %}