-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5f7483
commit bf6ac99
Showing
13 changed files
with
97 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,12 @@ | |
description: A collaboration between ABN AMRO and the Vrije Universiteit Amsterdam | ||
details: Sustainable IT - Lab is a collaboration between ABN AMRO and the Vrije Universiteit Amsterdam. This collaboration allows ABN AMRO software architects and decision makers to work closer with software sustainability researchers in academia, contribute to education and science, and collaborate in PhD- and Master-level research. Academics in turn gain a better understanding of how real-world software can be measured and re-designed to achieve sustainability goals. | ||
contact: Prof. Dr. Patricia Lago [email protected] (VU | S2 Research Group), Wiebren van der Zee (ABN AMRO | CIO – Sustainable IT) | ||
img: sustITlab.png | ||
img-width: 8rem | ||
img: vu-abn.png | ||
img-width: 12rem | ||
|
||
- title: Lab | ||
description: A collaboration between Schuberg Philis and the Vrije Universiteit Amsterdam | ||
details: Lab is a collaboration between Schuberg Philis and the Vrije Universiteit Amsterdam. | ||
contact: Prof. Dr. Patricia Lago [email protected] (VU | S2 Research Group), Ilja Heitlager (Schuberg Philis | CIO ) | ||
img: vu-sbp.png | ||
img-width: 12rem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,17 @@ ext-css: | |
ext-js: | ||
- //cdn.jsdelivr.net/npm/[email protected]/particles.min.js | ||
--- | ||
<div id="shinyapps-big"> | ||
{% for videoid in site.data.videos.videos %} | ||
<div class="video-tile shinyapp"> | ||
<div class="video-container"> | ||
<iframe src="https://www.youtube.com/embed/{{ videoid }}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
<div class="container-md" style="margin-bottom:40px; "> | ||
<div id="shinyapps-big"> | ||
{% for videoid in site.data.videos.videos %} | ||
<div class="video-tile" style="width=24rem;margin-bottom:10px"> | ||
<div class="video-container"> | ||
<iframe src="https://www.youtube.com/embed/{{ videoid }}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
{% endfor %} | ||
</div> | ||
</div> | ||
|
||
<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: events | ||
title: Events | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,18 @@ ext-js: | |
- //cdn.jsdelivr.net/npm/[email protected]/particles.min.js | ||
--- | ||
|
||
<div id="portfolio-out" class="page-section grey-section"> | ||
<div id="portfolio-out"> | ||
<div id="portfolio"> | ||
<div id="shinyapps-big"> | ||
{% for lab in site.data.labs %} | ||
<div class="shinyapp" style="width:65rem; background-color:#e6ffe7; "> | ||
<a class="applink" href="{{ lab.url }}" target="_blank"> | ||
<img class="appimg" src="{{ site.url }}/assets/img/lab-screenshots/{{ lab.img }}" style="width: {{ lab.img-width }}" alt="" /> | ||
<div class="shinyapp" style="background-color:#e6ffe7; "> | ||
<!-- <a class="applink" href="{{ lab.url }}" target="_blank"> --> | ||
<img class="appimg" src="{{ site.url }}/assets/img/lab-screenshots/{{ lab.img }}" style="width: {{ lab.img-width }};" alt="" /> | ||
<div class="apptitle">{{ lab.title }}</div> | ||
<div class="appdesc">{{ lab.description }}</div> | ||
<div class="appdesc">{{ lab.details }}</div> | ||
<div class="appdesc">{{ lab.contact }}</div> | ||
</a> | ||
<!-- </a> --> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ ext-js: | |
- //cdn.jsdelivr.net/npm/[email protected]/particles.min.js | ||
--- | ||
|
||
<div id="portfolio-out" class="page-section grey-section"> | ||
<div id="portfolio-out" > | ||
<div id="portfolio"> | ||
<div id="shinyapps-big"> | ||
{% for lab in site.data.talent_labs %} | ||
<div class="shinyapp" style="cursor: pointer; width:25rem; background-color:#e6faff;" onclick="window.location='{{ lab.url }}'"> | ||
<div class="shinyapp" style="cursor: pointer; width:25rem; background-color:#e6faff;margin-top:10px;" onclick="window.location='{{ lab.url }}'"> | ||
<center><img class="appimg" src="{{ site.url }}/assets/img/lab-screenshots/{{ lab.img }}" style="width: {{ lab.img-width }}; color:#e6faff; filter: opacity(0.7) ;" alt="" /></center> | ||
<div class="apptitle">{{ lab.title }}</div> | ||
<div class="appdesc">{{ lab.description }}</div> | ||
|