From 9df52a49f64af957580354501afc93789c05f1cb Mon Sep 17 00:00:00 2001 From: Joe Fox <136865424+BogPlaymate@users.noreply.github.com> Date: Thu, 11 Jul 2024 06:32:27 +0900 Subject: [PATCH] Delete frontend/src/routes/BACKUP+page (copy).svelteBACKUP Cleaning up --- .../routes/BACKUP+page (copy).svelteBACKUP | 555 ------------------ 1 file changed, 555 deletions(-) delete mode 100644 frontend/src/routes/BACKUP+page (copy).svelteBACKUP diff --git a/frontend/src/routes/BACKUP+page (copy).svelteBACKUP b/frontend/src/routes/BACKUP+page (copy).svelteBACKUP deleted file mode 100644 index d9406b4..0000000 --- a/frontend/src/routes/BACKUP+page (copy).svelteBACKUP +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - ClassQuiz - {$t('index_page.meta.title')} - - ClassQuiz - Home - - - - - - - - - - - - - - - - - -
-
-
-

ClassQuiz

-

{$t('index_page.slogan')}

-
-
-
-

{$t('index_page.how_does_classquiz_work')}

- -
-

- {$t('index_page.get_a_quiz')} -

-
-
-
-
- {#if selected_create_thing === SelectedCreateThing.Create} - Screenshot of the import-page showing an URL to Kahoot! entered - {:else if selected_create_thing === SelectedCreateThing.Find} - Screenshot of the search-page showing one found quiz for the term 'Country' - {:else if selected_create_thing === SelectedCreateThing.Import} - Screenshot of the import-page showing an URL to Kahoot! entered - {:else} -

Shouldn't happen!

- {/if} -
-
-
-
{ - selected_create_thing = SelectedCreateThing.Create; - }} - class:shadow-2xl={selected_create_thing === SelectedCreateThing.Create} - class:opacity-70={selected_create_thing !== SelectedCreateThing.Create} - > -
- - - -
-
{$t('words.create')}
-

{$t('index_page.create_a_quiz_from_scratch')}

-
-
{ - selected_create_thing = SelectedCreateThing.Find; - }} - class:shadow-2xl={selected_create_thing === SelectedCreateThing.Find} - class:opacity-70={selected_create_thing !== SelectedCreateThing.Find} - > -
- - - -
-
{$t('words.find')}
-

{$t('index_page.find_or_explore')}

-
- -
-
-
- -
-
-

- {$t('index_page.play_quiz')} -

-
- -
-
-
- {#if selected_play_thing === SelectedPlayThing.Select} - Screenshot of the screen where an answer can be selected - {:else if selected_play_thing === SelectedPlayThing.Results} - Screenshot of the results with a table showing how many players chose which answer - {:else if selected_play_thing === SelectedPlayThing.Winners} - Screenshot of the import-page showing an URL to Kahoot! entered - {:else} -

Shouldn't happen!

- {/if} -
-
-
-
{ - selected_play_thing = SelectedPlayThing.Select; - }} - class:shadow-2xl={selected_play_thing === SelectedPlayThing.Select} - class:opacity-70={selected_play_thing !== SelectedPlayThing.Select} - > -
- - - -
-
{$t('index_page.select_answer')}
-

{$t('index_page.choose_answer_wisely')}

-
-
{ - selected_play_thing = SelectedPlayThing.Results; - }} - class:shadow-2xl={selected_play_thing === SelectedPlayThing.Results} - class:opacity-70={selected_play_thing !== SelectedPlayThing.Results} - > -
- - - -
-
{$t('index_page.view_results')}
-

{$t('index_page.check_if_chosen_wisely')}

-
-
{ - selected_play_thing = SelectedPlayThing.Winners; - }} - class:shadow-2xl={selected_play_thing === SelectedPlayThing.Winners} - class:opacity-70={selected_play_thing !== SelectedPlayThing.Winners} - > -
- - - -
-
{$t('index_page.list_winners')}
-

{$t('index_page.get_ranking_and_winners')}

-
-
-
-
- -
-
-

- {$t('index_page.why_classquiz')} -

-
- -
-
-
-

- {classquiz_reasons[selected_classquiz_reason].content} -

-
-
-
- {#each classquiz_reasons as reason, index} -
{ - selected_classquiz_reason = index; - }} - class:shadow-2xl={selected_classquiz_reason === index} - class:opacity-70={selected_classquiz_reason !== index} - > -
{reason.headline}
-
- {/each} -
-
-
-
-{#if newsletterModalOpen} -
- -
-{/if} -