{"id":442,"date":"2024-09-19T10:18:31","date_gmt":"2024-09-19T09:18:31","guid":{"rendered":"https:\/\/www.sharod.co.uk\/?page_id=442"},"modified":"2024-09-19T11:04:00","modified_gmt":"2024-09-19T10:04:00","slug":"puja-2024","status":"publish","type":"page","link":"https:\/\/www.sharod.co.uk\/?page_id=442","title":{"rendered":"Durga Puja 2024"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>SHAROD Celebration<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #FFFFFF; \/* White background *\/\n            color: #000000 !important; \/* Ensure text is fully black *\/\n            line-height: 1.6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #C45A65 !important; \/* Title color *\/\n            font-size: 36px;\n        }\n        .highlight {\n            color: #C45A65 !important; \/* Ensure highlight color is bold and visible *\/\n            font-weight: bold;\n        }\n        .dates {\n            color: #C45A65 !important; \/* Ensure date text is clearly visible *\/\n            font-weight: bold;\n        }\n        .message {\n            margin-top: 20px;\n            font-size: 18px;\n            color: #000000 !important; \/* Ensure main text is black *\/\n        }\n        .footer {\n            text-align: center;\n            margin-top: 40px;\n            font-size: 14px;\n            color: #666666;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"container\">\n        <h1>Welcome to SHAROD Durga Puja 2024!<\/h1>\n        \n        <p class=\"message\">\n            It\u2019s time again for yet another year of \u2018Dhaker Baddi\u2019 (Drum roll) &#8211; the Annual event which \n            <span class=\"highlight\">SHAROD<\/span> Swindon and the whole of Swindon awaits eagerly!!\n        <\/p>\n\n        <p class=\"message\">\n            <span class=\"highlight\">SHAROD<\/span> is all ready again to welcome Ma Durga in our Swindon for the 8th consecutive year on \n            <span class=\"dates\">10th October<\/span> and celebrate her stay till \n            <span class=\"dates\">12th October 2024<\/span> at the Purton Community Hall.\n        <\/p>\n\n        <p class=\"message\">\n            Please do join with the rest of the team in welcoming her with her family and spend the 3 days in soulful worship, devotion, cele\nbration, joy, and happiness &#8211; not to forget the delicious Bhog being served each day&#8230; and \n            <span class=\"highlight\">ADDA<\/span> (chit chat) till we conclude by giving a tearful farewell to Ma Durga &#038; family on \n            <span class=\"dates\">12th October<\/span> amongst \u2018Sindur Khela\u2019, chanting aloud \n            <em>\u2018Asche bochor Abar hobey\u2019<\/em> (Next year again!)\n        <\/p>\n\n        <p class=\"message\">\n            <strong>Come and indulge yourself<\/strong> on this special occasion which is all about gaiety &#038; celebrating life. Get involved with so many other volunteers who are working to make this yet another year of memorable celebrations.\n        <\/p>\n    <\/div>\n\n    <div class=\"footer\">\n        \u00a9 2024 SHAROD Swindon &#8211; All Rights Reserved\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n\n<h2 class=\"wp-block-heading\">Durga Puja 2024 Timeline<\/h2>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Event Timeline<\/title>\n    <style>\n        \/* Timeline container *\/\n        .timeline {\n            position: relative;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        \/* The actual timeline (the vertical ruler) *\/\n        .timeline::after {\n            content: '';\n            position: absolute;\n            width: 6px;\n            background-color: #C45A65; \/* Line color *\/\n            top: 0;\n            bottom: 0;\n            left: 50%;\n            margin-left: -3px;\n        }\n\n        \/* Container for event blocks *\/\n        .container-timeline {\n            padding: 10px 40px;\n            position: relative;\n            background-color: inherit;\n            width: 50%;\n        }\n\n        \/* Position the left blocks *\/\n        .container-timeline.left {\n            left: 0;\n        }\n\n        \/* Position the right blocks *\/\n        .container-timeline.right {\n            left: 50%;\n        }\n\n        \/* Add the content *\/\n        .content-timeline {\n            padding: 20px;\n            background-color: white;\n            position: relative;\n            border-radius: 6px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        \/* Add arrows to the boxes *\/\n        .container-timeline.left::before {\n            content: \" \";\n            height: 0;\n            position: absolute;\n            top: 15px;\n            width: 0;\n            z-index: 1;\n            right: -15px;\n            border: medium solid white;\n            border-width: 10px 0 10px 10px;\n            border-color: transparent transparent transparent white;\n        }\n\n        .container-timeline.right::before {\n            content: \" \";\n            height: 0;\n            position: absolute;\n            top: 15px;\n            width: 0;\n            z-index: 1;\n            left: -15px;\n            border: medium solid white;\n            border-width: 10px 10px 10px 0;\n            border-color: transparent white transparent transparent;\n        }\n\n        \/* Time and Date *\/\n        .date {\n            color: #C45A65;\n            font-weight: bold;\n            margin-bottom: 10px;\n        }\n\n        \/* Responsive Design *\/\n        @media screen and (max-width: 600px) {\n            .timeline::after {\n                left: 31px;\n            }\n\n            .container-timeline {\n                width: 100%;\n                padding-left: 70px;\n                padding-right: 25px;\n            }\n\n            .container-timeline.right {\n                left: 0%;\n            }\n\n            .container-timeline.left::before, .container-timeline.right::before {\n                left: 60px;\n                border: medium solid white;\n                border-width: 10px 10px 10px 0;\n                border-color: transparent white transparent transparent;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"timeline\">\n    <!-- Mahalaya Event -->\n    <div class=\"container-timeline left\">\n        <div class=\"content-timeline\">\n            <span class=\"date\">6th October 2024 &#8211; Mahalaya<\/span>\n            <p>Mahalaya marks the beginning of Durga Puja celebrations, a day of invoking the presence of Goddess Durga.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Durga Puja Event (Multiple Days) -->\n    <div class=\"container-timeline right\">\n        <div class=\"content-timeline\">\n            <span class=\"date\">10th &#8211; 12th October 2024 &#8211; Durga Puja<\/span>\n            <p>Durga Puja celebrations will take place over 3 days, from Sashti to Dashami. Join us for worship, celebration, and Bhog.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<h2 class=\"wp-block-heading\">Mahalaya Celebration<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"1024\" src=\"https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2-724x1024.jpeg\" alt=\"\" class=\"wp-image-452\" srcset=\"https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2-724x1024.jpeg 724w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2-400x566.jpeg 400w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2-212x300.jpeg 212w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2-768x1086.jpeg 768w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2-1086x1536.jpeg 1086w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.01.47-2.jpeg 1448w\" sizes=\"auto, (max-width: 724px) 85vw, 724px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Durga Puja Time Table<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"1024\" src=\"https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1-724x1024.jpeg\" alt=\"\" class=\"wp-image-450\" srcset=\"https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1-724x1024.jpeg 724w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1-400x566.jpeg 400w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1-212x300.jpeg 212w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1-768x1086.jpeg 768w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1-1086x1536.jpeg 1086w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-19.59.56-1.jpeg 1448w\" sizes=\"auto, (max-width: 724px) 85vw, 724px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"1024\" src=\"https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18-724x1024.jpeg\" alt=\"\" class=\"wp-image-451\" srcset=\"https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18-724x1024.jpeg 724w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18-400x566.jpeg 400w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18-212x300.jpeg 212w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18-768x1086.jpeg 768w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18-1086x1536.jpeg 1086w, https:\/\/www.sharod.co.uk\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-18-at-20.00.18.jpeg 1448w\" sizes=\"auto, (max-width: 724px) 85vw, 724px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SHAROD Celebration Welcome to SHAROD Durga Puja 2024! It\u2019s time again for yet another year of \u2018Dhaker Baddi\u2019 (Drum roll) &#8211; the Annual event which SHAROD Swindon and the whole of Swindon awaits eagerly!! SHAROD is all ready again to welcome Ma Durga in our Swindon for the 8th consecutive year on 10th October and &hellip; <a href=\"https:\/\/www.sharod.co.uk\/?page_id=442\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Durga Puja 2024&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_oct_exclude_from_cache":false,"footnotes":""},"class_list":["post-442","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=442"}],"version-history":[{"count":18,"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/442\/revisions"}],"predecessor-version":[{"id":469,"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/442\/revisions\/469"}],"wp:attachment":[{"href":"https:\/\/www.sharod.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}