-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
ArthurBeaulieu
committed
Oct 30, 2023
1 parent
de21f69
commit 2394f18
Showing
37 changed files
with
982 additions
and
148 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<div id="artist-modal" class="modal modal-artist"> | ||
<p class="close-modal">×</p> | ||
<h1 id="artist-name"></h1> | ||
<img src="" id="artist-picture" alt="artist-picture"> | ||
<h3 id="artist-roles"></h3> | ||
<p id="artist-bio"></p> | ||
<button id="close-modal-button" class="close-modal"></button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<div id="past-members-modal" class="modal past-members-modal"> | ||
<p class="close-modal">×</p> | ||
<h1 id="modal-title"></h1> | ||
<div id="past-members-container" class="past-members-container"></div> | ||
<button id="close-modal-button" class="close-modal"></button> | ||
</div> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,32 @@ | ||
{ | ||
"band": { | ||
"name": "Band Name", | ||
"desc": "This is your band's name description" | ||
"name": "NAC", | ||
"desc": "NAC is a Hard Rock/Progressive Rock band, founded in 1994 in Igny, France. Crafted around Pierrot and Elliot, the band's formation has often evolved to gradually consolidate from 2015. Its eclectic members put their interpretation at the service of their music; straightforward and raw." | ||
}, | ||
"roles": { | ||
"leadvocals": "Lead Singer", | ||
"backvocals": "Back Vocals", | ||
"guitar": "Guitar", | ||
"keyboard": "Keyboard", | ||
"bass": "Bass", | ||
"doublebass": "Double Bass", | ||
"drums": "Drums" | ||
}, | ||
"listenLink": "Check the discography", | ||
"treeLink": "Find us online", | ||
"musicians": "Musicians", | ||
"works": "Pieces", | ||
"videos": "Videos", | ||
"learnMore": "Click to read more", | ||
"from": "from", | ||
"pastMembers": "Past members", | ||
"listenOnline": "Listen online", | ||
"seeMore": "see more", | ||
"publishedOn": "Released on", | ||
"author": "Author", | ||
"composer": "Composer", | ||
"author": "Author", | ||
"seeMore": "see more", | ||
"from": "from", | ||
"to": "to", | ||
"since": "since", | ||
"close": "Close", | ||
"months": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,32 @@ | ||
{ | ||
"band": { | ||
"name": "Nom du groupe", | ||
"desc": "Description du groupe" | ||
"name": "NAC", | ||
"desc": "NAC est un groupe de Hard Rock/Rock Progressif, fondé en 1994 à Igny, France. La formation du groupe a souvent évoluée, autour de Pierrot et Elliot pour progressivement se consolider à partir de 2015. Ses éclectiques membres mettent leur interprétation au service de leur musique ; brute et sans détour." | ||
}, | ||
"roles": { | ||
"leadvocals": "Chant Principal", | ||
"backvocals": "Chœurs", | ||
"guitar": "Guitare", | ||
"keyboard": "Clavier", | ||
"bass": "Basse", | ||
"doublebass": "Contrebasse", | ||
"drums": "Batterie" | ||
}, | ||
"listenLink": "Voir la discographie", | ||
"treeLink": "Retrouvez-nous en ligne", | ||
"musicians": "Les Musiciens", | ||
"works": "Les Œuvres", | ||
"videos": "Vidéos", | ||
"learnMore": "Cliquez pour en savoir plus", | ||
"from": "de", | ||
"pastMembers": "Anciens membres", | ||
"listenOnline": "Écouter en ligne", | ||
"seeMore": "voir plus", | ||
"publishedOn": "Publié le", | ||
"composer": "Compositeur", | ||
"author": "Auteur", | ||
"composer": "Compositeur", | ||
"seeMore": "voir plus", | ||
"from": "de", | ||
"to": "à", | ||
"since": "depuis", | ||
"close": "Fermer", | ||
"months": ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Decembre"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.