Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _app/_data/technologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
reference_embed: true
examples_tab: true
examples_embed: true
eu_module: true
repository: https://github.com/CartoDB/cartoframes/tree/v1.2.2
section: Libraries
priority: 0
Expand Down
8 changes: 8 additions & 0 deletions _app/_includes/eu-flag-funding.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<section id="eu-flag-funding" class="section grid grid--center u-tspace--72">
<div class="grid grid--center">
<div class="grid grid--center grid-cell--col4 grid-cell--col3--mobile u-rspace--32 u-rspace--12--mobile u-lspace--12--mobile" style="justify-content: flex-end;">
<img src="{{ site.baseurl }}/img/eu-flag-website.png" alt="EU flag" width="144" height="96">
</div>
<p class="grid-cell--col6 grid-cell--col8--mobile text" style="color: #6F777C;">This project has received funding from the <a href="https://ec.europa.eu/programmes/horizon2020/en" target="_blank" rel="noreferrer noopener">European Union’s Horizon 2020</a> research and innovation programme under grant agreement No 960401.</p>
</div>
</section>
4 changes: 4 additions & 0 deletions _app/_includes/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,8 @@ <h3 class="title is-caption is-colored is-caption--mobile u-vspace--4">Contribut
{% endunless %}
</ul>
</section>
{% endif %}

{% if tech_info.eu_module %}
{% include eu-flag-funding.html %}
{% endif %}
3 changes: 3 additions & 0 deletions _app/_layouts/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
{% endfor %}
</div>
<!-- End CONTENT -->
{% if tech_info.eu_module %}
{% include eu-flag-funding.html %}
{% endif %}
</div>
</section>

Expand Down
1 change: 1 addition & 0 deletions _app/cartoframes/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ <h3>{{ sample_group.name }}</h3>
<!-- / EXAMPLES LINK -->
{% endif %}
</div>
{% include eu-flag-funding.html %}
</section>
1 change: 1 addition & 0 deletions _app/cartoframes/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
</div>
</div>
</div>
{% include eu-flag-funding.html %}
</div>
</div>
Binary file added _app/img/eu-flag-website.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.