Skip to content

Commit

Permalink
add LAIR logo. credit: Humble Co
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau committed Sep 9, 2024
1 parent a29afe3 commit 7c8da05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<div align=center>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/docs/source/_static/lair_fordark_r.png">
<source media="(prefers-color-scheme: light)" srcset="/docs/source/_static/lair_forlight_r.png">
<img alt="lair logo" src="/docs/source/_static/lair_fordark_r.png">
</picture>

# LAIR (Land-Air Interactions Research)
# Land-Air Interactions Research

## [:scroll: Documentation](https://jamesmineau.chpc.utah.edu/lair)

Expand Down
Binary file added docs/source/_static/lair_fordark_r.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/lair_forlight_r.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
}
],
'logo': {
'text': f'LAIR docs',
'image_light': '_static/lair_forlight_r.png',
'image_dark': '_static/lair_fordark_r.png',
'alt_text': 'LAIR - Home'
},
'navbar_start': ['navbar-logo', 'version-switcher'],
Expand Down

1 comment on commit 7c8da05

@jmineau
Copy link
Owner Author

@jmineau jmineau commented on 7c8da05 Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Credit to Jeff and Haley Humble for these awesome logos!

Please sign in to comment.