From 7e2256062f16e437bbbb815082b322d03e0e357e Mon Sep 17 00:00:00 2001 From: IntelligentBeaver Date: Fri, 20 Sep 2024 20:39:20 +0545 Subject: [PATCH 1/2] Updated schedule page with small improvements to design. --- css/output.css | 5 ++++ data/schedule.json | 65 +++++++++++++++++++++++++++------------------- js/schedule.js | 4 +-- 3 files changed, 45 insertions(+), 29 deletions(-) diff --git a/css/output.css b/css/output.css index 84ddc7e..2aed77f 100644 --- a/css/output.css +++ b/css/output.css @@ -2472,6 +2472,11 @@ video { line-height: 1.75rem; } + .lg\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + .lg\:font-semibold { font-weight: 600; } diff --git a/data/schedule.json b/data/schedule.json index ca9b465..8fcc499 100644 --- a/data/schedule.json +++ b/data/schedule.json @@ -1,7 +1,7 @@ [ { "time": "09:00 - 09:30", - "title": "Check-In", + "title": "Check-In & Registrations", "speaker": { "name": "NOSK Team", "title": "Welcoming and Preparation", @@ -55,26 +55,37 @@ "link": "https://example.com/capture-the-flag" }, { - "time": "11:00 - 14:00", - "title": "Linux Distro & Open Source Projects Demo", + "time": "11:00 - 12:00", + "title": "Cybersecurity Insights", "speaker": { - "name": "NOSK & Open Source Contributors", - "title": "Linux & Open Source Specialists", + "name": "Er. Kumar Pudasaini", + "title": "Global Cybersecurity Community Forum", "image": "https://via.placeholder.com/50" }, - "date": "Demo", - "link": "https://example.com/distro-demo" + "date": "Talk 1", + "link": "https://example.com/capture-the-flag" }, { "time": "11:00 - 12:00", "title": "NOSKODE 5.0", "speaker": { - "name": "Bishal Poudel, Abhilekh Gautam", - "title": "NOSKODE Host, NOSK Contributors", + "name": "NOSKODE Host", + "title": "NOSK Contributer", "image": "https://via.placeholder.com/50" }, "date": "Competition", - "link": "https://example.com/noskode" + "link": "https://example.com/capture-the-flag" + }, + { + "time": "11:00 - 14:00", + "title": "Linux Distro & Open Source Projects Demo", + "speaker": { + "name": "NOSK & Open Source Contributors", + "title": "Linux & Open Source Specialists", + "image": "https://via.placeholder.com/50" + }, + "date": "Demo", + "link": "https://example.com/distro-demo" }, { "time": "12:00 - 12:30", @@ -111,42 +122,42 @@ }, { "time": "14:00 - 14:30", - "title": "Pioneering Perspectives", + "title": "Open Source Journey", "speaker": { "name": "Er. Bikalpa Dhakal", "title": "Software Engineer, Canonical", "image": "https://via.placeholder.com/50" }, - "date": "Talk 1", + "date": "Talk 2", "link": "https://example.com/pioneering-perspectives" }, { - "time": "14:30 - 15:00", - "title": "Innovation Spotlight", + "time": "14:30 - 14:45", + "title": "Giveaway Results", "speaker": { - "name": "Speaker 3", - "title": "Open Source Contributor", + "name": "Mudita Store", + "title": "Win Headphones, Pendrives, and Mousepads", "image": "https://via.placeholder.com/50" }, - "date": "Talk 2", - "link": "https://example.com/innovation-spotlight" + "date": "Giveaway", + "link": "https://example.com/giveaway-results" }, { - "time": "15:00 - 15:15", - "title": "Giveaway Results", + "time": "14:45 - 15:15", + "title": "Open Source & SigNoz", "speaker": { - "name": "Event Host", - "title": "Win Headphones, Pendrives, and Mousepads", + "name": "Er. Prashant Sahi", + "title": "Maintainer, SigNoz", "image": "https://via.placeholder.com/50" }, - "date": "Giveaway", - "link": "https://example.com/giveaway-results" + "date": "Talk 3", + "link": "https://example.com/innovation-spotlight" }, { "time": "15:15 - 16:00", "title": "Awarding and Certification Ceremony", "speaker": { - "name": "Certificates and Token Distribution Team", + "name": "Certificates and Token Distribution", "title": "Sponsors, Community Partners, and Enthusiasts", "image": "https://via.placeholder.com/50" }, @@ -155,7 +166,7 @@ }, { "time": "16:00 - 16:45", - "title": "Open Source and ChitChats / Open Floor Discussion", + "title": "Open Floor Discussion", "speaker": { "name": "Community Leaders", "title": "Open Floor Moderators", @@ -169,7 +180,7 @@ "title": "Photo Shoot", "speaker": { "name": "All Participants", - "title": "Capture Your Memories", + "title": "Break Time", "image": "https://via.placeholder.com/50" }, "date": "Photos", diff --git a/js/schedule.js b/js/schedule.js index 167317b..e6be832 100644 --- a/js/schedule.js +++ b/js/schedule.js @@ -10,7 +10,7 @@ document.addEventListener("DOMContentLoaded", () => { let eventHTML = `

${event.time}

-

${event.title}

+

${event.title}

@@ -18,7 +18,7 @@ document.addEventListener("DOMContentLoaded", () => {

${event.speaker.title}

- ${event.date} + ${event.date}
`; From ede3569dd0d0e229566aa1dfcdb3666afcfe0826 Mon Sep 17 00:00:00 2001 From: IntelligentBeaver Date: Fri, 20 Sep 2024 23:44:44 +0545 Subject: [PATCH 2/2] Added Broadway Infosys as Silver sponsors and ReNgine as Bronze Sponsor. --- css/output.css | 10 +++++----- data/sponsors.json | 8 +++++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/output.css b/css/output.css index 2aed77f..a850afb 100644 --- a/css/output.css +++ b/css/output.css @@ -2420,6 +2420,11 @@ video { text-align: start; } + .lg\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + .lg\:text-7xl { font-size: 4.5rem; line-height: 1; @@ -2472,11 +2477,6 @@ video { line-height: 1.75rem; } - .lg\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - .lg\:font-semibold { font-weight: 600; } diff --git a/data/sponsors.json b/data/sponsors.json index 22aeed3..7bc2a13 100644 --- a/data/sponsors.json +++ b/data/sponsors.json @@ -5,6 +5,12 @@ "image": "/assets/sponsors/NCIT.jpg", "link": "https://ncit.edu.np/" }, + { + "title": "Silver Sponsor", + "name": "Broadway Infosys", + "image": "/assets/sponsors/Broadway.svg", + "link": "https://broadwayinfosys.com/" + }, { "title": "Silver Sponsor", "name": "Kantipur Coffee", @@ -18,7 +24,7 @@ "link": "https://www.lftechnology.com/" }, { - "title": "Silver Sponsor", + "title": "Bronze Sponsor", "name": "rEngine", "image": "/assets/sponsors/rengine.png", "link": "https://rengine.wiki/"