vliz-be-theme 0.1.0
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.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/_config.yml +4 -0
- data/_data/articles.yml +43 -0
- data/_data/bg_with_block.yml +5 -0
- data/_data/carrousel.yml +28 -0
- data/_data/carrousel_two.yml +33 -0
- data/_data/main_banner.yml +24 -0
- data/_data/simple_questions.yml +16 -0
- data/_includes/banner/banner.html +50 -0
- data/_includes/banner/main.html +35 -0
- data/_includes/banner/topic.html +20 -0
- data/_includes/block_gallery_cards/card.html +36 -0
- data/_includes/block_gallery_cards/first_card.html +50 -0
- data/_includes/block_gallery_cards/main.html +40 -0
- data/_includes/carrousel_block/item.html +21 -0
- data/_includes/carrousel_block/main.html +22 -0
- data/_includes/carrousel_w_waves/item.html +27 -0
- data/_includes/carrousel_w_waves/main.html +39 -0
- data/_includes/footer/main.html +312 -0
- data/_includes/image_bg_white_card/main.html +26 -0
- data/_includes/image_w_descr_curly/main.html +48 -0
- data/_includes/light_bg_block/item.html +12 -0
- data/_includes/light_bg_block/main.html +19 -0
- data/_includes/mobile-overlay/main.html +419 -0
- data/_includes/navigation/main.html +515 -0
- data/_includes/navigation/search-overlay.html +49 -0
- data/_includes/no_bg_cards/item.html +24 -0
- data/_includes/no_bg_cards/main.html +21 -0
- data/_includes/no_bg_colored_blocks/item.html +19 -0
- data/_includes/no_bg_colored_blocks/main.html +34 -0
- data/_includes/simple_color_boxes/item.html +11 -0
- data/_includes/simple_color_boxes/main.html +29 -0
- data/_layouts/default.html +150 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +5 -0
- data/assets/core/misc/Vlaanderen_verbeelding werkt.png +0 -0
- data/assets/core/misc/bib_publications_bg.jpg +0 -0
- data/assets/core/misc/calendar.svg +1 -0
- data/assets/core/misc/check.svg +1 -0
- data/assets/core/misc/close.png +0 -0
- data/assets/core/misc/error.svg +1 -0
- data/assets/core/misc/gradient.png +0 -0
- data/assets/core/misc/loading-small.gif +0 -0
- data/assets/core/misc/move.svg +1 -0
- data/assets/core/misc/person.svg +1 -0
- data/assets/core/misc/privacyshield.png +0 -0
- data/assets/core/misc/share-Facebook.png +0 -0
- data/assets/core/misc/share-Fave.png +0 -0
- data/assets/core/misc/share-LinkedIn.png +0 -0
- data/assets/core/misc/share-Mailto.png +0 -0
- data/assets/core/misc/share-Print.png +0 -0
- data/assets/core/misc/share-RSS.png +0 -0
- data/assets/core/misc/share-Twitter.png +0 -0
- data/assets/core/misc/swoosh.svg +3 -0
- data/assets/core/misc/swoosh_bg.svg +11 -0
- data/assets/core/misc/throbber-active.gif +0 -0
- data/assets/core/misc/throbber-inactive.png +0 -0
- data/assets/core/misc/tree-bottom.png +0 -0
- data/assets/core/misc/tree.png +0 -0
- data/assets/core/misc/twistie-down.svg +1 -0
- data/assets/core/misc/twistie-up.svg +1 -0
- data/assets/core/misc/warning.svg +1 -0
- data/assets/core/misc/west_vlaanderen_logo.png +0 -0
- data/assets/css/custom_style.css +5 -0
- data/assets/css/stylesheet_one.css +2461 -0
- data/assets/css/stylesheet_two.css +9753 -0
- data/assets/css/tablesaw-base.css +601 -0
- data/assets/css/tablesaw-responsive.css +189 -0
- data/assets/js/brands.js +3448 -0
- data/assets/js/fontawesome-icons.js +6 -0
- data/assets/js/fontawesome.js +2355 -0
- data/assets/js/regular.js +1354 -0
- data/assets/js/script_one.js +3361 -0
- data/assets/js/script_three.js +1160 -0
- data/assets/js/script_two.js +3913 -0
- data/assets/js/solid.js +9921 -0
- data/assets/js/tablesaw-init.js +18 -0
- data/assets/js/tablesaw.min.js +1408 -0
- data/assets/media/img/SquidRNA.webp +0 -0
- data/assets/media/img/graph_concept_art.jpg +0 -0
- data/assets/media/img/placeholder.png +0 -0
- data/assets/media/video/Homepage_website_SimonStevin.mp4 +0 -0
- metadata +140 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c00df4c793fb190c9d1bb371d0375582bbf796ced23317cb03b6dfc238ae26fd
|
|
4
|
+
data.tar.gz: 8e681a37335d55558271be338bab9e6170f8418bafea46753320f3a0c56c170d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: e874d6e66c53eacdc140ae190b60fad5714dea0717e56c3b1190101b9ff837184cfe432bd1776927403b8631a1bf03089d15c06c2bcd215990f31c853ffae6e4
|
|
7
|
+
data.tar.gz: 39781c460347a433127e52cce2c926bfdf5b611550a7cc6329ba124202d0ad951170f4ccf5a0586d2f4342c7eb9e773fbd0f64dd4b64d304787c6cf1fa5aed5e
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 cedricdcc
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# vliz-be-theme
|
|
2
|
+
|
|
3
|
+
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
|
4
|
+
|
|
5
|
+
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
|
6
|
+
|
|
7
|
+
TODO: Delete this and the text above, and describe your gem
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
Add this line to your Jekyll site's `Gemfile`:
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
gem "vliz-be-theme"
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
And add this line to your Jekyll site's `_config.yml`:
|
|
18
|
+
|
|
19
|
+
```yaml
|
|
20
|
+
theme: vliz-be-theme
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
And then execute:
|
|
24
|
+
|
|
25
|
+
$ bundle
|
|
26
|
+
|
|
27
|
+
Or install it yourself as:
|
|
28
|
+
|
|
29
|
+
$ gem install vliz-be-theme
|
|
30
|
+
|
|
31
|
+
## Usage
|
|
32
|
+
|
|
33
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
|
34
|
+
|
|
35
|
+
## Contributing
|
|
36
|
+
|
|
37
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/vliz-be-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
|
38
|
+
|
|
39
|
+
## Development
|
|
40
|
+
|
|
41
|
+
To set up your environment to develop this theme, run `bundle install`.
|
|
42
|
+
|
|
43
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
|
44
|
+
|
|
45
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
|
46
|
+
To add a custom directory to your theme-gem, please edit the regexp in `vliz-be-theme.gemspec` accordingly.
|
|
47
|
+
|
|
48
|
+
## License
|
|
49
|
+
|
|
50
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_config.yml
ADDED
data/_data/articles.yml
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
|
|
2
|
+
title: "example block gallery"
|
|
3
|
+
clickthrough_url: "https://example.org/RickAstley"
|
|
4
|
+
clickthrough_text: "example clickthrough text"
|
|
5
|
+
items:
|
|
6
|
+
- title: "Placeholder title 1"
|
|
7
|
+
link: "https://www.vliz.be/testerep/nl/2023-06-zeekrant"
|
|
8
|
+
image: "https://www.ecomare.nl/wp-content/uploads/2017/04/5049-strand-duin-ogb-1.jpg"
|
|
9
|
+
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nisi eget nunc ultricies ali quam. Si non lectus quisque non tellus orci ac auctor augue mauris augue neque. Nunc sed veli
|
|
10
|
+
date: 23/06/2023
|
|
11
|
+
tags:
|
|
12
|
+
- example tag 1
|
|
13
|
+
- example tag 2
|
|
14
|
+
- example tag 3
|
|
15
|
+
- title: "Placeholder title 2"
|
|
16
|
+
link: https://www.vliz.be/testerep/nl/2023-05-mee-op-missie-een-gezonde-toekomst-voor-de-europese-wateren
|
|
17
|
+
image: https://img.freepik.com/vrije-vector/kalme-zee-of-oceaanoppervlak-met-kleine-golven-en-blauwe-lucht-vlakke-afbeelding_1284-62000.jpg?w=2000
|
|
18
|
+
description: een gezonde toekomst voor de Europese wateren. Dat blijkt uit een nieuwe studie van de Universiteit van Californië. De onderzoekers ontdekten dat de oceanen verantwoordelijk zijn voor 50 tot 80 procent van de zuurstof in de atmosfeer. De rest komt van planten op het land.
|
|
19
|
+
date: 13/05/2023
|
|
20
|
+
tags:
|
|
21
|
+
- example tag 1
|
|
22
|
+
- example tag 2
|
|
23
|
+
- example tag 3
|
|
24
|
+
- example tag 4
|
|
25
|
+
- Blauwe economie
|
|
26
|
+
- title: "Placeholder title 3"
|
|
27
|
+
link: https://www.vliz.be/testerep/nl/2023-06-meeste-zuurstof-die-we-inademen-komt-uit-zee
|
|
28
|
+
image: /assets/media/img/placeholder.png
|
|
29
|
+
description: De meeste zuurstof die we inademen komt uit zee. Dat blijkt uit een nieuwe studie van de Universiteit van Californië. De onderzoekers ontdekten dat de oceanen verantwoordelijk zijn voor 50 tot 80 procent van de zuurstof in de atmosfeer. De rest komt van planten op het land.
|
|
30
|
+
date: 13/06/2023
|
|
31
|
+
tags:
|
|
32
|
+
- Zee & gezondheid
|
|
33
|
+
- Testerep magazine
|
|
34
|
+
- Klimaat
|
|
35
|
+
- title: "Placeholder title 4"
|
|
36
|
+
link: https://www.vliz.be/testerep/nl/2023-06-meeste-zuurstof-die-we-inademen-komt-uit-zee
|
|
37
|
+
image: /assets/media/img/SquidRNA.webp
|
|
38
|
+
description: De meeste zuurstof die we inademen komt uit zee. Dat blijkt uit een nieuwe studie van de Universiteit van Californië. De onderzoekers ontdekten dat de oceanen verantwoordelijk zijn voor 50 tot 80 procent van de zuurstof in de atmosfeer. De rest komt van planten op het land.
|
|
39
|
+
date: 13/06/2023
|
|
40
|
+
tags:
|
|
41
|
+
- Zee & gezondheid
|
|
42
|
+
- Testerep magazine
|
|
43
|
+
- Klimaat
|
data/_data/carrousel.yml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
title: "Example title for carrousel section here"
|
|
2
|
+
clickthrough_button_text: "Example button text here"
|
|
3
|
+
clickthrough_button_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
4
|
+
items:
|
|
5
|
+
- title: "Example title 1"
|
|
6
|
+
description: "Example description 1"
|
|
7
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
8
|
+
clickthrough_button_text: "Example button text here"
|
|
9
|
+
- title: "Example title 2"
|
|
10
|
+
description: "Example description 2"
|
|
11
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
12
|
+
clickthrough_button_text: "Example button text here"
|
|
13
|
+
- title: "Example title 3"
|
|
14
|
+
description: "Example description 3"
|
|
15
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
16
|
+
clickthrough_button_text: "Example button text here"
|
|
17
|
+
- title: "Example title 4"
|
|
18
|
+
description: "Example description 4"
|
|
19
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
20
|
+
clickthrough_button_text: "Example button text here"
|
|
21
|
+
- title: "Example title 5"
|
|
22
|
+
description: "Example description 5"
|
|
23
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
24
|
+
clickthrough_button_text: "Example button text here"
|
|
25
|
+
- title: "Example title 6"
|
|
26
|
+
description: "Example description 6"
|
|
27
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
28
|
+
clickthrough_button_text: "Example button text here"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
title: "Example title here"
|
|
2
|
+
clickthrough_button_text: "Example button text here"
|
|
3
|
+
clickthrough_button_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
4
|
+
items:
|
|
5
|
+
- title: "Example title 1"
|
|
6
|
+
description: "Example description 1"
|
|
7
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
8
|
+
clickthrough_button_text: "Example 1 button text here"
|
|
9
|
+
- title: "Example title 2"
|
|
10
|
+
description: "Example description 2"
|
|
11
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
12
|
+
image: "/assets/media/img/SquidRNA.webp"
|
|
13
|
+
clickthrough_button_text: "Example 2 button text here"
|
|
14
|
+
- title: "Example title 3"
|
|
15
|
+
description: "Example description 3"
|
|
16
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
17
|
+
image: "/assets/media/img/placeholder.png"
|
|
18
|
+
clickthrough_button_text: "Example 3 button text here"
|
|
19
|
+
- title: "Example title 4"
|
|
20
|
+
description: "Example description 4"
|
|
21
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
22
|
+
image: "https://img.freepik.com/vrije-vector/kalme-zee-of-oceaanoppervlak-met-kleine-golven-en-blauwe-lucht-vlakke-afbeelding_1284-62000.jpg?w=2000"
|
|
23
|
+
clickthrough_button_text: "Example 4 button text here"
|
|
24
|
+
- title: "Example title 5"
|
|
25
|
+
description: "Example description 5"
|
|
26
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
27
|
+
image: "/assets/media/img/placeholder.png"
|
|
28
|
+
clickthrough_button_text: "Example 5 button text here"
|
|
29
|
+
- title: "Example title 6"
|
|
30
|
+
description: "Example description 6"
|
|
31
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
32
|
+
image: "https://www.ecomare.nl/wp-content/uploads/2017/04/5049-strand-duin-ogb-1.jpg"
|
|
33
|
+
clickthrough_button_text: "Example 6 button text here"
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
title: "Open Science"
|
|
2
|
+
description: "VLIZ is committed to Open Science. We believe that sharing data, software, publications and other research outputs is essential to advance science."
|
|
3
|
+
button_text: "More About The Open Science Team"
|
|
4
|
+
button_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
5
|
+
banner_media: "/assets/media/img/graph_concept_art.jpg"
|
|
6
|
+
topics:
|
|
7
|
+
- title: Klimaat
|
|
8
|
+
image: "/assets/media/img/placeholder.png"
|
|
9
|
+
clickthrough_url: "https://www.vliz.be/nl/klimaat"
|
|
10
|
+
- title: Biodiversiteit
|
|
11
|
+
image: "/assets/media/img/placeholder.png"
|
|
12
|
+
clickthrough_url: "https://www.vliz.be/nl/biodiversiteit"
|
|
13
|
+
- title: Ecosysteem
|
|
14
|
+
image: "/assets/media/img/placeholder.png"
|
|
15
|
+
clickthrough_url: "https://www.vliz.be/nl/ecosysteem"
|
|
16
|
+
- title: Gezondheid
|
|
17
|
+
image: "/assets/media/img/placeholder.png"
|
|
18
|
+
clickthrough_url: "https://www.vliz.be/nl/gezondheid"
|
|
19
|
+
- title: Economie
|
|
20
|
+
image: "/assets/media/img/placeholder.png"
|
|
21
|
+
clickthrough_url: "https://www.vliz.be/nl/economie"
|
|
22
|
+
- title: Energie
|
|
23
|
+
image: "/assets/media/img/placeholder.png"
|
|
24
|
+
clickthrough_url: "https://www.vliz.be/nl/energie"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
title: "Example title for carrousel section here"
|
|
2
|
+
clickthrough_button_text: "Example button text here"
|
|
3
|
+
clickthrough_button_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
4
|
+
items:
|
|
5
|
+
- title: "Example title 1"
|
|
6
|
+
description: "Example description 1"
|
|
7
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
8
|
+
clickthrough_button_text: "Example button text here"
|
|
9
|
+
- title: "Example title 2"
|
|
10
|
+
description: "Example description 2"
|
|
11
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
12
|
+
clickthrough_button_text: "Example button text here"
|
|
13
|
+
- title: "Example title 3"
|
|
14
|
+
description: "Example description 3"
|
|
15
|
+
clickthrough_url: "https://www.vliz.be/nl/wie-we-zijn/over-vliz"
|
|
16
|
+
clickthrough_button_text: "Example button text here"
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<div class="col-12 field__item">
|
|
2
|
+
<div class="paragraph paragraph--type--hero paragraph--view-mode--default">
|
|
3
|
+
<div class="hero-container">
|
|
4
|
+
<div
|
|
5
|
+
class="field field--name-field-media field--type-entity-reference field--label-hidden field__items">
|
|
6
|
+
<article class="media media--type-video media--view-mode-hero">
|
|
7
|
+
{% assign media_object = banner.banner_media | default:"assets/media/video/Homepage_website_SimonStevin.mp4" %}
|
|
8
|
+
{% if media_object contains '.mp4' %}
|
|
9
|
+
{% if media_object contains 'http' %}
|
|
10
|
+
<video autoplay="autoplay" loop="loop" muted="muted" width="640" height="480">
|
|
11
|
+
<source src="{{ media_object }}" type="video/mp4" />
|
|
12
|
+
</video>
|
|
13
|
+
{% else %}
|
|
14
|
+
<video autoplay="autoplay" loop="loop" muted="muted" width="640" height="480">
|
|
15
|
+
<source src="{{ site.baseurl }}{{ media_object }}" type="video/mp4" />
|
|
16
|
+
</video>
|
|
17
|
+
{% endif %}
|
|
18
|
+
{% else %}
|
|
19
|
+
{% if media_object contains 'http' %}
|
|
20
|
+
<img
|
|
21
|
+
loading="lazy"
|
|
22
|
+
src="{{ media_object }}"
|
|
23
|
+
width="640" height="480" alt="{{ banner.title}}"
|
|
24
|
+
title="{{ banner.title}}" typeof="foaf:Image"
|
|
25
|
+
class="image-style-medium-cropped"
|
|
26
|
+
/>
|
|
27
|
+
{% else %}
|
|
28
|
+
<img
|
|
29
|
+
loading="lazy"
|
|
30
|
+
src="{{ site.baseurl }}{{ media_object }}"
|
|
31
|
+
width="640" height="480" alt="{{ banner.title}}"
|
|
32
|
+
title="{{ banner.title}}" typeof="foaf:Image"
|
|
33
|
+
class="image-style-medium-cropped"
|
|
34
|
+
/>
|
|
35
|
+
{% endif %}
|
|
36
|
+
{% endif %}
|
|
37
|
+
</article>
|
|
38
|
+
</div>
|
|
39
|
+
<div
|
|
40
|
+
class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__items grayoverlay">
|
|
41
|
+
<div class="field__item">
|
|
42
|
+
<h2>{{ banner.title}}</h2>
|
|
43
|
+
<p>{{ banner.description }} </p>
|
|
44
|
+
<p><a class="more-link" href="{{ banner.button_url}}">{{ banner.button_text}}</a>
|
|
45
|
+
</p>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<div class="col-12 field__item">
|
|
2
|
+
<div
|
|
3
|
+
class="paragraph paragraph--type--from-library paragraph--view-mode--default">
|
|
4
|
+
{% include banner/banner.html banner=banner %}
|
|
5
|
+
<div
|
|
6
|
+
class="field field--name-paragraphs field--type-entity-reference-revisions field--label-hidden">
|
|
7
|
+
<div>
|
|
8
|
+
<div class="field__item">
|
|
9
|
+
<div class="paragraph paragraph--type--container paragraph--view-mode--default">
|
|
10
|
+
<div
|
|
11
|
+
class="field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden">
|
|
12
|
+
<div class="row field__items">
|
|
13
|
+
{% assign counter = 0 %}
|
|
14
|
+
{% assign numtopics = banner.topics | size %}
|
|
15
|
+
{% assign mdl = numtopics | modulo: 3 %}
|
|
16
|
+
{% assign lmz = numtopics | minus: mdl %}
|
|
17
|
+
{% for topic in banner.topics %}
|
|
18
|
+
{% assign counter = counter | plus: 1 %}
|
|
19
|
+
{% assign mlnz = lmz | minus: 3 %}
|
|
20
|
+
{% assign colw = '4' %}
|
|
21
|
+
{% if numtopics | modulo: 3 == 0 %}
|
|
22
|
+
{% assign colw = '4' %}
|
|
23
|
+
{% endif %}
|
|
24
|
+
{% include banner/topic.html colw=colw topic=topic %}
|
|
25
|
+
{% endfor %}
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<div class="col-6 col-lg-{{colw}} field__item">
|
|
2
|
+
<div
|
|
3
|
+
class="paragraph paragraph--type--image-link paragraph--view-mode--default">
|
|
4
|
+
<div
|
|
5
|
+
class="field field--name-field-image field--type-image field--label-hidden field__items">
|
|
6
|
+
<a href="{{ topic.clickthrough_url }}"><img loading="lazy"
|
|
7
|
+
{% if topic.image contains 'http'%}
|
|
8
|
+
src="{{ topic.image }}"
|
|
9
|
+
{% else %}
|
|
10
|
+
src="{{ site.baseurl }}{{ topic.image }}"
|
|
11
|
+
{% endif %}
|
|
12
|
+
width="600" height="450" alt="{{topic.title}}" typeof="Image"
|
|
13
|
+
class="image-style-medium-cropped" /></a>
|
|
14
|
+
</div>
|
|
15
|
+
<h3
|
|
16
|
+
class="field field--name-field-title field--type-string field--label-hidden field__items">
|
|
17
|
+
<a href="{{topic.clickthrough_url}}">{{topic.title}}</a>
|
|
18
|
+
</h3>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<div class="views-row">
|
|
2
|
+
<article role="article" about="{{card.link}}"
|
|
3
|
+
class="node node--type-news node--promoted node--view-mode-teaser">
|
|
4
|
+
<div class="node__content">
|
|
5
|
+
<div class="before">
|
|
6
|
+
<a href="{{ card.link }}"
|
|
7
|
+
hreflang="nl" target="_blank"> <img loading="lazy"
|
|
8
|
+
{% if card.image contains 'http' %}
|
|
9
|
+
src="{{ card.image }}"
|
|
10
|
+
{% else %}
|
|
11
|
+
src="{{ site.baseurl }}{{ card.image }}"
|
|
12
|
+
{% endif %}
|
|
13
|
+
width="600" height="450" alt="{{ card.title }}"
|
|
14
|
+
title="{{card.title}}" typeof="foaf:Image"
|
|
15
|
+
class="image-style-medium-cropped" />
|
|
16
|
+
</a>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="main">
|
|
19
|
+
<div class="main-inner">
|
|
20
|
+
{% for tag in card.tags %}
|
|
21
|
+
<a href="#" class="field__news_teaser">{{tag}}</a>
|
|
22
|
+
{% endfor %}
|
|
23
|
+
<h3>
|
|
24
|
+
<a href="{{ card.link }}"
|
|
25
|
+
hreflang="nl" target="_blank"><span
|
|
26
|
+
class="field field--name-title field--type-string field--label-hidden">{{card.title}}</span>
|
|
27
|
+
</a>
|
|
28
|
+
</h3>
|
|
29
|
+
<div class="node-date">
|
|
30
|
+
{{card.date}}
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</article>
|
|
36
|
+
</div>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<div class="attachment attachment-before">
|
|
2
|
+
<div class="views-element-container">
|
|
3
|
+
<div
|
|
4
|
+
class="view-news-promoted-first view view-news view-id-news view-display-id-attachment_1">
|
|
5
|
+
<div class="view-content">
|
|
6
|
+
<div class="views-row">
|
|
7
|
+
<article role="article" about="{{ card.link }}"
|
|
8
|
+
class="node node--type-news node--promoted node--view-mode-extended-teaser">
|
|
9
|
+
<div class="node__content">
|
|
10
|
+
<div class="before">
|
|
11
|
+
<a href="{{ card.link }}" hreflang="nl"
|
|
12
|
+
target="_blank">
|
|
13
|
+
<img loading="lazy"
|
|
14
|
+
{% if card.image contains 'http' %}
|
|
15
|
+
src="{{ card.image }}"
|
|
16
|
+
{% else %}
|
|
17
|
+
src="{{ site.baseurl }}{{ card.image }}"
|
|
18
|
+
{% endif %}
|
|
19
|
+
width="1000" height="562" alt="{{ card.title }}"
|
|
20
|
+
title="{{ card.title }}" typeof="foaf:Image"
|
|
21
|
+
class="image-style-large-cropped-16-9" />
|
|
22
|
+
</a>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="main">
|
|
25
|
+
<div class="main-inner">
|
|
26
|
+
{% for tag in card.tags %}
|
|
27
|
+
<a href="#" class="field__news_teaser">{{ tag }}</a>
|
|
28
|
+
{% endfor %}
|
|
29
|
+
<h3>
|
|
30
|
+
<a href="{{ card.link }}" hreflang="nl"
|
|
31
|
+
target="_blank"><span
|
|
32
|
+
class="field field--name-title field--type-string field--label-hidden">{{ card.title }}</span>
|
|
33
|
+
</a>
|
|
34
|
+
</h3>
|
|
35
|
+
<div class="node-date">
|
|
36
|
+
{{ card.date }}
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__articles">
|
|
40
|
+
{{ card.description }}
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</article>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<div class="col-12 field__item">
|
|
2
|
+
<div class="pb-6 pt-4 paragraph paragraph--type--container paragraph--view-mode--default">
|
|
3
|
+
<div
|
|
4
|
+
class="field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden">
|
|
5
|
+
<div class="row field__items">
|
|
6
|
+
<div class="col-12 field__item">
|
|
7
|
+
<div class="paragraph paragraph--type--block paragraph--view-mode--default">
|
|
8
|
+
<div
|
|
9
|
+
class="field field--name-field-block field--type-block-field field--label-hidden field__items">
|
|
10
|
+
<div
|
|
11
|
+
class="views-element-container block block-views block-views-blocknews-news-promoted"
|
|
12
|
+
id="block-views-block-news-news-promoted">
|
|
13
|
+
<h2>
|
|
14
|
+
{{ cards.title }}
|
|
15
|
+
</h2>
|
|
16
|
+
<div>
|
|
17
|
+
<div
|
|
18
|
+
class="view-news-promoted view view-news view-id-news view-display-id-news_promoted js-view-dom-id-7833dfaeee25c3f8b6282f714fe453ff553a6e540616d19c0fc830a81d0e4c44">
|
|
19
|
+
{% for card in cards.items %}
|
|
20
|
+
{% if forloop.first %}
|
|
21
|
+
{% include block_gallery_cards/first_card.html card=card %}
|
|
22
|
+
<div class="view-content">
|
|
23
|
+
{% else %}
|
|
24
|
+
{% include block_gallery_cards/card.html card=card %}
|
|
25
|
+
{% endif %}
|
|
26
|
+
{% endfor %}
|
|
27
|
+
</div>
|
|
28
|
+
<div class="more-link">
|
|
29
|
+
<a href="{{ cards.clickthrough_url }}">{{ cards.clickthrough_text }}</a>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<div class="field__item">
|
|
2
|
+
<div
|
|
3
|
+
class="background-white pb-4 pt-4 px-4 text-add-box-shadow paragraph paragraph--type--basic-text paragraph--view-mode--default">
|
|
4
|
+
|
|
5
|
+
<div
|
|
6
|
+
class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__items">
|
|
7
|
+
<h4 class="highlighted-heading text-align-center">
|
|
8
|
+
{{ item.title }}
|
|
9
|
+
</h4>
|
|
10
|
+
|
|
11
|
+
<p class="paragraph-small text-align-center">
|
|
12
|
+
{{ item.description }}
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<p class="paragraph-brand-color text-align-center">
|
|
16
|
+
<a class="more-link-colored"
|
|
17
|
+
href="{{ item.clickthrough_url }}">{{ item.clickthrough_button_text }}</a>
|
|
18
|
+
</p>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<div class="col-12 field__item">
|
|
2
|
+
<div class="background-light-2 container-full-width pb-5 pt-5 paragraph paragraph--type--container paragraph--view-mode--default">
|
|
3
|
+
<h2 class="container-title field field--name-field-title field--type-string field--label-hidden field__items">
|
|
4
|
+
{{ data.title }}
|
|
5
|
+
</h2>
|
|
6
|
+
<div class="field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden">
|
|
7
|
+
<div class="row field__items">
|
|
8
|
+
<div class="col-12 field__item">
|
|
9
|
+
<div class="ticker-count-3 ticker-nav paragraph paragraph--type--ticker paragraph--view-mode--default">
|
|
10
|
+
<div class="ticker-items field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden">
|
|
11
|
+
<div class="field__items">
|
|
12
|
+
{% for item in data.items %}
|
|
13
|
+
{% include carrousel_block/item.html item=item%}
|
|
14
|
+
{% endfor %}
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<div class="views-row">
|
|
2
|
+
<article role="article"
|
|
3
|
+
about="/nl/events/bijscholing-voor-leerkrachten-de-oceaan-een-veranderend-klimaat"
|
|
4
|
+
class="node node--type-events node--view-mode-teaser">
|
|
5
|
+
<div class="node__content">
|
|
6
|
+
<div class="event-date-wrapper">
|
|
7
|
+
<div
|
|
8
|
+
class="field field--name-field-event-begindate field--type-datetime field--label-hidden field__items">
|
|
9
|
+
{{ item.title }}
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<h4>
|
|
13
|
+
<a
|
|
14
|
+
href="{{ item.clickthrough_url }}"><span
|
|
15
|
+
class="field field--name-title field--type-string field--label-hidden">{{ item.description }}</span>
|
|
16
|
+
</a>
|
|
17
|
+
</h4>
|
|
18
|
+
</div>
|
|
19
|
+
<svg class="wave" xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
width="1565.074" height="134.348" viewBox="0 0 414.093 35.546">
|
|
21
|
+
<path
|
|
22
|
+
d="M-111.589 83.852s79.026-33.03 221.644 1.182C252.673 119.245 304.62 91.88 304.62 91.88v14.063l-415.364.179z"
|
|
23
|
+
style="stroke-width:1.26003"
|
|
24
|
+
transform="translate(110.53 -69.517)" />
|
|
25
|
+
</svg>
|
|
26
|
+
</article>
|
|
27
|
+
</div>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<div class="col-12 field__item">
|
|
2
|
+
<div
|
|
3
|
+
class="background-white container-full-width pb-6 pt-6 paragraph paragraph--type--container paragraph--view-mode--default">
|
|
4
|
+
<div
|
|
5
|
+
class="field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden">
|
|
6
|
+
<div class="row field__items">
|
|
7
|
+
<div class="col-12 field__item">
|
|
8
|
+
<div class="paragraph paragraph--type--block paragraph--view-mode--default">
|
|
9
|
+
<div
|
|
10
|
+
class="field field--name-field-block field--type-block-field field--label-hidden field__items">
|
|
11
|
+
<div class="views-element-container block block-views block-views-blockevents-events-upcoming-block"
|
|
12
|
+
id="block-views-block-events-events-upcoming-block">
|
|
13
|
+
<h2>{{ data.title }}
|
|
14
|
+
</h2>
|
|
15
|
+
<div>
|
|
16
|
+
<div
|
|
17
|
+
class="events-ticker view view-events view-id-events view-display-id-events_upcoming_block js-view-dom-id-e191d37c185b818cd5a6c279ebcc6dfdf564c0f46c280e772a63f13439f29bd0">
|
|
18
|
+
<div class="view-header-wrapper">
|
|
19
|
+
<div class="view-header">
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="view-content">
|
|
23
|
+
{% for item in data.items %}
|
|
24
|
+
{% include carrousel_w_waves/item.html item=item %}
|
|
25
|
+
{% endfor %}
|
|
26
|
+
</div>
|
|
27
|
+
<div class="more-link">
|
|
28
|
+
<a href="{{ site.data.carrousel.clickthrough_button_url }}">{{ data.clickthrough_button_text }}</a>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|