Skip to content

Commit

Permalink
finiolage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-dejardin committed Oct 2, 2024
1 parent 079df9e commit 3268c9e
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/_data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"links": [
{
"name": "Soundcloud",
"url": "https://soundcloud.com/user423832158"
"url": "https://soundcloud.com/presenceparenthese"
}
],
"sources": [
Expand Down
28 changes: 23 additions & 5 deletions src/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,46 @@ title: Cookie Compilation
<div class="container">
<div class="ressource-button foreground">
<p class="button">
<a href="/content/projects/{{ project.folder | slugify }}/more/{{ sources.file }}" target="_blank">
<a href="https://linktr.ee/cookie_collective" target="_blank">
Cookie Collective
</a>
</p>
</div>
<div class="ressource-button foreground">
<p class="button">
<a href="/content/projects/{{ project.folder | slugify }}/more/{{ sources.file }}" target="_blank">
Soundcloud
<a href="https://open.spotify.com/artist/2EzsVF83hFQU0lITwaMiBj?si=m1KaEQOXSJKqEKMpUIqrlA" target="_blank">
Spotify
</a>
</p>
</div>

<div class="ressource-button foreground">
<p class="button">
<a href="https://cookiecollectif.bandcamp.com/music" target="_blank">
Bandcamp
</a>
</p>
</div>

<div class="ressource-button foreground">
<p class="button">
<a href="/content/projects/{{ project.folder | slugify }}/more/{{ sources.file }}" target="_blank">
<a href="https://livecoding.fr/" target="_blank">
LiveCoding.fr
</a>
</p>
</div>

<div class="ressource-button foreground">
<p class="button">
<a href="https://www.youtube.com/@cookiecollective" target="_blank">
Youtube
</a>
</p>
</div>

</div>


<style>
.main-content {
width: 100%;
Expand Down Expand Up @@ -97,4 +115,4 @@ title: Cookie Compilation
</style>
</style>
Loading

0 comments on commit 3268c9e

Please sign in to comment.