-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(templates): add DevFest Nantes 2024 templates (#13)
- Loading branch information
Showing
11 changed files
with
2,024 additions
and
1,558 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
import { TemplateInformations } from './templates'; | ||
|
||
export const TheDarkChapterOneTemplate: TemplateInformations = { | ||
eventId: 1, | ||
eventName: 'DevFest Nantes 2024', | ||
referenceImage: '/templates/the-dark-chapter/page.png', | ||
instructions: ` | ||
--- The rules --- | ||
1) No previews - of either results or assets! | ||
2) Stay in this editor at all times | ||
3) No measurement tools | ||
4) Stop coding when the time's up | ||
5) After the round is over, press "Finish" | ||
Good luck and most important of all : have fun ! 🥳 | ||
--- Assets --- | ||
⚠️ Remember to resize images if necessary | ||
⚠️ Beware of file extensions ! | ||
⚠️ All images have straight borders, no radius ! | ||
And the blood already has the light shadow. | ||
./templates/the-dark-chapter/logo-devfest.png (w 655 x h 228) | ||
./templates/the-dark-chapter/blood.png (w 1512 x h 315) | ||
--- Font --- | ||
'Helvetica' is loaded | ||
--- Colors --- | ||
dark-red: #C03F40 | ||
light-red: #EB4A4B | ||
`, | ||
showPreview: true, | ||
demoMode: true, | ||
}; |
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,39 @@ | ||
import { TemplateInformations } from './templates'; | ||
|
||
export const TheDarkChapterThreeTemplate: TemplateInformations = { | ||
eventId: 1, | ||
eventName: 'DevFest Nantes 2024', | ||
referenceImage: '/templates/the-dark-chapter/page-3.png', | ||
instructions: ` | ||
--- The rules --- | ||
1) No previews - of either results or assets! | ||
2) Stay in this editor at all times | ||
3) No measurement tools | ||
4) Stop coding when the time's up | ||
5) After the round is over, press "Finish" | ||
Good luck and most important of all : have fun ! 🥳 | ||
--- Assets --- | ||
⚠️ Remember to resize images if necessary | ||
⚠️ Beware of file extensions ! | ||
⚠️ All images have straight borders, no radius ! | ||
And the blood already has the light shadow. | ||
./templates/the-dark-chapter/logo-devfest.png (w 655 x h 228) | ||
./templates/the-dark-chapter/blood.png (w 1512 x h 315) | ||
--- Font --- | ||
'Helvetica' is loaded | ||
--- Colors --- | ||
dark-red: #C03F40 | ||
light-red: #EB4A4B | ||
`, | ||
showPreview: true, | ||
demoMode: true, | ||
}; |
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,39 @@ | ||
import { TemplateInformations } from './templates'; | ||
|
||
export const TheDarkChapterTwoTemplate: TemplateInformations = { | ||
eventId: 1, | ||
eventName: 'DevFest Nantes 2024', | ||
referenceImage: '/templates/the-dark-chapter/page-2.png', | ||
instructions: ` | ||
--- The rules --- | ||
1) No previews - of either results or assets! | ||
2) Stay in this editor at all times | ||
3) No measurement tools | ||
4) Stop coding when the time's up | ||
5) After the round is over, press "Finish" | ||
Good luck and most important of all : have fun ! 🥳 | ||
--- Assets --- | ||
⚠️ Remember to resize images if necessary | ||
⚠️ Beware of file extensions ! | ||
⚠️ All images have straight borders, no radius ! | ||
And the blood already has the light shadow. | ||
./templates/the-dark-chapter/logo-devfest.png (w 655 x h 228) | ||
./templates/the-dark-chapter/blood.png (w 1512 x h 315) | ||
--- Font --- | ||
'Helvetica' is loaded | ||
--- Colors --- | ||
dark-red: #C03F40 | ||
light-red: #EB4A4B | ||
`, | ||
showPreview: true, | ||
demoMode: true, | ||
}; |
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 |
---|---|---|
|
@@ -37,5 +37,6 @@ | |
"eslint-config-prettier": "9.1.0", | ||
"prettier": "3.2.5", | ||
"typescript": "5.3.3" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" | ||
} |
Oops, something went wrong.