intia-theme 0.1.5 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
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 +265 -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: e93c7a5b012d03132b56ab55629505ced35da8b7cf5682878f173c8504afd3bf
4
- data.tar.gz: 619844a2c4a867454ca3abfc5fc0eb29ba4ecdea7763f102c5b525004c179491
3
+ metadata.gz: bd72e93766460608e71c0175ba728af09e1da5956105b12758fd4e24151f7dec
4
+ data.tar.gz: 57b9b1286e1ae0eec1bd47122f986bfe21233d87abfa11acf1403f607f628726
5
5
  SHA512:
6
- metadata.gz: b27587d1e3c9a82b9dc6792fdff77979bec6223f5ea555c80162fdfd2506380d5cdbd3bfc6b7c3181a0a5981879913e320bdb35ab3ce3a7c82ed12db67c1678c
7
- data.tar.gz: e0e86fd1ef8bba5394235da6fb2b99a7bfd8b2fafc01a83049c82b52bb630ccb8b382c8518c0f98b0a33dfc2f9c78852e2fb8f460d974df533dedce1e948f08a
6
+ metadata.gz: ac8804eae4a7f8a7b6b9715c5b8d4a0af43034106eddd039b9bf176ee2d22d26716012466b11e5a7c7ea2218de80c75a4b68b20fc2986b44b57be83a7dc1891f
7
+ data.tar.gz: 0ad0fdc0bec3d40c8a53d7833d4d3cfed6e9bdca0eb7a635304ba144fdbbfaa9d6808036faab330f71ab78291619bc6e2efb78ddda846b7a26b16ae157c1cbb9
@@ -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