Skip to content

Commit

Permalink
Move logo images back to _static dir (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochhh authored Dec 19, 2024
1 parent 6caaf84 commit 2294290
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 16 deletions.
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
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
File renamed without changes
File renamed without changes
32 changes: 16 additions & 16 deletions src/_templates/footer_end.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<div class="things-in-a-row">
<a href="https://neurogears.org/">
<img src="{{ pathto('images/light-logo-neurogears.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-neurogears.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-neurogears.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-neurogears.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://www.datajoint.com/">
<img src="{{ pathto('images/light-logo-datajoint.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-datajoint.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-datajoint.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-datajoint.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://wellcome.org/">
<img src="{{ pathto('images/light-logo-wellcome.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-wellcome.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-wellcome.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-wellcome.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://www.sainsburywellcome.org/web/">
<img src="{{ pathto('images/light-logo-swc.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-swc.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-swc.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-swc.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://www.ucl.ac.uk/">
<img src="{{ pathto('images/light-logo-ucl.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-ucl.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-ucl.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-ucl.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://www.ucl.ac.uk/gatsby/gatsby-computational-neuroscience-unit">
<img src="{{ pathto('images/light-logo-gatsby.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-gatsby.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-gatsby.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-gatsby.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://www.ukri.org/councils/bbsrc/">
<img src="{{ pathto('images/light-logo-bbsrc.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-bbsrc.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-bbsrc.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-bbsrc.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
<a href="https://www.simonsfoundation.org/">
<img src="{{ pathto('images/light-logo-simons.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('images/dark-logo-simons.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
<img src="{{ pathto('_static/images/light-logo-simons.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/>
<img src="{{ pathto('_static/images/dark-logo-simons.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/>
</a>
</div>

0 comments on commit 2294290

Please sign in to comment.