Skip to content

Commit

Permalink
fix homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Nov 18, 2024
1 parent 51054ac commit 79ade47
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"baseUrl": ".",
"paths": {
"*": [
"../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*",
"../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.2+incompatible/js/*"
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*",
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.2+incompatible/js/*"
]
}
}
Expand Down
44 changes: 22 additions & 22 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@ card_section:
- image: /images/github.png
title: Users & Developers
btn_text: Get Started
btn_link: /
btn_link: "http://nwb-overview.readthedocs.io/"
- image: /images/question_mark.png
title: Questions About NWB?
btn_text: Ask Our Help Desk
btn_link: /
btn_link: "https://github.com/NeurodataWithoutBorders/helpdesk/discussions"
- image: /images/community.png
title: Connect with the Community
btn_text: Join the Slack
btn_link: /
btn_link: "https://nwb-users.slack.com/join/shared_invite/zt-9bsx3xdj-wtUILLNzM8a0mOV_RywS~Q#/shared-invite/email"
- image: /images/mail.png
title: Join Our Mailing List
btn_text: Sign Up
btn_link: /
btn_link: "https://mailchi.mp/fe2a9bc55a1a/nwb-signup"
portfolio_section:
enable: true
image: /images/portfolio.png
heading: Neurodata Without Borders
paragraph: <a href=''>Neurodata Without Borders</a> (NWB) is a data standard for
paragraph: Neurodata Without Borders (NWB) is a data standard for
neurophysiology, providing neuroscientists with a common standard to share,
archive, use, and build analysis tools for neurophysiology data. NWB is
designed to store a variety of neurophysiology data, including data from
intracellular and extracellular electrophysiology experiments, data from
optical physiology experiments, and tracking and stimulus data. <br><br> The
<a href=''>NWB team</a> consists of neuroscientists and software developers
<a href='/team'>NWB team</a> consists of neuroscientists and software developers
who recognize that adoption of a unified data format is an important step
toward breaking down the barriers to data sharing in neuroscience
logos:
Expand All @@ -49,27 +49,27 @@ portfolio_section:
news_section:
enable: true
btn_text: See All New
btn_link: /
btn_link: /news
sponsers_section:
enable: true
logos:
- image: /images/sponser-1.png
link: /
- image: /images/sponser-2.png
link: /
- image: /images/sponser-3.png
link: /
- image: /images/sponser-4.png
link: /
- image: /images/sponser-5.png
link: /
- image: /images/sponser-6.png
link: /
- image: /images/sponser-7.png
link: /
- image: /images/sponsor-allen-institute.png
link: "https://alleninstitute.org/"
- image: /images/sponsor-hhmi.png
link: "https://www.hhmi.org/"
- image: /images/sponsor-kavli.png
link: "https://www.kavlifoundation.org/"
- image: /images/sponsor-lbnl.png
link: "https://www.lbl.gov/"
- image: /images/sponsor-mathworks.png
link: "https://www.mathworks.com/"
- image: /images/sponsor-simons-foundation.png
link: "https://www.simonsfoundation.org/"
- image: /images/sponsor-incf.png
link: "https://www.incf.org/"
cta_section:
enable: true
heading: Join our mailing list to receive news and notices
btn_text: Register
btn_link: /
btn_link: "https://mailchi.mp/fe2a9bc55a1a/nwb-signup"
---
4 changes: 2 additions & 2 deletions content/team/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Team "
title: "Team"
governance_section:
enable: true
title: Governance Structure
Expand Down Expand Up @@ -38,7 +38,7 @@ current_team_section:
name: Loren Frank
- image: /images/satrajit.png
name: Satrajit Ghost
- image: /images/Adam.png
- image: "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSL6eKXnOefpwg9BUB1OfL4mHHx9Vbii1pUhuBb61RiyEtY3zM7"
name: Adam Kepecs
- image: /images/mala.png
name: Mala Murthy
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://neurodatawithoutborders.github.io/nwb-website/
baseURL: https://neurodatawithoutborders.github.io/
languageCode: en
title: Neurodata Without Borders
paginate: 6
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 79ade47

Please sign in to comment.