Skip to content

Commit

Permalink
copy: RIP Phil 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Oct 25, 2024
1 parent 9c6883c commit 2579fab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
letter-spacing: 0.05em;
}

.homepage__banner {
width: 100%;
font-size: 1.75em;
line-height: 2em;
text-align: center;
span {
white-space: nowrap;
padding: 0.2em;
}
}

.homepage__songfinder {
order: 1;
flex-grow: 1;
Expand Down
8 changes: 8 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ export default function Index() {
description="Comprehensive resource for the setlist of every Joe Russo's Almost Dead (JRAD) concert, with links to all known recordings plus notes for individual teases, guest sit-ins, every song played, and the venues where the band has performed."
/>

<section className="homepage__banner">
<p>
<span><a href="https://www.jambase.com/article/grateful-dead-bassist-phil-lesh-obituary" title="obit on JamBase" target="_blank" referrer="noopener">RIP</a> <a href="https://www.instagram.com/p/DBjvWcHPbQB/" title="Instagram @phillesh" target="_blank" referrer="noopener">Phil Lesh</a>...</span>
<span>thank you for all the music</span>
<span>❤️🧡💛💚🩵💙💜🩷🤎🖤</span>
</p>
</section>

<section className="homepage__links">
<h1>Links</h1>
<ul>
Expand Down

0 comments on commit 2579fab

Please sign in to comment.