Skip to content

Commit

Permalink
Add videos [deploy-site]
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 24, 2025
1 parent bfa7c3d commit 86b7b88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/routes_home.templ
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ templ Home() {
@icon("simple-icons:discord")
Discuss on Discord
</a>
<a
class="flex items-center justify-center flex-1 btn bg-youtube"
href="https://www.youtube.com/@data-star"
>
@icon("simple-icons:youtube")
Watch the Videos
</a>
<a
class="flex items-center justify-center flex-1 btn bg-github"
href="https://github.com/starfederation/datastar/tree/main/library"
Expand Down
1 change: 1 addition & 0 deletions site/shared.templ
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ templ headerTopLevelLink(r *http.Request, text string) {

templ headerExternalLinks() {
@headerIconLink("simple-icons:discord", "https://discord.gg/bnRNgZjgPh")
@headerIconLink("simple-icons:youtube", "https://www.youtube.com/@data-star")
@headerIconLink("simple-icons:github", "https://github.com/starfederation/datastar/tree/main/library")
@headerIconLink("simple-icons:npm", "https://www.npmjs.com/package/@starfederation/datastar")
@headerIconLink("simple-icons:twitter", "https://x.com/DelaneyGillilan")
Expand Down
1 change: 1 addition & 0 deletions site/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
extend: {
colors: {
discord: '#5865F2',
youtube: '#F03F03',
github: '#554B4B',
},
},
Expand Down

0 comments on commit 86b7b88

Please sign in to comment.