Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from theodi/clean-up-navbar
Browse files Browse the repository at this point in the history
Clean up navbar - remove content that is not public facing ready
  • Loading branch information
Floppy authored May 12, 2017
2 parents 4776512 + d8450f3 commit 87d1b0c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_site/
.sass-cache/
.jekyll-metadata

.idea
.DS_Store
84 changes: 43 additions & 41 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- name: Team
path: /team
# /team/:person
#- name: Team
# path: /team
# # /team/:person

- name: Research
path: /research
subhead: Discover what we are thinking
colour: 11
# /research/:theme
#- name: Research
# path: /research
# subhead: Discover what we are thinking
# colour: 11
# # /research/:theme

- name: Vision
alt-title: Learn what we do
Expand All @@ -20,44 +20,46 @@
colour: 8
# /tools/:tool

- name: Projects
path: /projects
subhead: Find out about the projects that we have done
colour: 3
#- name: Projects
# path: /projects
# subhead: Find out about the projects that we have done
# colour: 3
# /projects/:project

- name: Work with us
not_our: true
path: /collaborate
subhead: Do research with us, join us as a fellow and develop with our code
colour: 3

- name: Resources
path: /resources

- name: Guides
alt-title: Find out how to work with data
path: /guides
subhead: Learn how to publish, discover and get insight from data
colour: 7
#- name: Resources
# path: /resources

#- name: Guides
# alt-title: Find out how to work with data
# path: /guides
# subhead: Learn how to publish, discover and get insight from data
# colour: 7

- 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
#- name: Work with us
# not_our: true
# path: /collaborate
# subhead: Do research with us, join us as a fellow and develop with our code
# colour: 3

#- 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
16 changes: 0 additions & 16 deletions _data/old-navigation.yml

This file was deleted.

0 comments on commit 87d1b0c

Please sign in to comment.