intia-theme 0.1.4 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/button.html +7 -0
- data/_includes/contact.html +70 -0
- data/_includes/footer.html +1 -1
- data/_includes/hero.html +19 -4
- data/_includes/highlighter.html +7 -0
- data/_includes/introduction.md +6 -0
- data/_includes/latest-story.html +35 -0
- data/_includes/left-right-blocks.html +46 -49
- data/_includes/stories.html +40 -0
- data/_includes/story-slider.html +3 -4
- data/_layouts/default.html +8 -5
- data/_layouts/plattform.html +0 -0
- data/_sass/_layout.scss +263 -7
- data/_sass/_main.scss +23 -8
- data/assets/img/arrow-down.png +0 -0
- data/assets/img/external-link.png +0 -0
- data/assets/img/logo-green-white.png +0 -0
- data/assets/img/logo-short-green.png +0 -0
- data/assets/img/logo-short.png +0 -0
- data/assets/js/main.js +42 -1
- data/assets/js/search.js +6 -0
- data/assets/templates/contact.png +0 -0
- data/assets/templates/glossary-abstract.png +0 -0
- data/assets/templates/glossary-full-entry.png +0 -0
- data/assets/templates/header-a.png +0 -0
- data/assets/templates/header-b.png +0 -0
- data/assets/templates/header-c.png +0 -0
- data/assets/templates/header-glossary.png +0 -0
- data/assets/templates/highlighter-a.png +0 -0
- data/assets/templates/highlighter-b.png +0 -0
- data/assets/templates/highlighter-c.png +0 -0
- data/assets/templates/highlighter-d.png +0 -0
- data/assets/templates/left-right-blocks.png +0 -0
- data/assets/templates/methods-filter.png +0 -0
- data/assets/templates/stories-a.png +0 -0
- data/assets/templates/stories-b.png +0 -0
- data/assets/templates/stories-teaser.png +0 -0
- data/assets/templates/textblock-highlight.png +0 -0
- data/assets/templates/textblock-with-image.png +0 -0
- data/assets/templates/textblock.png +0 -0
- data/assets/templates/tooltip.png +0 -0
- data/node_modules/@creativebulma/bulma-tooltip/LICENSE +21 -0
- data/node_modules/@creativebulma/bulma-tooltip/README.md +34 -0
- data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.css +1919 -0
- data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.min.css +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/package.json +104 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/archetypes/default.md +6 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/config.toml +18 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/_index.md +27 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/changelog.md +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/get-started.md +128 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/how-to/customize.md +48 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.1.md +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.2.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.1.0.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.2.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/social.json +7 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/variables.json +62 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/versions.json +14 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/layouts/partials/head.html +26 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.css +1919 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.min.css +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/LICENSE +20 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/changelog.md +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/default.md +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/404.html +33 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/_markup/render-link.html +1 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/baseof.html +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/list.html +0 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/single.html +25 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/index.html +24 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/footer.html +6 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/head.html +25 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/header.html +0 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html +33 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/navbar.html +31 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/api.html +71 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/button.html +17 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/changelog.html +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/link.html +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/notification.html +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/options.html +22 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/preview.html +31 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html +16 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/table.html +21 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html +24 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html +35 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/variables.html +18 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/css/docs.css +375 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/images/clippy.svg +1 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/clipboard.min.js +7 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/docs.js +79 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/highlight.pack.js +3 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/theme.toml +21 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_animation.sass +4 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_position.sass +124 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_responsiveness.sass +151 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass +12 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass +131 -0
- data/package-lock.json +6 -0
- data/package.json +3 -0
- metadata +93 -3
- data/_includes/introduction.html +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd5036951e6a9ba7a5976011390f348e2894ca28466664697a532b35e3c007e4
|
4
|
+
data.tar.gz: 70588b52b85cf2b64cda26b9b88f2dfb81780994d896559ee903e96fc656062a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3b2d5ff354ab1d082072e7c94db3e9e2aff5fe2d933b3836e745527c7f453db4c27d8e12db848222cbe318f38682f51d5bfd417d6a317c75b85c8091370f144
|
7
|
+
data.tar.gz: 23588c378270b4292c61a8d343cb5cdcbf02bfa459d02c8a4c0116a2d95c3dd7742318d3336acf2a461400e1fdca2d9a550f4994d964dfcca4315420d8fb8bcd
|
@@ -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 %}
|
data/_includes/footer.html
CHANGED
@@ -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,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
|
-
{%
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
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
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
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
|
+
|
data/_includes/story-slider.html
CHANGED
@@ -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.
|
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.
|
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 %}
|
data/_layouts/default.html
CHANGED
@@ -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
|