Skip to content

Commit

Permalink
timo torbin post
Browse files Browse the repository at this point in the history
  • Loading branch information
savagem7 committed Feb 27, 2024
1 parent 960ec05 commit b34e6d7
Show file tree
Hide file tree
Showing 7 changed files with 1,293 additions and 43 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/links.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": ["stylelint-config-standard-scss"],
"rules": {
"selector-class-pattern": null
}
}
8 changes: 8 additions & 0 deletions arrays/linktree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ export interface LinkProps {
}

export const linkList: LinkProps[] = [
{
title: "Timo Torben - Where Do We Go From Here",
img: "/premieres/71-denholm.jpg",
link: "https://soundcloud.com/plantbassdworld/premiere-timo-torben-where-do-we-go-from-here",
name: "premiere",
description:
"Edinburgh party series & label DRIFT celebrates 5 years in operation with a very special 12 track compilation.",
},
{
title: "Pralaya - Bounce It On The Floor",
img: "/premieres/70-pralaya.jpg",
Expand Down
Loading

0 comments on commit b34e6d7

Please sign in to comment.