intia-theme 0.1.4 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/button.html +7 -0
  3. data/_includes/contact.html +70 -0
  4. data/_includes/footer.html +1 -1
  5. data/_includes/hero.html +19 -4
  6. data/_includes/highlighter.html +7 -0
  7. data/_includes/introduction.md +6 -0
  8. data/_includes/latest-story.html +35 -0
  9. data/_includes/left-right-blocks.html +46 -49
  10. data/_includes/stories.html +40 -0
  11. data/_includes/story-slider.html +3 -4
  12. data/_layouts/default.html +8 -5
  13. data/_layouts/plattform.html +0 -0
  14. data/_sass/_layout.scss +263 -7
  15. data/_sass/_main.scss +23 -8
  16. data/assets/img/arrow-down.png +0 -0
  17. data/assets/img/external-link.png +0 -0
  18. data/assets/img/logo-green-white.png +0 -0
  19. data/assets/img/logo-short-green.png +0 -0
  20. data/assets/img/logo-short.png +0 -0
  21. data/assets/js/main.js +42 -1
  22. data/assets/js/search.js +6 -0
  23. data/assets/templates/contact.png +0 -0
  24. data/assets/templates/glossary-abstract.png +0 -0
  25. data/assets/templates/glossary-full-entry.png +0 -0
  26. data/assets/templates/header-a.png +0 -0
  27. data/assets/templates/header-b.png +0 -0
  28. data/assets/templates/header-c.png +0 -0
  29. data/assets/templates/header-glossary.png +0 -0
  30. data/assets/templates/highlighter-a.png +0 -0
  31. data/assets/templates/highlighter-b.png +0 -0
  32. data/assets/templates/highlighter-c.png +0 -0
  33. data/assets/templates/highlighter-d.png +0 -0
  34. data/assets/templates/left-right-blocks.png +0 -0
  35. data/assets/templates/methods-filter.png +0 -0
  36. data/assets/templates/stories-a.png +0 -0
  37. data/assets/templates/stories-b.png +0 -0
  38. data/assets/templates/stories-teaser.png +0 -0
  39. data/assets/templates/textblock-highlight.png +0 -0
  40. data/assets/templates/textblock-with-image.png +0 -0
  41. data/assets/templates/textblock.png +0 -0
  42. data/assets/templates/tooltip.png +0 -0
  43. data/node_modules/@creativebulma/bulma-tooltip/LICENSE +21 -0
  44. data/node_modules/@creativebulma/bulma-tooltip/README.md +34 -0
  45. data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.css +1919 -0
  46. data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.min.css +2 -0
  47. data/node_modules/@creativebulma/bulma-tooltip/package.json +104 -0
  48. data/node_modules/@creativebulma/bulma-tooltip/src/docs/archetypes/default.md +6 -0
  49. data/node_modules/@creativebulma/bulma-tooltip/src/docs/config.toml +18 -0
  50. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/_index.md +27 -0
  51. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/changelog.md +11 -0
  52. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/get-started.md +128 -0
  53. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/how-to/customize.md +48 -0
  54. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.1.md +11 -0
  55. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.2.md +13 -0
  56. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.1.0.md +13 -0
  57. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.2.md +13 -0
  58. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.md +13 -0
  59. data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/social.json +7 -0
  60. data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/variables.json +62 -0
  61. data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/versions.json +14 -0
  62. data/node_modules/@creativebulma/bulma-tooltip/src/docs/layouts/partials/head.html +26 -0
  63. data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.css +1919 -0
  64. data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.min.css +2 -0
  65. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/LICENSE +20 -0
  66. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/changelog.md +11 -0
  67. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/default.md +2 -0
  68. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/404.html +33 -0
  69. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/_markup/render-link.html +1 -0
  70. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/baseof.html +11 -0
  71. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/list.html +0 -0
  72. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/single.html +25 -0
  73. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/index.html +24 -0
  74. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/footer.html +6 -0
  75. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/head.html +25 -0
  76. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/header.html +0 -0
  77. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html +33 -0
  78. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/navbar.html +31 -0
  79. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/api.html +71 -0
  80. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/button.html +17 -0
  81. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/changelog.html +13 -0
  82. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/link.html +13 -0
  83. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/notification.html +2 -0
  84. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/options.html +22 -0
  85. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/preview.html +31 -0
  86. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html +16 -0
  87. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/table.html +21 -0
  88. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html +24 -0
  89. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html +35 -0
  90. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/variables.html +18 -0
  91. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/css/docs.css +375 -0
  92. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/images/clippy.svg +1 -0
  93. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/clipboard.min.js +7 -0
  94. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/docs.js +79 -0
  95. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/highlight.pack.js +3 -0
  96. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/theme.toml +21 -0
  97. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_animation.sass +4 -0
  98. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_position.sass +124 -0
  99. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_responsiveness.sass +151 -0
  100. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass +12 -0
  101. data/node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass +131 -0
  102. data/package-lock.json +6 -0
  103. data/package.json +3 -0
  104. metadata +93 -3
  105. data/_includes/introduction.html +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b85ccfa02dee6eb0a399ee350facc3db911c9e81fdcf1f9638de1570bf2e01c
4
- data.tar.gz: c62194c0d2f11ebbdc1ec14d5111473c810df5366b53f96ddbb16de85752746d
3
+ metadata.gz: fd5036951e6a9ba7a5976011390f348e2894ca28466664697a532b35e3c007e4
4
+ data.tar.gz: 70588b52b85cf2b64cda26b9b88f2dfb81780994d896559ee903e96fc656062a
5
5
  SHA512:
6
- metadata.gz: 7b86528ed7b2ae09844988a20e39fded3887707b8b5f486231f98a81df98e423f211cd5915aaed1e52ce4dccd9c79e28a9b33a563d64e7760579f0bfdf23ef1a
7
- data.tar.gz: 3b0b85d4fb3f7f31bddeb0e66e4b51ef40df5ffdbde3442624ee738d0c2d0cd64a131dd6aad96d1db959f45011fd8536b72ade48f8c615919429ad4b61501501
6
+ metadata.gz: e3b2d5ff354ab1d082072e7c94db3e9e2aff5fe2d933b3836e745527c7f453db4c27d8e12db848222cbe318f38682f51d5bfd417d6a317c75b85c8091370f144
7
+ data.tar.gz: 23588c378270b4292c61a8d343cb5cdcbf02bfa459d02c8a4c0116a2d95c3dd7742318d3336acf2a461400e1fdca2d9a550f4994d964dfcca4315420d8fb8bcd
@@ -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>
@@ -0,0 +1,70 @@
1
+ {% if page.contact %}
2
+ <div class="green contact">
3
+ <h1>Write us</h1>
4
+ Lorem ipsum leo risus, porta ac consectetur ac, vestibulum at eros. Donec id elit non mi porta gravida at eget
5
+ metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras mattis
6
+ consectetur purus sit amet fermentum.
7
+ <form action="https://submit-form.com/ujaWfjyi" class="columns">
8
+ <div class="column is-6">
9
+ <div class="field">
10
+ <label class="label">Name</label>
11
+ <div class="control has-icons-left">
12
+ <input class="input" type="text" id="name" name="name" placeholder="Name" required>
13
+ <span class="icon is-small is-left">
14
+ <i class="fas fa-user"></i>
15
+ </span>
16
+ </div>
17
+ </div>
18
+ <div class="field">
19
+ <label class="label">E-Mail</label>
20
+ <div class="control has-icons-left">
21
+ <input class="input" type="email" id="email" name="email" placeholder="E-Mail">
22
+ <span class="icon is-small is-left">
23
+ <i class="fas fa-envelope"></i>
24
+ </span>
25
+ </div>
26
+ </div>
27
+ <div class="field">
28
+ <label class="label">Thema</label>
29
+ <div class="control">
30
+ <div class="select">
31
+ <select id="thema" name="thema">
32
+ <option value="Sonstige">Sonstige</option>
33
+ <option value="Plattform">Plattform</option>
34
+ <option value="Innovationskoffer">Innovationskoffer</option>
35
+ <option value="Methoden">Methoden</option>
36
+ <option value="Prototypen">Prototypen</option>
37
+ <option value="Stories">Stories</option>
38
+ </select>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ <div class="column is-6">
44
+ <div class="field">
45
+ <label class="label">Nachricht</label>
46
+ <div class="control">
47
+ <textarea
48
+ class="textarea"
49
+ id="message"
50
+ name="message"
51
+ placeholder="Wie können wir dir helfen?"
52
+ required=""
53
+ ></textarea>
54
+ </div>
55
+ </div>
56
+ <div class="checkbox columns">
57
+ <div class="column is-1">
58
+ <input class="column" type="checkbox" id="agree" name="privacy-policy" value="agreed" required oninvalid="this.setCustomValidity('Bitte dieses Feld anklicken, um fortzufahren')"
59
+ oninput="this.setCustomValidity('')">
60
+ </div>
61
+
62
+ <div class="column">
63
+ <label for="agree">Ich akzeptiere das für die Daten-Erfassung der Dienst Formspark.io genutzt wird. Für nähere Informationen zur Daten-Erfassung <a href="https://formspark.io/legal/privacy-policy/">hier klicken</a>.</label><br><br>
64
+ <button class="button is-rounded is-dark" type="submit">Abschicken</button>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ </form>
69
+ </div>
70
+ {% endif %}
@@ -18,7 +18,7 @@
18
18
  {% if site.data.navigation %}
19
19
  <div class="column ">
20
20
  <div class="title">Site Map</div>
21
- <div class="columns">
21
+ <div class="columns footer-nav">
22
22
  {% for item in site.data.navigation %}
23
23
  <div class="column">
24
24
  <a href="{{ subitem.link | relative_url }} " class="link"><strong>{{ item.name }}</strong></a>
data/_includes/hero.html CHANGED
@@ -1,10 +1,13 @@
1
1
  <section class="hero is-primary is-hidden-print {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} {% if page.hero_tags %} {{ page.hero_tags }} {% endif %}" {% if page.hero_background_image %} style="background: url('{{ page.hero_background_image }}') no-repeat center center; background-size: cover;" {% endif %}>
2
2
  <div class="hero-body">
3
3
  <div class="container">
4
+ {% if page.title_above %}
5
+ <h1 class="overtitle subtitle is-4">{{ page.title_above }}</h1>
6
+ {% endif %}
7
+ <h1 class="title is-1 {% if page.title_above %} title-with-overtitle {% endif %}">{{ page.title }}</h1>
4
8
  {% if page.hero_image %}
5
9
  <img src="{{page.hero_image}}" alt="placeholder" class="is-rounded is-hidden-mobile">
6
10
  {% endif %}
7
- <h1 class="title is-1">{{ page.title }}</h1>
8
11
  <p class="subtitle is-4">{{ page.subtitle }}</p>
9
12
  {% if page.hero_link %}
10
13
  <a href="{{ page.hero_link | relative_url }}" class="button is-rounded is-dark">
@@ -14,8 +17,20 @@
14
17
  </span>
15
18
  </a>
16
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>
17
34
  </div>
18
- <img src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile">
19
35
  </div>
20
- </section>
21
- <i class="fas {{ section.icon }}"></i>
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
+
@@ -3,14 +3,14 @@
3
3
  <h1 class="slider-titel">Aktuelles</h1>
4
4
 
5
5
  <div class="carousel">
6
- {% for story in site.posts %}
6
+ {% for story in site.posts limit:5 %}
7
7
  <div class="story-carousel-item">
8
8
  <div class="container">
9
9
  <div class="section">
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">
@@ -36,6 +36,5 @@
36
36
  </div>
37
37
  {% endfor %}
38
38
  </div>
39
- <img src="../assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-right is-hidden-mobile">
40
39
  </div>
41
40
  {% endif %}
@@ -10,18 +10,21 @@ The Default layout that everything is using
10
10
  {% include head.html %}
11
11
  <body>
12
12
  {% include header.html %}
13
+ <div class="arrow-image is-pulled-left is-hidden-mobile">
14
+ <img id="scroll-up" src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder">
15
+ <img id="scroll-down" src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder" class="is-pointed-down">
16
+ </div>
13
17
  {% unless page.hide_hero %}
14
18
  {% include hero.html %}
15
19
  {% else %}
16
-
17
20
  {% endunless %}
18
- <div class="content-wrapper has-background-primary-light">
21
+ <div id="main" class="content-wrapper has-background-primary-light">
19
22
 
20
23
  {% include story-slider.html %}
24
+ {% include latest-story.html %}
25
+ {% include contact.html %}
21
26
  <div class="columns is-centered">
22
- <div class="column is-10-desktop is-12-tablet">
23
- {% include introduction.html %}
24
- {% include left-right-blocks.html %}
27
+ <div id="content" class="column is-10-desktop is-12-tablet">
25
28
  {{content | markdownify}}
26
29
  </div>
27
30
  </div>
File without changes