diff --git a/_collaborate/code.md b/_collaborate/code.md new file mode 100644 index 0000000..cfa8e0a --- /dev/null +++ b/_collaborate/code.md @@ -0,0 +1,5 @@ +--- +title: Code +--- + + diff --git a/_collaborate/fellowships.md b/_collaborate/fellowships.md new file mode 100644 index 0000000..e6e0cbf --- /dev/null +++ b/_collaborate/fellowships.md @@ -0,0 +1,4 @@ +--- +title: Fellowships +--- + diff --git a/_collaborate/research.md b/_collaborate/research.md new file mode 100644 index 0000000..6bd4a90 --- /dev/null +++ b/_collaborate/research.md @@ -0,0 +1,5 @@ +--- +title: Research +--- + + diff --git a/_config.yml b/_config.yml index b6d567e..75f4e2e 100644 --- a/_config.yml +++ b/_config.yml @@ -3,31 +3,41 @@ defaults: layout: default - scope: + path: '' type: team values: layout: person - scope: + path: '' type: posts values: layout: blost - scope: + path: '' type: tools values: layout: tool - output: true - scope: + path: '' type: projects values: layout: project - scope: + path: '' type: research values: layout: research + - scope: + path: '' + type: collaborate + values: + layout: collaborate + collections: tools: output: true @@ -37,5 +47,7 @@ collections: output: true research: output: true + collaborate: + output: true permalink: pretty diff --git a/_data/links.yml b/_data/links.yml index 314e544..adf4f5b 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -1,7 +1,7 @@ -- title: Github - url: https://github.com/theodi - fontawesome: fa-github - - title: Twitter url: https://twitter.com/odilabs fontawesome: fa-twitter + +- title: Github + url: https://github.com/theodi + fontawesome: fa-github diff --git a/_data/navigation.yml b/_data/navigation.yml index 56c79f7..454593f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -43,3 +43,21 @@ - name: Blog path: /blog + +- name: Become an ODI Labs Fellow + path: /collaborate/fellowships + subhead: Come and work with us for 3-6 months + colour: 12 + not_our: true + +- name: Build on our code + path: /collaborate/code + subhead: Use our tools and libraries in your work + colour: 3 + not_our: true + +- name: Partner with us + path: /collaborate/research + subhead: Collaborate on research projects + colour: 7 + not_our: true diff --git a/_includes/footer.html b/_includes/footer.html index fbbb89e..6ba5860 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,58 @@ -
+ diff --git a/_includes/header.html b/_includes/header.html index 9f2fd94..f084c95 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,7 +9,7 @@ - + @@ -24,23 +24,27 @@