Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
youtube in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
hlassiege committed Dec 20, 2023
1 parent bbc8602 commit 16a41be
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
13 changes: 13 additions & 0 deletions components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
src="~assets/icon/rss.svg"
/>
</a>
<a
aria-label="Open Youtube profile"
class="text-sm text-gray-500 transition hover:text-gray-600"
target="_blank"
rel="me"
:href="siteMetadata.youtube"
><span class="sr-only">Mastodon</span>
<img
alt="Icon for Youtube"
class="transition-transform hover:scale-110 w-8 h-8"
src="~assets/icon/youtube.svg"
/>
</a>
<a
aria-label="Open Mastodon profile"
class="text-sm text-gray-500 transition hover:text-gray-600"
Expand Down
1 change: 1 addition & 0 deletions data/siteMetaData.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const siteMetadata = {
theme: "system", // system, dark or light
siteUrl: "https://eventuallycoding.com/",
mastodon: "https://piaille.fr/@hugolassiege",
youtube: "https://youtube.com/@eventuallycoding",
github: "https://github.com/hlassiege",
githubUser: "hlassiege",
githubContentUrlInRepo:
Expand Down
11 changes: 8 additions & 3 deletions pages/speaking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,21 @@
>Speaking</span
>
</p>
<div
class="mb-6 text-gray-300 w-full mx-auto"
>
<div class="mb-6 text-white w-full mx-auto">
<p
class="mt-8 mb-4 md:text-xl text-base font-mark"
>
These are conferences or podcasts I
have spoken at.
<br />
I love to talk and share.
<br />
You can also find me on
<a
class="underline"
href="https://www.youtube.com/channel/UC9QDQZnqFVd7xX0XxZvXtjw"
>Youtube</a
>
</p>
</div>
</div>
Expand Down

0 comments on commit 16a41be

Please sign in to comment.