mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 20:55:11 +00:00
Add Sydney event page
This commit is contained in:
parent
2ae397d919
commit
39844e833b
1 changed files with 5 additions and 2 deletions
|
|
@ -4,8 +4,11 @@
|
|||
import { ScrollTrigger } from "gsap/ScrollTrigger";
|
||||
|
||||
// Event Configuration
|
||||
const EVENT_NAME = "Example";
|
||||
const EVENT_LOCATION = "Example City";
|
||||
const EVENT_NAME = "Daydream";
|
||||
const EVENT_LOCATION = "Sydney";
|
||||
const eventAddress = "1 Martin Place, Sydney NSW 2000";
|
||||
|
||||
|
||||
|
||||
// Cities where the game jam is happening
|
||||
const cities = `Columbus
|
||||
Loading…
Add table
Reference in a new issue