Skip to content

Commit

Permalink
feat: adding brain initiative logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 9, 2024
1 parent 4262341 commit 5dd4afd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added images/BI_logo1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,17 @@
object-fit: contain; /* Ensure the aspect ratio is preserved */
}

#logo-brain {
width: 30%;
max-width: 12vw;
margin-left: 2.5%;
margin-right: 2.5%;
}
#logo {
width: 60%;
width: 50%;
max-width: 12vw;
margin-left: 2.5%;
margin-right: 2.5%;
}

.table-container {
Expand Down Expand Up @@ -311,6 +319,7 @@
<div class="right-col-right-bot-row">
<div class="bottom-content">
<a href="http://www.steinmetzlab.net"><img id="logo" src="./images/lablogo.png"></a>
<img id="logo-brain" src="./images/BI_logo1.jpg">
<p>Code by <a href="https://danbirman.com">Daniel Birman</a>; data
collection and figures by <a href="https://www.yezhiwen.com/">Zhiwen Ye</a>. Read the <a href="https://www.biorxiv.org/content/10.1101/2023.08.23.554527">Paper</a> or access the <a href="https://figshare.com/articles/dataset/Detailed_neuronal_waveforms_across_brain_regions_recorded_with_Neuropixels_Ultra_/19493588">Data</a>.</p>
</div>
Expand Down

0 comments on commit 5dd4afd

Please sign in to comment.