Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Jan 16, 2024
1 parent fd9ba67 commit 927abcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## To Do

- clean up styling
- home: most recent blog post, general info
- add RSS (so that https://massalabs.com/feed.xml still works)
- 404 protection: https://remysharp.com/2023/09/26/no-more-404
- add search: https://pagefind.app/
4 changes: 3 additions & 1 deletion app/components/youtube-link.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function thumbnail(youtubeID) {
<div class="talk-date"><IconSvg @name="calendar" /> {{@date}}</div>
</h2>

<img src={{thumbnail @id}}>
<p>
<img src={{thumbnail @id}} alt={{@alt}}>
</p>
</a>
</div>
</template>
2 changes: 2 additions & 0 deletions app/templates/talks.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ export default RouteTemplate(
<div class="link-list">
<YoutubeLink @id="c5DMXsBTS0E"
@title="Strength-finding Interviews | dojo.live"
@alt="Screenshot from the video of a video call showing Sean and three other people discussing the topic."
@date="2020-03-25" />
<YoutubeLink @id="CcSKlsc_AhQ"
@title="Ember.js Contributor Rally | EmberConf 2018"
@alt="Screenshot from the video of Sean speaking at a podium with a presentations slide visible, which shows the two hamster mascots for Chicago Ember.js."
@date="2018-04-06" />
</div>
</template>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit 927abcd

Please sign in to comment.