intia-theme 0.1.6 → 0.1.10

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 +18 -6
  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 +6 -3
  13. data/_layouts/plattform.html +0 -0
  14. data/_sass/_layout.scss +258 -9
  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: dd43c09dfb72c2d380c9d9453149294ad144fb1ee621c7d2b4ee410b2bd319d3
4
- data.tar.gz: 39d38b6b40bf85937e2bc5cb5e1c7b9ffcbfc13f9e99cb8778551f0124ae4338
3
+ metadata.gz: 28dfe05bf5110df7f06a2163c741329360597f6053dfaa030d340ffc8bd83845
4
+ data.tar.gz: 99f79da94fd794708b33f809cbbe5cd9bed876d29ea9fe0ff9bbfe849b2d1db0
5
5
  SHA512:
6
- metadata.gz: 723ecf7c8aa986cd2b7450c66659bda0abee60e6e89d465d5aa66f4956b18e1401abe8ba76a9df814b87eeb19bdcd13243f640afe5df48a8e10da4343327cb13
7
- data.tar.gz: 6dc7a304987f6efc81cf290fc0debed93ea87c16c02143ca8440da679ff6bea1026436edb709fe70dbcc8bfc63337b9ff7f14b01d9ba5b3d54aafe06b94e7600
6
+ metadata.gz: 8ee12053750fd20ffda22e3bf8fb27496f6f64a072e81ad2d2a8b911569ff4550016aa5eeb898d9dfd93041a2ad0fd56bb57a38eb7b0c2a1b6563acc6b715395
7
+ data.tar.gz: 300ef0b888584ab0679f4520dd7f6db3dbc8847915ab1e903c2c3439771071aa48d4398a91e0fc121d02b967bb9a368532b55d875ec6eb3e0b04e487125e689e
@@ -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,13 +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.hero_image %}
5
- <img src="{{page.hero_image}}" alt="placeholder" class="is-rounded is-hidden-mobile">
6
- {% endif %}
7
4
  {% if page.title_above %}
8
5
  <h1 class="overtitle subtitle is-4">{{ page.title_above }}</h1>
9
6
  {% endif %}
10
7
  <h1 class="title is-1 {% if page.title_above %} title-with-overtitle {% endif %}">{{ page.title }}</h1>
8
+ {% if page.hero_image %}
9
+ <img src="{{page.hero_image}}" alt="placeholder" class="is-rounded is-hidden-mobile">
10
+ {% endif %}
11
11
  <p class="subtitle is-4">{{ page.subtitle }}</p>
12
12
  {% if page.hero_link %}
13
13
  <a href="{{ page.hero_link | relative_url }}" class="button is-rounded is-dark">
@@ -17,8 +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
- <img src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile" onClick="document.getElementById('main').scrollIntoView();">
22
35
  </div>
23
- </section>
24
- <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" onClick="document.getElementById('content').scrollIntoView();">
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
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
27
  <div id="content" class="column is-10-desktop is-12-tablet">
23
- {% include introduction.html %}
24
- {% include left-right-blocks.html %}
25
28
  {{content | markdownify}}
26
29
  </div>
27
30
  </div>
File without changes