diff --git a/apps/devchoices-next/public/assets/data/questions.ts b/apps/devchoices-next/public/assets/data/questions.ts index b70865b..90f9532 100644 --- a/apps/devchoices-next/public/assets/data/questions.ts +++ b/apps/devchoices-next/public/assets/data/questions.ts @@ -320,4 +320,15 @@ export const questions: QuestionInterface[] = [ img_path: '/assets/img/rebase.jpg', }, }, + { + slug: '42-or-epitech', + choiceLeft: { + title: '42', + img_path: '/assets/img/42.jpg' + }, + choiceRight: { + title: 'Epitech', + img_path: '/assets/img/epitech.jpg' + } + }, ] diff --git a/apps/devchoices-next/public/assets/img-previews/preview-42-or-epitech.jpg b/apps/devchoices-next/public/assets/img-previews/preview-42-or-epitech.jpg new file mode 100644 index 0000000..84d43ea Binary files /dev/null and b/apps/devchoices-next/public/assets/img-previews/preview-42-or-epitech.jpg differ diff --git a/apps/devchoices-next/public/assets/img/42.jpg b/apps/devchoices-next/public/assets/img/42.jpg new file mode 100644 index 0000000..326c14b Binary files /dev/null and b/apps/devchoices-next/public/assets/img/42.jpg differ diff --git a/apps/devchoices-next/public/assets/img/epitech.jpg b/apps/devchoices-next/public/assets/img/epitech.jpg new file mode 100644 index 0000000..4244686 Binary files /dev/null and b/apps/devchoices-next/public/assets/img/epitech.jpg differ