Skip to content

Commit

Permalink
Merge pull request #1651 from yarikoptic/enhs
Browse files Browse the repository at this point in the history
Minor tuneups to footer
  • Loading branch information
waxlamp authored Jul 13, 2023
2 parents 7faec2a + 47cebb0 commit a18bd04
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions web/src/components/DandiFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</cookie-law>
<v-row>
<v-col offset="2">
&copy; 2019 - 2022 The DANDI Team<br>
&copy; 2019 - 2023 The DANDI Team<br>
version
<a
class="version-link"
Expand All @@ -28,21 +28,28 @@
>{{ version }}</a>
</v-col>
<v-col>
Funding:<br>
Funding / In-Kind Support:<br>
- <a
target="_blank"
rel="noopener"
href="https://braininitiative.nih.gov/"
>BRAIN Initiative</a>
<v-icon x-small>
mdi-open-in-new
</v-icon> / <a
target="_blank"
rel="noopener"
href="https://www.nimh.nih.gov/index.shtml"
>NIMH</a>
<v-icon x-small>
mdi-open-in-new
</v-icon>
<br>
- <a
target="_blank"
rel="noopener"
href="https://www.nimh.nih.gov/index.shtml"
>NIMH</a>
href="https://registry.opendata.aws/dandiarchive/"
>AWS Open Dataaset</a>
<v-icon x-small>
mdi-open-in-new
</v-icon>
Expand All @@ -54,7 +61,7 @@
target="_blank"
rel="noopener"
:href="dandiAboutUrl"
>Dandi Project Homepage</a>
>DANDI Project Homepage</a>
<v-icon x-small>
mdi-open-in-new
</v-icon>
Expand All @@ -63,7 +70,7 @@
target="_blank"
rel="noopener"
href="https://github.com/dandi/dandi-archive"
>Project Github</a>
>Project GitHub</a>
<v-icon x-small>
mdi-open-in-new
</v-icon> / <a
Expand Down

0 comments on commit a18bd04

Please sign in to comment.