From 029c3e74418e8b0169a077ea755da667214e791e Mon Sep 17 00:00:00 2001 From: Devadutt Date: Mon, 23 Sep 2024 07:51:04 +0530 Subject: [PATCH] added docker compose --- docker-compose.yml | 14 ++++++++++++++ src/components/CardContainer/eventDetails.js | 4 ++-- src/components/CardContainer/pastEvents.js | 8 ++++---- 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..37f5c57 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ + +services: + web: + image: gdc-website + build: + context: . + dockerfile: Dockerfile + container_name: gdc_website_container + ports: + - "5173:5173" + volumes: + - .:/app + environment: + - NODE_ENV=production diff --git a/src/components/CardContainer/eventDetails.js b/src/components/CardContainer/eventDetails.js index 7bb118b..e640b5f 100644 --- a/src/components/CardContainer/eventDetails.js +++ b/src/components/CardContainer/eventDetails.js @@ -7,7 +7,7 @@ const eventDetails = { venuep2: 'Hall', date: '11/09/24', detail: ' Dive into 3D Game Development with Unity! This 3-day workshop from August 21st to 23rd will immerse you in advanced techniques and hands-on projects, all while providing expert guidance and project mentorship.', - image: 'https://i.imgur.com/riEcYVg.jpeg', + image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg', status: 'REGISTER', link: 'https://bit.ly/GameCraft4', } @@ -24,7 +24,7 @@ const eventDetails = { venuep2: 'PROJECT LAB', date: '11/09/24', detail: ' Hosted by CODEC , the Department Association of Computer Science and Engineering, in collaboration with the Game Development Club of ICET. Learn Godot Engine and dive into the world of game development!', - image: 'https://i.imgur.com/P5SZOEO.jpeg', + image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg', status: 'REGISTER', link: 'https://airtable.com/appJ3s5rLsvkbclNC/pagDVMIfVcog8C8qH/form', }, diff --git a/src/components/CardContainer/pastEvents.js b/src/components/CardContainer/pastEvents.js index fd07d9d..439fcae 100644 --- a/src/components/CardContainer/pastEvents.js +++ b/src/components/CardContainer/pastEvents.js @@ -7,7 +7,7 @@ const pastEvents = { venuep2: '201', date: 'August 5,7 2024', detail: 'The GameWar debate competition on esports was successfully organized by GDC MEC. The event aimed to foster discussions and debates around the evolving world of esports, providing participants with an opportunity to showcase their debating skills and knowledge about the industry.', - image: 'https://i.imgur.com/D5U0lCn.jpeg', + image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg', status: 'View Gallery', images: [] }, @@ -19,7 +19,7 @@ const pastEvents = { venuep2: 'Hall', date: 'August 6 2024', detail: 'The workshop aimed to introduce participants to the fundamentals of 3D game development using the Godot engine. Attendees had the opportunity to learn from experienced developers and engage in hands-on activities.', - image: 'https://i.imgur.com/zcVkXVU.jpeg', + image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg', status: 'View Gallery', images: [] }, @@ -31,7 +31,7 @@ const pastEvents = { venuep2: 'Hall', date: 'August 19 2024', detail: '', - image: 'https://i.imgur.com/cFJWI1O.jpeg', + image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg', status: 'View Gallery', images: [] } @@ -77,7 +77,7 @@ const pastEvents = { venuep2: '', date: 'May 5,6,7 /2024', detail: 'A comprehensive 3-day workshop was conducted, with each session lasting 2 hours. Mr. Mohammed Shijin K, and Mr Abijith, members of the GDC Executive Committee, facilitated the workshop.Participants engaged in an in-depth exploration of Unity Engine features, such as game physics, animations, and scripting.', - image: 'https://i.imgur.com/INYVCIO.jpeg', + image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg', status: 'View Gallery', images: [] },