Skip to content

Commit ed11fb1

Browse files
Landing judingapp (#448)
* spinning animation * updated hub hero * updated table locations * updated waiting cards * submit button + background/layout * pictures!! * rename files, delted unused, fix logout button, added judge name --------- Co-authored-by: michelleyeoh <michellew.yeoh@gmail.com>
1 parent 2c7750f commit ed11fb1

44 files changed

Lines changed: 761 additions & 483 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/(pages)/(hackers)/_components/ProjectInfo/FAQAccordian/MusicPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { useState, useRef, useEffect } from 'react';
44
import Image from 'next/image';
55
import styles from './MusicPlayer.module.scss';
6-
import vinyl from 'public/judges/hub/vinyl.svg';
6+
import vinyl from 'public/hackers/vinyl.svg';
77
import pauseIcon from 'public/hackers/pause-icon.svg';
88
import playIcon from 'public/hackers/play-icon.svg';
99

app/(pages)/(hackers)/_components/ProjectInfo/SubmissionInfo/SubmissionSteps/SubmitProject/VinylPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { useState, useRef, useEffect } from 'react';
44
import Image from 'next/image';
55
import styles from './VinylPlayer.module.scss';
6-
import vinyl from 'public/judges/hub/vinyl.svg';
6+
import vinyl from 'public/hackers/vinyl.svg';
77
import pauseIcon from 'public/hackers/pause-icon.svg';
88
import playIcon from 'public/hackers/play-icon.svg';
99

app/(pages)/judges/(app)/_components/JudgingHub/Dismiss.tsx

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/(pages)/judges/(app)/_components/JudgingHub/HubHero.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/(pages)/judges/(app)/_components/JudgingHub/JudgingHub.module.scss

Whitespace-only changes.

app/(pages)/judges/(app)/_components/JudgingHub/JudgingList.module.scss

Lines changed: 0 additions & 65 deletions
This file was deleted.

app/(pages)/judges/(app)/_components/JudgingHub/JudgingList.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/(pages)/judges/(app)/_components/JudgingHub/TableLocations.module.scss

Lines changed: 0 additions & 67 deletions
This file was deleted.

app/(pages)/judges/(app)/_components/JudgingHub/TableLocations.tsx

Lines changed: 0 additions & 45 deletions
This file was deleted.

app/(pages)/judges/(app)/_components/JudgingHub/TableLocationsHacker.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)