
















<script>
document.addEventListener("DOMContentLoaded", function () {

    const tabs = document.querySelectorAll(".workshop-tabs li");
    const panes = document.querySelectorAll(".tab-pane");

    tabs.forEach(tab => {

        tab.addEventListener("click", function(){

            tabs.forEach(item => item.classList.remove("active"));
            panes.forEach(item => item.classList.remove("active"));

            this.classList.add("active");

            document.getElementById(this.dataset.tab).classList.add("active");

        });

    });

});

</script>

<script>
    function saveAsPDF() {
        const form = document.getElementById('speakerConsentForm');

        if (!form.reportValidity()) {
            return;
        }

        window.print();
    }
</script>


<script>
document.addEventListener("DOMContentLoaded", function () {
    const iconMap = {
        "fa-linkedin": "fab",
        "fa-facebook": "fab",
        "fa-twitter": "fab",
        "fa-youtube": "fab",
        "fa-instagram": "fab"
    };

    document.querySelectorAll("i").forEach(function(icon) {
        Object.keys(iconMap).forEach(function(cls) {
            if (icon.classList.contains(cls)) {
                icon.classList.remove("fa");
                icon.classList.add(iconMap[cls]);
            }
        });
    });
});
</script>









BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ISACA Chennai Chapter - ECPv4.9.4//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ISACA Chennai Chapter
X-ORIGINAL-URL:https://isaca-chennai.org
X-WR-CALDESC:Events for ISACA Chennai Chapter
BEGIN:VTIMEZONE
TZID:"Asia/Kolkata"
BEGIN:STANDARD
TZOFFSETFROM:+0530
TZOFFSETTO:+0530
TZNAME:IST
DTSTART:20260101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20260926T090000
DTEND;TZID="Asia/Kolkata":20261004T180000
DTSTAMP:20260924T033327
CREATED:20260923T175756Z
LAST-MODIFIED:20260923T181158Z
UID:50779-1790413200-1791136800@isaca-chennai.org
SUMMARY:CommunITy day 2026 - ISACA Chennai Chapter Program in collaboration with Indian Voluntary Blood Bank
DESCRIPTION:  \nNote: Registration is through the HelperHelper Website or App only… No registration required in the Chapter website…\n💙 We’re excited to announce that the CommunITy day is now extended for a period of 9 days starting from Sep 26th to October 4\, 2026. \n🤝 CommunITy Day is a global ISACA initiative where chapters around the world come together to participate in local service projects\, driving impact under the theme: “Local Outreach. Global Impact.” \nChennai Chapter has organised Blood Donation Drives in collaboration with Indian Voluntary Blood Bank. The Blood Donation Camps will be conducted in two branches (Royapuram and Kolathur) of the Indian Voluntary Blood Bank between September 26th to October 4th. \nTimings: 9 AM to 6 PM \nRoyapuram address:\n2nd floor\, Church Street\, 110\, E Mada St\, Royapuram\, Chennai\, Tamil Nadu 600013\nhttps://maps.app.goo.gl/7bg9VbbUct6kxZiz6?g_st=ic\nPhone number: +91 98401 05596 \nKolathur Address:\nNo : 47\, 1st St\, Mohamed Husain Nagar\, Thirumalai Nagar\, Kolathur\, Chennai\, Tamil Nadu 600099\nhttps://maps.app.goo.gl/woKa5qEtaxeGW9Tu9?g_st=ic\nPhone number: +91 81109 55777 \nBefore you sign-up\, please check your eligibility to donate Blood:  \n– Age: 18-60 years\n– Weight: 45 kg or above\n– Health: Must be healthy and medically fit\n– Haemoglobin: > 12.5 g/dL\n– Platelet Count: Adequate platelet count\n– Veins: Good/adequate veins suitable for the blood donation procedure \nRegister for the Blood Donation via HelperHelper here: \n\nRoyapuram Blood Bank: https://app.helperhelper.com/opportunity/644515\nKolathur Blood Bank: https://app.helperhelper.com/opportunity/645259\n\nPlease note you need signup via HelperHelper first prior to registration to the event)  \n  \nFrequently Asked Questions (FAQs) \nWhat is CommunITy Day?\nEvery year\, ISACA chapters and staff as we exemplify our purpose\, promise\, and values with 9 days of service around the world – ISACA CommunITy day 2026. Not only we can help individuals realize the positive potential of technology\, but together\, we can help people realize the positive potential of ISACA’s global society. Read more about CommunITy day here. \nAs you all know\, Chennai Chapter has a rich volunteering culture and has seen many members participating in various initiatives. With this continuing trend\, the Chapter is proud to support the CommunITy day spearheaded by ISACA global. \nCan I refer this Blood Donation camp to someone else  (i.e. Family or Friends)?\nYes\, we invite our Chapter members and their family/friends to take part in the CommunITy day programs. \nIs there a WhatsApp group for communication purposes created? \nYes\, please join the WhatsApp group via this link – https://chat.whatsapp.com/EvbcG6d6jIdGoMFMox6Cez \nIs the registration for this event through Chapter Website?\nNo\, the registrations can be done via HelperHelper portal (using the links above) only after signing up. Here is a help document guiding you in the HelperHelper sign-up process. If you already have an HelperHelper account\, you can use the same to login. \n
URL:https://isaca-chennai.org/events/community-day-2026/
LOCATION:Indian Voluntary Blood Bank (Royapuram and Kolathur)\, 2nd floor\, Church Street\, 110\, E Mada St\, Royapuram\,\, 600013\, India
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR