From a8a408641b03b00359e798c866108c02a80b3dd8 Mon Sep 17 00:00:00 2001 From: Thulina Wickramasinghe Date: Wed, 4 Sep 2024 11:22:11 +0530 Subject: [PATCH 1/3] Content: update timeline --- apps/2024/src/components/landing/timeline/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/2024/src/components/landing/timeline/data.json b/apps/2024/src/components/landing/timeline/data.json index 8a9ef2b..2896ce9 100644 --- a/apps/2024/src/components/landing/timeline/data.json +++ b/apps/2024/src/components/landing/timeline/data.json @@ -6,10 +6,10 @@ "time": "19:00 IST" }, { - "date": "5 Sep", + "date": "11 Sep", "title": "Awareness Session + Practise Round", "description": "Learn the rules of bashaway while navigating the platforms in a simulated battle", - "time": "11:00 IST" + "time": "19:00 IST" }, { "date": "18 Sep", From 34ca683e53463bd5a9258b813862c8eb74ff346c Mon Sep 17 00:00:00 2001 From: Thulina Wickramasinghe Date: Wed, 4 Sep 2024 23:04:52 +0530 Subject: [PATCH 2/3] Content(timeline): change first round date --- apps/2024/src/components/landing/timeline/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/2024/src/components/landing/timeline/data.json b/apps/2024/src/components/landing/timeline/data.json index 2896ce9..e490d51 100644 --- a/apps/2024/src/components/landing/timeline/data.json +++ b/apps/2024/src/components/landing/timeline/data.json @@ -18,7 +18,7 @@ "time": "15:00 IST" }, { - "date": "5 Oct", + "date": "6 Oct", "title": "1st Round", "description": "The real battle begins today! Showcase your scripting skills and secure a spot in the next round.", "time": "10:00 IST" From 438fa36459399ccbc0d5eb55f74cd04375bc6c3f Mon Sep 17 00:00:00 2001 From: Thulina Wickramasinghe Date: Wed, 4 Sep 2024 23:26:12 +0530 Subject: [PATCH 3/3] Content(sponsors): add sampath logo --- .../assets/images/sponsors/sampath-bank.svg | 9 ++++++++ .../src/components/landing/sponsors/data.json | 22 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 apps/2024/public/assets/images/sponsors/sampath-bank.svg diff --git a/apps/2024/public/assets/images/sponsors/sampath-bank.svg b/apps/2024/public/assets/images/sponsors/sampath-bank.svg new file mode 100644 index 0000000..aa1a3b5 --- /dev/null +++ b/apps/2024/public/assets/images/sponsors/sampath-bank.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/apps/2024/src/components/landing/sponsors/data.json b/apps/2024/src/components/landing/sponsors/data.json index d6a8764..e35b42f 100644 --- a/apps/2024/src/components/landing/sponsors/data.json +++ b/apps/2024/src/components/landing/sponsors/data.json @@ -29,6 +29,16 @@ "wrapper": "from-black/50 to-yellow-400" } }, + { + "name": "Sampath Bank", + "logo": "./assets/images/sponsors/sampath-bank.svg", + "link": "https://www.sampath.lk/", + "category": "Silver", + "styles": { + "logo": "w-7/12 p-0.5 xs:p-1.5 lg:p-2 2xl:p-[11px] lg:-translate-y-1 2xl:-translate-y-[5px]", + "wrapper": "from-black/10 to-slate-200" + } + }, { "name": "Wonderae", "logo": "./assets/images/sponsors/wonderae.png", @@ -38,5 +48,17 @@ "logo": "w-full p-0.5 xs:p-1.5 lg:p-2 2xl:p-[11px] lg:-translate-y-1 2xl:-translate-y-[5px]", "wrapper": "from-black/30 to-red-200" } + }, + { + "name": "", + "logo": "" + }, + { + "name": "", + "logo": "" + }, + { + "name": "", + "logo": "" } ]