From c1c6ace07087f21c5b0f8d238b0bf41805b476d5 Mon Sep 17 00:00:00 2001 From: Anish Neupane Date: Mon, 23 Sep 2024 20:34:40 +0545 Subject: [PATCH] Moved /data to other repo as well --- data/activities.json | 87 -------------- data/members.json | 279 ------------------------------------------- data/schedule.json | 222 ---------------------------------- data/sponsors.json | 143 ---------------------- js/activities.js | 4 +- js/gallery.js | 4 +- js/members.js | 4 +- js/partners.js | 4 +- js/schedule.js | 4 +- js/sponsors.js | 4 +- 10 files changed, 18 insertions(+), 737 deletions(-) delete mode 100644 data/activities.json delete mode 100644 data/members.json delete mode 100644 data/schedule.json delete mode 100644 data/sponsors.json diff --git a/data/activities.json b/data/activities.json deleted file mode 100644 index be3dae1..0000000 --- a/data/activities.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "clickable": [ - { - "title": "Keynote Speakers", - "description": "Participants will gain insights from renowned keynote speakers, sharing their expertise and experiences in the open-source world. These talks will inspire and ignite discussions on the future of technology.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/keynote.svg", - "button": { - "title": "SEE OUR SPEAKERS", - "link": "" - } - }, - { - "title": "Capture The Flag", - "description": "Capture The Flag (CTF) is a thrilling cybersecurity competition where participants engage in solving complex security challenges to capture digital 'flags'. These challenges simulate real-world cyber threats and vulnerabilities, testing participants' skills.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/ctf.svg", - "button": { - "title": "REGISTER NOW", - "link": "https://forms.gle/Yvt6B7EGniR47ukB9" - } - }, - { - "title": "NOSKODE 5.0", - "description": "Noskode 5.0 is the problem-solving coding competition, where participants will tackle real-world challenges through innovative coding solutions. It's a platform for coders to showcase their skills and creativity in an exciting, competitive environment.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/shared/nosk_logo.svg", - "button": { - "title": "REGISTER NOW", - "link": "https://forms.gle/ahaZGnoJhXT5jU3q8" - } - }, - { - "title": "Open Source Project Exhibition", - "description": "The Open Source Project Exhibition will showcase innovative projects from developers and enthusiasts in the open-source community. Participants will get the chance to present their work, exchange ideas, and inspire others with their contributions to open-source technology.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/exhibition.svg", - "button": { - "title": "REGISTER NOW", - "link": "https://forms.gle/ZmT2eDPqyLoLj5Sd6" - } - } - ], - "unclickable": [ - { - "title": "Introduction to Open Source", - "description": "SFD will introduce participants to the world of Open Source, where software is shared freely for modification and collaboration. Attendees will explore how this community-driven model fuels innovation and transparency in tech.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/open_source.svg" - }, - { - "title": "Linux Distro Demos", - "description": "Participants will experience live demos of popular Linux distributions, showcasing their versatility and performance. These hands-on sessions will help attendees explore different distros and discover the best fit for their needs.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/linux.svg" - }, - { - "title": "Games and Enjoyment", - "description": "SFD will offer fun-filled gaming sessions, blending entertainment with tech learning. Participants can unwind and enjoy interactive games while engaging with the open-source community.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/games.svg" - }, - { - "title": "Candle Light Celebration", - "description": "SFD will conclude with a symbolic candlelight celebration, marking the unity and shared vision of the open-source community. This moment of reflection celebrates the collaborative spirit of open-source development.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/candle_light.svg" - }, - { - "title": "Interactive Q&A Sessions", - "description": "Participants will have the opportunity to engage in interactive Q&A sessions with industry experts. These sessions encourage open dialogue and provide clarity on various aspects of open-source technologies.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/qna.svg" - }, - { - "title": "Open Floor Discussions", - "description": "SFD will feature open floor discussions, allowing participants to share their thoughts, ideas, and questions. This collaborative space fosters diverse perspectives and drives deeper conversations within the community.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/open_floor.svg" - }, - { - "title": "Exciting Stalls and Booths", - "description": "Exciting Stalls and Booths provide a vibrant platform for attendees to explore a wide range of interactive exhibits and demonstrations. It's an ideal space for networking, learning and ideas in tech, open source, and beyond.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/booths.svg" - }, - { - "title": "Cake Cutting", - "description": "The cake cutting ceremony will bring everyone together to celebrate the success and milestones of Software Freedom Day. It's a joyous occasion to honor the community's achievements and future goals.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/cake.svg" - }, - { - "title": "Breakout/Discussion Rooms", - "description": "Participants can join breakout rooms for focused discussions on specific open-source topics. These smaller, interactive sessions provide an opportunity for deeper engagement and collaborative problem-solving.", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/activities/breakout.svg" - } - ] -} diff --git a/data/members.json b/data/members.json deleted file mode 100644 index 243e405..0000000 --- a/data/members.json +++ /dev/null @@ -1,279 +0,0 @@ -[ - { - "name": "Anuroj Baskota", - "designation": "Facilitator", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Anuroj.jpeg", - "socialLinks": { - "facebook": "https://www.facebook.com/anuroj.baskota", - "instagram": "https://www.instagram.com/anuroj.baskota/", - "linkedin": "https://www.linkedin.com/in/anuroj-baskota-57bb661b1/", - "github": "https://github.com/AnurojBaskota", - "website": "https://anurojbaskota.com.np/" - } - }, - { - "name": "Manish Poudel", - "designation": "Facilitator", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Manish.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/manish.poudel.1297943/", - "instagram": "#", - "linkedin": "https://www.linkedin.com/in/manish-poudel-b6566a198/", - "github": "https://github.com/ManishPoudel", - "website": "#" - } - }, - { - "name": "Satya Raj Awasthi", - "designation": "Facilitator", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Satya.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/SatyaRajAwasth1", - "instagram": "https://www.instagram.com/SatyaRajAwasth1", - "linkedin": "https://www.linkedin.com/in/SatyaRajAwasth1", - "github": "https://github.com/SatyaRajAwasth1", - "website": "#" - } - }, - { - "name": "Shreeya Tamang", - "designation": "Facilitator", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Shreeya.jpg", - "socialLinks": { - "facebook": "#", - "instagram": "#", - "linkedin": "https://www.linkedin.com/in/shreeya-tamang/", - "github": "https://github.com/shreeyatamang", - "website": "#" - } - }, - { - "name": "Sujal Bikram Thapa", - "designation": "Graphics/Web Designer", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Sujal.jpeg", - "socialLinks": { - "facebook": "https://www.facebook.com/sujalbikramthapa", - "instagram": "https://www.instagram.com/sujalbthapa/", - "linkedin": "https://www.linkedin.com/in/sujalbthapa/", - "github": "https://github.com/sujalbthapa", - "website": "https://sujalbthapa.com.np/" - } - }, - { - "name": "Ujashna Dangol", - "designation": "Graphics Designer", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Ujashna.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/ujashna.dangol", - "instagram": "https://www.instagram.com/uj_2004_/", - "linkedin": "https://www.linkedin.com/in/ujashna-dangol-165533311/", - "github": "https://github.com/Ujashna", - "website": "#" - } - }, - { - "name": "Aman Sheikh", - "designation": "Technical Committee", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Aman.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/fried.donutslinger", - "instagram": "https://www.instagram.com/sheikh_a_man/", - "linkedin": "https://www.linkedin.com/in/aman-sheikh-044b6a155/", - "github": "https://github.com/IntelligentBeaver", - "website": "#" - } - }, - { - "name": "Anish Neupane", - "designation": "Technical Committee", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Anish.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/anishkn04", - "instagram": "https://www.instagram.com/anishkn04/", - "linkedin": "https://www.linkedin.com/in/anishkn04/", - "github": "https://github.com/anishkn04/", - "website": "https://anishkn.com.np/" - } - }, - { - "name": "Bikram Kharal", - "designation": "Technical Committee", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Bikram.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/themarkib/", - "instagram": "https://www.instagram.com/themarkib/", - "linkedin": "https://www.linkedin.com/in/themarkib/", - "github": "https://github.com/themarkib", - "website": "https://bikramkharal.com.np/" - } - }, - { - "name": "Nabin Paudel", - "designation": "Technical Committee", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Nabin.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/nabin.paudel.41", - "instagram": "https://www.instagram.com/nabin_paudel24/", - "linkedin": "https://np.linkedin.com/in/nabin-paudel-133902293", - "github": "https://github.com/NabinPaudel001", - "website": "#" - } - }, - { - "name": "Rajan Kshedal", - "designation": "Technical Committee", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Rajan.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/mahrajanhok", - "instagram": "https://www.instagram.com/rajanhok_/", - "linkedin": "https://www.linkedin.com/in/noobsixt9/", - "github": "https://github.com/noobsixt9/", - "website": "https://noobsixt9.medium.com/" - } - }, - { - "name": "Rishav Chapagain", - "designation": "Technical Committee", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Rishav.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/rishavosaurus", - "instagram": "https://www.instagram.com/rishavosaurus/", - "linkedin": "https://www.linkedin.com/in/rishav-chapagain/", - "github": "https://github.com/RishavOsaurus/", - "website": "#" - } - }, - { - "name": "Birat Aryal", - "designation": "Logistics", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Birat.png", - "socialLinks": { - "facebook": "https://www.facebook.com/itsbirataryal", - "instagram": "https://www.instagram.com/birataryal_/", - "linkedin": "https://www.linkedin.com/in/aryalbirat/", - "github": "https://github.com/aryalbirat", - "website": "https://aryalbirat.com.np/" - } - }, - { - "name": "Darshan Pajiyar", - "designation": "Logistics", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Darshan.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/darshan.pajiyar.5?mibextid=ZbWKwL", - "instagram": "https://www.instagram.com/darsu144?igsh=MTdrNjgwZzhzczE0NQ==", - "linkedin": "https://www.linkedin.com/in/darshan-pajiyar-3489b1259", - "github": "https://github.com/darsu144", - "website": "#" - } - }, - { - "name": "Aaditya Binod Yadav", - "designation": "Outreach and Sponsorship", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Aaditya.png", - "socialLinks": { - "facebook": "https://www.facebook.com/aadityabinodyadav108/", - "instagram": "https://www.instagram.com/aadityarayyadav/", - "linkedin": "https://www.linkedin.com/in/aaditya-binod-yadav-52505a256/", - "github": "https://github.com/aadityabinod", - "website": "#" - } - }, - - { - "name": "Jyoti Kumari Raut", - "designation": "Outreach and Sponsorship", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/jyoti.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/profile.php?id=100018586925735", - "instagram": "#", - "linkedin": "https://www.linkedin.com/in/jyoti-raut/", - "github": "https://github.com/jyotiraut", - "website": "#" - } - }, - { - "name": "Kripa Khanal", - "designation": "Outreach and Sponsorship", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Kripa.jpg", - "socialLinks": { - "facebook": "#", - "instagram": "https://www.instagram.com/_krispyyy?igsh=MTQwN2Q3ajNhdndveA==", - "linkedin": "https://www.linkedin.com/in/krispyyy", - "github": "#", - "website": "#" - } - }, - { - "name": "Sanskar Tamang", - "designation": "Outreach and Sponsorship", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Sanskar.jpg", - "socialLinks": { - "facebook": "#", - "instagram": "#", - "linkedin": "https://www.linkedin.com/in/sanskartamang", - "github": "#", - "website": "#" - } - }, - { - "name": "Prashubha Pathak", - "designation": "Social Media", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Prashubha.png", - "socialLinks": { - "facebook": "https://www.facebook.com/share/TqV2mb4tdGWkhMph/?mibextid=qi2Omg", - "instagram": "https://www.instagram.com/prashubha_pathak?igsh=eGpubTdoMTA0bWVh", - "linkedin": "https://www.linkedin.com/in/prashubha-pathak-1077a32b2?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app", - "github": "https://github.com/PrashubhaP", - "website": "#" - } - }, - { - "name": "Samikshya Ghimire", - "designation": "Content & Social Media", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Samikshya.png", - "socialLinks": { - "facebook": "https://www.facebook.com/samikshyaxx?mibextid=LQQJ4d", - "instagram": "https://www.instagram.com/samikshyaxx/", - "linkedin": "https://www.linkedin.com/in/samikshya-ghimire-2222222xx/", - "github": "", - "website": "#" - } - }, - { - "name": "Nikita Banskota", - "designation": "Volunteer", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Nikita.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/nikita.banskota.9", - "instagram": "", - "linkedin": "https://www.linkedin.com/in/nikita-banskota-6b78b6328/", - "github": "https://github.com/Nikkyyyyy", - "website": "#" - } - }, - { - "name": "Rushab Risal", - "designation": "Volunteer", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Rushab.jpg", - "socialLinks": { - "facebook": "#", - "instagram": "#", - "linkedin": "https://www.linkedin.com/in/rushabofficials/", - "github": "https://github.com/RushabRisal", - "website": "#" - } - }, - { - "name": "Sanjana Paudel", - "designation": "Volunteer", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/members/Sanjana.jpg", - "socialLinks": { - "facebook": "https://www.facebook.com/profile.php?id=100008684178724", - "instagram": "https://www.instagram.com/_sanjanapaudel/", - "linkedin": "https://www.linkedin.com/in/sanjanapaudel", - "github": "", - "website": "#" - } - } -] diff --git a/data/schedule.json b/data/schedule.json deleted file mode 100644 index 8fcc499..0000000 --- a/data/schedule.json +++ /dev/null @@ -1,222 +0,0 @@ -[ - { - "time": "09:00 - 09:30", - "title": "Check-In & Registrations", - "speaker": { - "name": "NOSK Team", - "title": "Welcoming and Preparation", - "image": "https://via.placeholder.com/50" - }, - "date": "Start", - "link": "https://example.com/introduction-hello" - }, - { - "time": "09:30 - 10:00", - "title": "Opening Ceremony", - "speaker": { - "name": "Guests and Sponsors", - "title": "Open Source Advocates and Supporters", - "image": "https://via.placeholder.com/50" - }, - "date": "Lighting Ceremony", - "link": "https://example.com/opening-remarks" - }, - { - "time": "10:00 - 10:30", - "title": "Opening Remarks", - "speaker": { - "name": "Er. Niranjan Khakurel", - "title": "Principal, NCIT & NOSK Supporter", - "image": "https://via.placeholder.com/50" - }, - "date": "Opening", - "link": "https://example.com/opening-remarks" - }, - { - "time": "10:30 - 11:00", - "title": "Keynote Address", - "speaker": { - "name": "Mr. Hempal Shrestha", - "title": "Founding Member, FOSS NEPAL", - "image": "https://via.placeholder.com/50" - }, - "date": "Keynote", - "link": "https://example.com/keynote-speaker" - }, - { - "time": "11:00 - 12:00", - "title": "Capture the Flag (CTF) Competition", - "speaker": { - "name": "Bikram Kharal, Rajan Kshedal", - "title": "Cybersecurity Experts", - "image": "https://via.placeholder.com/50" - }, - "date": "Competition", - "link": "https://example.com/capture-the-flag" - }, - { - "time": "11:00 - 12:00", - "title": "Cybersecurity Insights", - "speaker": { - "name": "Er. Kumar Pudasaini", - "title": "Global Cybersecurity Community Forum", - "image": "https://via.placeholder.com/50" - }, - "date": "Talk 1", - "link": "https://example.com/capture-the-flag" - }, - { - "time": "11:00 - 12:00", - "title": "NOSKODE 5.0", - "speaker": { - "name": "NOSKODE Host", - "title": "NOSK Contributer", - "image": "https://via.placeholder.com/50" - }, - "date": "Competition", - "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", - "title": "Games and Fun", - "speaker": { - "name": "Various Hosts", - "title": "Win Prizes, T-Shirts, and More", - "image": "https://via.placeholder.com/50" - }, - "date": "Fun", - "link": "https://example.com/games-and-fun" - }, - { - "time": "12:30 - 13:00", - "title": "Lunch Break", - "speaker": { - "name": "Break Time", - "title": "", - "image": "" - }, - "date": "Break", - "link": "N/A" - }, - { - "time": "13:00 - 14:00", - "title": "Open Source Project Exhibition", - "speaker": { - "name": "Various Exhibitors", - "title": "Open Source Innovators", - "image": "https://via.placeholder.com/50" - }, - "date": "Exhibition", - "link": "https://example.com/open-source-exhibition" - }, - { - "time": "14:00 - 14:30", - "title": "Open Source Journey", - "speaker": { - "name": "Er. Bikalpa Dhakal", - "title": "Software Engineer, Canonical", - "image": "https://via.placeholder.com/50" - }, - "date": "Talk 2", - "link": "https://example.com/pioneering-perspectives" - }, - { - "time": "14:30 - 14:45", - "title": "Giveaway Results", - "speaker": { - "name": "Mudita Store", - "title": "Win Headphones, Pendrives, and Mousepads", - "image": "https://via.placeholder.com/50" - }, - "date": "Giveaway", - "link": "https://example.com/giveaway-results" - }, - { - "time": "14:45 - 15:15", - "title": "Open Source & SigNoz", - "speaker": { - "name": "Er. Prashant Sahi", - "title": "Maintainer, SigNoz", - "image": "https://via.placeholder.com/50" - }, - "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", - "title": "Sponsors, Community Partners, and Enthusiasts", - "image": "https://via.placeholder.com/50" - }, - "date": "Awards", - "link": "https://example.com/awarding-certification" - }, - { - "time": "16:00 - 16:45", - "title": "Open Floor Discussion", - "speaker": { - "name": "Community Leaders", - "title": "Open Floor Moderators", - "image": "https://via.placeholder.com/50" - }, - "date": "Open-Floor", - "link": "https://example.com/opensource-chitchats" - }, - { - "time": "16:45 - 17:00", - "title": "Photo Shoot", - "speaker": { - "name": "All Participants", - "title": "Break Time", - "image": "https://via.placeholder.com/50" - }, - "date": "Photos", - "link": "N/A" - }, - { - "time": "17:00 - 17:15", - "title": "Alumni Meetup and Shoutout", - "speaker": { - "name": "NOSK Alumni", - "title": "Open Source Enthusiasts", - "image": "https://via.placeholder.com/50" - }, - "date": "Shoutout", - "link": "https://example.com/alumni-meetup" - }, - { - "time": "17:15 - 18:00", - "title": "Jamming Session", - "speaker": { - "name": "Manish Poudel", - "title": "Music Extravaganza", - "image": "https://via.placeholder.com/50" - }, - "date": "Music", - "link": "https://example.com/jamming-session" - }, - { - "time": "18:00 - 19:00", - "title": "Candle Light Celebration & Farewell", - "speaker": { - "name": "Event Team & Alumni", - "title": "Event Facilitators and NOSK Alumni", - "image": "https://via.placeholder.com/50" - }, - "date": "Celebration", - "link": "https://example.com/candle-light-celebration" - } -] diff --git a/data/sponsors.json b/data/sponsors.json deleted file mode 100644 index 20f2242..0000000 --- a/data/sponsors.json +++ /dev/null @@ -1,143 +0,0 @@ -[ - { - "title": "Gold Sponsor", - "name": "Nepal College of Information Technology", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/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", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Kantipur.png", - "link": "" - }, - { - "title": "Silver Sponsor", - "name": "Leapfrog", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/LeapFrog1.png", - "link": "https://www.lftechnology.com/" - }, - { - "title": "Bronze Sponsor", - "name": "rEngine", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/rengine.png", - "link": "https://rengine.wiki/" - }, - { - "title": "Supporting Partner", - "name": "Buns & Roses

Bakery Partner

", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Buns&Roses.png", - "link": "https://www.facebook.com/profile.php?id=61556209796994" - }, - { - "title": "Supporting Partner", - "name": "GitHub Campus Expert", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Red Flag.png", - "link": "https://githubcampus.expert/" - }, - { - "title": "Supporting Partner", - "name": "Libre Office", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/LibreOffice.png", - "link": "https://www.libreoffice.org/" - }, - - { - "title": "Supporting Partner", - "name": "Mero Job

Career Partner

", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Mero Job.jpg", - "link": "https://merojob.com/" - }, - { - "title": "Supporting Partner", - "name": "Mudita Store

Giveaway Partner

", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/mudita.svg", - "link": "https://mudita.com.np/" - }, - - { - "title": "Co-Organizing Partner", - "name": "Birendra Open Source Club", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Birendra Open Source Club.jpg", - "link": "https://www.facebook.com/birendraopensourceclub/" - }, - { - "title": "Co-Organizing Partner", - "name": "Innovative Computer Engineering Club", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/ICEC.jpg", - "link": "https://ices.edu.np/" - }, - { - "title": "Co-Organizing Partner", - "name": "Trichandra Research Group", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/TriChandra Research Group.jpg", - "link": "https://www.facebook.com/TriChandraResearchGroup/" - }, - { - "title": "Community partner", - "name": "Engineers Vlogs", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/EVlogo.png", - "link": "" - }, - { - "title": "Community partner", - "name": "Everday Karma", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/everydaykarma.jpg", - "link": "https://www.facebook.com/groups/everydaykarma/" - }, - { - "title": "Community partner", - "name": "DEV community nepal", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/DEV_community_nepal.jpg", - "link": "https://www.facebook.com/DevCommunityNepal/" - }, - { - "title": "Community partner", - "name": "GNOME Nepal", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/GNOME_Nepal.png", - "link": "https://www.facebook.com/profile.php?id=61560797123131" - }, - { - "title": "Community partner", - "name": "OSAC ASCOL", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/OSAC.png", - "link": "https://osac.org.np/" - }, - - { - "title": "Other Partner", - "name": "Rotaract Club of Balaju", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Rotaract Club Of Balaju.png", - "link": "https://www.instagram.com/rotaractbalajuofficial/" - }, - { - "title": "Other Partner", - "name": "Rotaract Club of Dillibazar-Kathmandu", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/Logo_Club_And_Serving_Mankind.png", - "link": "https://www.instagram.com/rotaractdillibazar_ktm/" - }, - { - "title": "Other Partner", - "name": "Rotaract Club of Gyaneshwor, CiST", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/RAC_Gyaneswor_CiST, Logo.png", - "link": "https://www.instagram.com/racgyanesworcist/" - }, - { - "title": "Other Partner", - "name": "Rotaract Club of Patan West", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/patan_west-1.png", - "link": "https://www.instagram.com/rotaractclubofpatanwest/" - }, - { - "title": "Volunteering Partner", - "name": "Nepal Tek Community", - "image": "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/sfd-2024/nosk-sfd-2024/assets/sponsors/NTC logo.png", - "link": "https://tekcommunity.ncit.edu.np/" - } -] diff --git a/js/activities.js b/js/activities.js index 2b36dd5..0655f49 100644 --- a/js/activities.js +++ b/js/activities.js @@ -5,7 +5,9 @@ document.addEventListener("DOMContentLoaded", async () => { let ucCard = ""; let cCard = ""; try { - const res = await fetch("/data/activities.json"); + const res = await fetch( + "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/main/nosk-sfd-2024/data/activities.json", + ); const data = await res.json(); data.unclickable.forEach((activity) => { ucCard += unclickGen(activity); diff --git a/js/gallery.js b/js/gallery.js index 05d0cbf..dad3a55 100644 --- a/js/gallery.js +++ b/js/gallery.js @@ -1,5 +1,7 @@ // Fetch the gallery data from the JSON file and insert it into the HTML -fetch("../gallery.json") // Adjusted path to gallery.json +fetch( + "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/main/nosk-sfd-2024/data/gallery.json", +) // Adjusted path to gallery.json .then((response) => response.json()) .then((data) => { const galleryContainer = document.getElementById("gallery"); diff --git a/js/members.js b/js/members.js index 8326a9f..3ce3edf 100644 --- a/js/members.js +++ b/js/members.js @@ -39,7 +39,9 @@ function createCard(member) { // Gets elemnt by id (members-container) and insert inside the tag... async function fetchCards() { try { - const response = await fetch("../data/members.json"); + const response = await fetch( + "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/main/nosk-sfd-2024/data/members.json", + ); const members = await response.json(); const container = document.getElementById("members-container"); diff --git a/js/partners.js b/js/partners.js index b799fd2..19a2de6 100644 --- a/js/partners.js +++ b/js/partners.js @@ -1,5 +1,7 @@ async function partnersLoader() { - const res = await fetch("/data/sponsors.json"); + const res = await fetch( + "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/main/nosk-sfd-2024/data/sponsors.json", + ); const sponsorsData = await res.json(); const sponsorContainer = document.getElementById("sponsor-container"); diff --git a/js/schedule.js b/js/schedule.js index e6be832..de44d76 100644 --- a/js/schedule.js +++ b/js/schedule.js @@ -1,5 +1,7 @@ document.addEventListener("DOMContentLoaded", () => { - fetch("../data/schedule.json") + fetch( + "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/main/nosk-sfd-2024/data/schedule.json", + ) .then((response) => response.json()) .then((data) => { const scheduleSection = document.getElementById("schedule"); diff --git a/js/sponsors.js b/js/sponsors.js index 3fbb360..b86e6d5 100644 --- a/js/sponsors.js +++ b/js/sponsors.js @@ -1,7 +1,9 @@ document.addEventListener("DOMContentLoaded", async () => { let spCards = ""; - const res = await fetch("/data/sponsors.json"); + const res = await fetch( + "https://raw.githubusercontent.com/noskofficial/sfd-resources/refs/heads/main/nosk-sfd-2024/data/sponsors.json", + ); const unfilteredData = await res.json(); const data = unfilteredData.filter((data) => data.title.includes("Sponsor")); const sponsorCount = data.length;