-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add second level of navigation to nav bar for desktop view * Add generic side navigation layout to replace category layout * consolidate side navigation information into 1 yml file * Add mobile support for sub nav level * Restructure pages to match new layout, update page titles, change category layout to sideNavigation * Updated links and fixed some typos * Change underscore links to dashes * Add missing pages * Update missed underscore to dash link * Change sub navigation to be pop down menus * Change side nav to remove top level * Set up redirect for old routes * Add resources file to tailwind config as was not being picked up * Rename resources_section to resources * Move estate, paas and saas to correct places * Add some boiler plate to case studies * Set publish state to match current TCS * Create missing references page * Make drop down min width width of parent link * Unpublish empty content pages * Increase hit area of expand/collapse button. Make all links same height * Remove case studies sub nav menu * Add primary nav to side nav bar * Unpublish case studies pages * Tech categories page update order of list and entry names to match sub navigation * Add y padding and make line spacing tide so wrapped text looks linked together
- Loading branch information
1 parent
162c8a1
commit 7f4cfb4
Showing
53 changed files
with
489 additions
and
315 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,14 +1,26 @@ | ||
- name: Technology Carbon Standard | ||
link: / | ||
- name: Impact Categories | ||
link: /categories | ||
# - name: Views # TO BE PUBLSIHED WITH RESPECTIVE PAGES | ||
# link: /views | ||
sublinks: | ||
- name: Impact Categories | ||
link: /impact-categories | ||
- name: Technology Categories | ||
link: /technology-categories | ||
# - name: Roles | ||
# link: /roles | ||
# - name: Case Studies | ||
# link: /case-studies | ||
- name: Resources | ||
link: /resources | ||
- name: Glossary | ||
link: /glossary | ||
- name: About | ||
link: /about | ||
sublinks: | ||
# - name: Tools | ||
# link: /resources/tools | ||
# - name: Links | ||
# link: /resources/links | ||
- name: Glossary | ||
link: /resources/glossary | ||
# - name: References | ||
# link: /resources/references | ||
- name: Carbon Estimator | ||
link: /estimator | ||
- name: About | ||
link: /about |
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
- baseUrl: /technology-categories | ||
name: Technology Categories | ||
link: /technology-categories | ||
categories: | ||
# - name: Estate | ||
# link: /technology-categories/estate | ||
- name: Cloud Services | ||
link: /technology-categories/cloud | ||
# categories: | ||
# - name: PaaS | ||
# link: /technology-categories/cloud/pass | ||
# - name: SaaS | ||
# link: /technology-categories/saas | ||
- name: Hardware Life Cycle Emissions | ||
link: /technology-categories/lifecycle | ||
categories: | ||
- name: Embodied Emissions | ||
link: /technology-categories/lifecycle/embodied | ||
- name: Usage Emissions | ||
link: /technology-categories/lifecycle/usage | ||
- name: Worked Examples | ||
categories: | ||
- name: Employee Hardware | ||
link: /technology-categories/lifecycle/example/employee | ||
- name: Server Hardware | ||
link: /technology-categories/lifecycle/example/server | ||
- name: Data | ||
link: /technology-categories/data | ||
- name: Networks | ||
link: /technology-categories/networks | ||
- baseUrl: /impact-categories | ||
name: Impact Categories | ||
link: /impact-categories | ||
categories: | ||
- name: Upstream Emissions | ||
link: /impact-categories/upstream | ||
- name: Operational Emissions | ||
link: /impact-categories/operational | ||
- name: Downstream Emissions | ||
link: /impact-categories/downstream | ||
- baseUrl: /roles | ||
name: Roles | ||
link: /roles | ||
categories: | ||
- name: Architecture | ||
link: /roles/architecture | ||
categories: | ||
- name: Strategy | ||
link: /roles/architecture/strategy | ||
- name: NFRs | ||
link: /roles/architecture/nfrs |
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
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
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
Oops, something went wrong.