Skip to content

Commit

Permalink
adding a return link to the podcast, and reordering the tags of the l…
Browse files Browse the repository at this point in the history
…anding page so they are in the same order as the menu bar
  • Loading branch information
tremblap committed Oct 17, 2024
1 parent 88827ae commit b865b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/front-page/WelcomeBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div id="buttons">
<WelcomeButton url='/learn/getting-started' text='Getting Started'/>
<WelcomeButton url='/learn' text='Learn'/>
<WelcomeButton url='/explore' text='Explore'/>
<WelcomeButton url='/reference' text='Reference'/>
<WelcomeButton url='/explore' text='Explore'/>
</div>
</div>
<div id='welcome-right'>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/podcasts/Hero.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img id='podcast-banner' src='/img/podcast_banner.jpg' alt='FluCoMa podcast logo'/>
<h2>FluCoMa Learn Podcast</h2>
<img id='podcast-banner' src='/img/podcast_banner.jpg' alt='FluCoMa Podcast logo'/>
<h2><a href="/">FluCoMa Learn</a> Podcast</h2>
<div>FluCoMa Learn Podcasts are an intermittent series of interviews with artists discussing their work using and experimenting with machine learning and machine listening.</div>
<div class="links">
<a class="podcasts-link raisedbox" href='https://podcasts.apple.com/gb/podcast/flucoma-learn-podcasts/id1678385732'>
Expand Down

0 comments on commit b865b09

Please sign in to comment.