diff --git a/README.md b/README.md
index f9538c879..31b1e10f4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-
-
# Varia website
## Cloning
diff --git a/content/algologs.en.md b/content/algologs.en.md
index edf98f3dc..5bf0e20b4 100644
--- a/content/algologs.en.md
+++ b/content/algologs.en.md
@@ -70,5 +70,9 @@ Varia - Gouwstraat 3, Rotterdam
* [You should know a word by the compant it keeps](http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps), graphs generated by word2vec
* [Crowd Embeddings](http://www.algolit.net/index.php/Crowd_Embeddings), a first-step into a case study of applied word-embeddings
+----
+
+The research project of Cristina Cochior is kindly supported by ![cbk rotterdam](/images/cbkrotterdam.png).
+
diff --git a/content/algologs.nl.md b/content/algologs.nl.md
index 82e64e24f..9115381c9 100644
--- a/content/algologs.nl.md
+++ b/content/algologs.nl.md
@@ -70,5 +70,10 @@ Varia - Gouwstraat 3, Rotterdam
* [You should know a word by the compant it keeps](http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps), grafieken gegenereerd door word2vec
* [Crowd Embeddings](http://www.algolit.net/index.php/Crowd_Embeddings), een eerste stap naar een case study rondom toegepaste woordinbeddingen
+----
+
+Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiƫle bijdrage van CBK Rotterdam ![cbk rotterdam](/images/cbkrotterdam.png).
+
+
diff --git a/content/images/cbkrotterdam.png b/content/images/cbkrotterdam.png
new file mode 100644
index 000000000..c660eb356
Binary files /dev/null and b/content/images/cbkrotterdam.png differ
diff --git a/themes/varia/static/css/main.css b/themes/varia/static/css/main.css
index f895c4dcc..8658a4ef4 100644
--- a/themes/varia/static/css/main.css
+++ b/themes/varia/static/css/main.css
@@ -34,7 +34,7 @@ body{
min-width: 500px;
top:0px;
left:0px;
- margin:0 auto 5em auto;
+ margin:14px auto 5em auto;
padding: 0px 15px;
font-family: "main", monospace;
font-size: 14px;
@@ -172,35 +172,36 @@ header {
#stream{
- display: inline-block;
+ position: absolute;
+ width: 100%;
}
- #stream .container{
+ #stream a .container{
background-clip: padding-box;
background-position: center center;
background-size: cover;
height: 600px;
width: 100%;
+ background-color: black;
}
/* reset header img styles */
- #stream .container img{
+ #stream a .container img{
min-width: none;
min-height: none;
width: none;
height: none;
}
+ #stream a{
+ display: block;
+ }
#stream.overview{
width: 100%;
}
-/* #stream.overview .container{
- margin: 0 1em 1em 0;
- }*/
-
- div.container:nth-child(2n) {
- transform: skew(-2deg);
+ div#stream a:nth-child(odd) {
+ transform: skew(-2deg);
}
- div.container:nth-child(2n+1) {
- transform: skew(2deg);
+ div#stream a:nth-child(even) {
+ transform: skew(2deg);
}
#translation{
diff --git a/themes/varia/templates/page.html b/themes/varia/templates/page.html
index 655a6ca50..c1c48664e 100644
--- a/themes/varia/templates/page.html
+++ b/themes/varia/templates/page.html
@@ -29,7 +29,7 @@
{% if page.slug == 'stream' %}