{"id":4820,"date":"2025-06-05T10:08:10","date_gmt":"2025-06-05T10:08:10","guid":{"rendered":"https:\/\/www.coasolapur.in\/?page_id=4820"},"modified":"2025-06-07T13:47:16","modified_gmt":"2025-06-07T13:47:16","slug":"competitions-and-achievements","status":"publish","type":"page","link":"https:\/\/www.coasolapur.in\/?page_id=4820","title":{"rendered":"Competitions and Achievements"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4820\" class=\"elementor elementor-4820\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d87518 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"6d87518\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ad143e\" data-id=\"3ad143e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d3d854f elementor-widget elementor-widget-html\" data-id=\"d3d854f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Awards and Recognitions<\/title>\r\n    <!-- Tailwind CSS CDN for styling -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <!-- Google Fonts - Poppins (for general use) and Comic Neue (for heading) -->\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;700&family=Comic+Neue:wght@700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        \/* Custom styles for the table to match the image's appearance *\/\r\n        body {\r\n            font-family: 'Inter', sans-serif; \/* Using Inter font as primary fallback *\/\r\n            background-color: #f3f4f6; \/* Light gray background *\/\r\n        }\r\n        \/* Comic Neue font for the main heading *\/\r\n        h1.main-heading {\r\n            font-family: 'Comic Neue', cursive; \/* Use cursive as a fallback if Comic Neue isn't loaded *\/\r\n        }\r\n\r\n        .table-container {\r\n            max-width: 1000px; \/* Adjusted max width for single attachment column *\/\r\n            margin: 2rem auto; \/* Center the table with margin *\/\r\n            background-color: white; \/* White background for the table *\/\r\n            border-radius: 0.5rem; \/* Rounded corners *\/\r\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); \/* Subtle shadow *\/\r\n            overflow-x: auto; \/* Enable horizontal scrolling on small screens *\/\r\n        }\r\n        table {\r\n            width: 100%;\r\n            border-collapse: collapse; \/* Collapse borders for a clean look *\/\r\n        }\r\n        th, td {\r\n            padding: 0.75rem 1rem; \/* Padding for table cells *\/\r\n            text-align: left; \/* Align text to the left *\/\r\n            border: 1px solid #e5e7eb; \/* Light gray border for cells *\/\r\n        }\r\n        th {\r\n            background-color: #3b82f6; \/* Blue background for table headers *\/\r\n            color: white; \/* White text for headers *\/\r\n            font-weight: 600; \/* Semi-bold font for headers *\/\r\n            white-space: nowrap; \/* Prevent headers from wrapping *\/\r\n        }\r\n        \/* Alternating row colors for visual combination effect *\/\r\n        tr:nth-child(odd) {\r\n            background-color: #e0f7fa; \/* Very light cyan *\/\r\n        }\r\n        tr:nth-child(even) {\r\n            background-color: #fffde7; \/* Very light yellow\/cream *\/\r\n        }\r\n        tr:hover {\r\n            background-color: #e0f2fe; \/* Lighter blue background on row hover *\/\r\n            transform: translateY(-2px); \/* Slight lift on hover *\/\r\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); \/* Enhanced shadow on hover *\/\r\n            transition: all 0.3s ease-in-out; \/* Smooth transition for hover effects *\/\r\n        }\r\n        \/* Reset transform and shadow when not hovering *\/\r\n        tr {\r\n            transition: all 0.3s ease-in-out;\r\n        }\r\n\r\n        \/* Animation for table rows on load *\/\r\n        @keyframes fadeIn {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        tbody tr {\r\n            animation: fadeIn 0.6s ease-out forwards;\r\n            opacity: 0; \/* Start invisible *\/\r\n            transform: translateY(20px); \/* Start slightly below *\/\r\n        }\r\n        \/* Animation delays for staggered effect - will be applied dynamically in JS *\/\r\n\r\n        \/* Modal styles *\/\r\n        .modal {\r\n            display: none; \/* Hidden by default *\/\r\n            position: fixed; \/* Stay in place *\/\r\n            z-index: 1000; \/* Sit on top *\/\r\n            left: 0;\r\n            top: 0;\r\n            width: 100%; \/* Full width *\/\r\n            height: 100%; \/* Full height *\/\r\n            overflow: auto; \/* Enable scroll if needed *\/\r\n            background-color: rgba(0,0,0,0.8); \/* Black w\/ opacity *\/\r\n            justify-content: center;\r\n            align-items: center;\r\n            animation: fadeInModal 0.3s ease-out;\r\n        }\r\n\r\n        .modal-content {\r\n            margin: auto;\r\n            display: block;\r\n            max-width: 90%;\r\n            max-height: 90%;\r\n            object-fit: contain; \/* Ensure image fits within modal without cropping *\/\r\n            border-radius: 0.5rem;\r\n        }\r\n\r\n        .modal-close {\r\n            position: absolute;\r\n            top: 15px;\r\n            right: 35px;\r\n            color: #f1f1f1;\r\n            font-size: 40px;\r\n            font-weight: bold;\r\n            transition: 0.3s;\r\n            cursor: pointer;\r\n        }\r\n        .modal-close:hover,\r\n        .modal-close:focus {\r\n            color: #bbb;\r\n            text-decoration: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        \/* Animation for modal *\/\r\n        @keyframes fadeInModal {\r\n            from { opacity: 0; }\r\n            to { opacity: 1; }\r\n        }\r\n        @keyframes zoomInModal {\r\n            from { transform: scale(0.8); }\r\n            to { transform: scale(1); }\r\n        }\r\n        .modal.active .modal-content {\r\n            animation: zoomInModal 0.3s ease-out;\r\n        }\r\n\r\n        \/* Thumbnail specific styles *\/\r\n        .table-thumbnail {\r\n            width: 50px; \/* Small fixed width for thumbnails *\/\r\n            height: 50px; \/* Small fixed height for thumbnails *\/\r\n            object-fit: cover; \/* Cover the area, possibly cropping *\/\r\n            border-radius: 0.25rem; \/* Slightly rounded corners *\/\r\n            cursor: pointer;\r\n            border: 1px solid #d1d5db; \/* Light gray border *\/\r\n            transition: transform 0.2s ease-in-out;\r\n        }\r\n        .table-thumbnail:hover {\r\n            transform: scale(1.1); \/* Slightly enlarge on hover *\/\r\n        }\r\n        .thumbnail-cell {\r\n            display: flex;\r\n            flex-direction: row; \/* Arrange thumbnails horizontally *\/\r\n            gap: 5px; \/* Space between multiple images in the cell *\/\r\n            align-items: center; \/* Vertically align thumbnails in the center *\/\r\n            justify-content: flex-start; \/* Align thumbnails to the start of the row *\/\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"flex flex-col items-center p-4\">\r\n\r\n    <!-- Main heading with Poppins font, bold, and center alignment -->\r\n    <h1 class=\"main-heading w-full text-2xl font-bold text-gray-800 mb-4 text-center\">\r\n        Awards and recognitions received for extension activities from government \/ government recognised bodies\r\n    <\/h1>\r\n\r\n    <!-- Subtle GIF below the heading -->\r\n    <div class=\"mb-4 flex justify-center w-full\">\r\n        <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/youre-the-best-clapping-at-trophy-wcjtpt1stfkac4u9.gif\" alt=\"Animated Stars\" class=\"w-16 h-16 object-contain\">\r\n    <\/div>\r\n\r\n    <div class=\"table-container\">\r\n        <table>\r\n            <thead>\r\n                <tr>\r\n                    <th>Name<\/th>\r\n                    <th>Category<\/th>\r\n                    <th>Title of Award won<\/th>\r\n                    <th>Award<\/th>\r\n                    <th>Date<\/th>\r\n                    <th>Photo Attachments<\/th> <!-- Single header for all attachments -->\r\n                <\/tr>\r\n            <\/thead>\r\n            <tbody id=\"awardsTableBody\">\r\n                <!-- Table rows will be dynamically inserted here by JavaScript -->\r\n            <\/tbody>\r\n        <\/table>\r\n    <\/div>\r\n\r\n    <!-- Modal for full-size image -->\r\n    <div id=\"imageModal\" class=\"modal flex\">\r\n        <span class=\"modal-close\">&times;<\/span>\r\n        <img class=\"modal-content\" id=\"fullImage\">\r\n    <\/div>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            const awardsTableBody = document.getElementById('awardsTableBody');\r\n            const imageModal = document.getElementById('imageModal');\r\n            const fullImage = document.getElementById('fullImage');\r\n            const modalClose = document.querySelector('.modal-close');\r\n\r\n            \/\/ Data for awards, including attachment URLs\r\n            \/\/ Each entry now has an array of attachmentUrls\r\n            const awardsData = [\r\n                {\r\n                    name: \"SSSM's COA\", category: \"Institute\", titleWon: \"Blood donation camp\",\r\n                    award: \"certificate\", date: \"28\/09\/2019\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-02.jpg\", \/\/ Your uploaded image\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-03.jpg\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"SSSM's COA\", category: \"Institute\", titleWon: \"Blood donation camp\",\r\n                    award: \"certificate\", date: \"02\/05\/2023\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-04.jpg\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/C8A2C8\/000000?text=Cert-C\"  \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Shrushti Jaykar Thombare\", category: \"Student\", titleWon: \"Skill do martial art State association\",\r\n                    award: \"4<sup>th<\/sup> state level championship gold medal\", date: \"28\/10\/2021\",\r\n                    attachmentUrls: [\r\n                        \"https:\/\/placehold.co\/100x100\/FFD700\/000000?text=Award-1\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/F0E68C\/000000?text=Award-1A\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Shrushti Jaykar Thombare\", category: \"Student\", titleWon: \"Skill do martial art national federation\",\r\n                    award: \"World skill do federation 3<sup>rd<\/sup> rank\", date: \"25\/12\/2021\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-06.jpg\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/FFB6C1\/000000?text=Award-2A\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Prerna Tamboli\", category: \"Student\", titleWon: \"First prize in WJTchar-23technical technical symposium (dream cad)\",\r\n                    award: \"First prize in technical symposium (dream cad)\", date: \"12\/5\/2023 &amp; 13\/5\/2023\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-07.jpg\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/B0E0E6\/000000?text=Symp-1A\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Vaishnavi Karbhari\", category: \"Student\", titleWon: \"First prize in WJTchar-23technical technical symposium (dream cad)\",\r\n                    award: \"First prize in technical symposium (dream cad)\", date: \"12\/5\/2023 &amp; 13\/5\/2023\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-08.jpg\", \/\/ Placeholder image\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-12.jpg\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Sanika Dulange\", category: \"Student\", titleWon: \"Second prize in WJTchar-23technical technical symposium (dream cad)\",\r\n                    award: \"Second prize in technical symposium (dream cad)\", date: \"12\/5\/2023 &amp; 13\/5\/2023\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-09.jpg\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/FFC0CB\/000000?text=Symp-3A\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Rahul Zanwar\", category: \"Student\", titleWon: \"First prize in WJTchar-23technical technical symposium (Infra Civil)\",\r\n                    award: \"First prize in technical symposium (Infra Civil)\", date: \"12\/5\/2023 &amp; 13\/5\/2023\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-10.jpg\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/ADD8E6\/000000?text=Infra-1A\" \/\/ Another placeholder image\r\n                    ]\r\n                },\r\n                {\r\n                    name: \"Pratiksha Kamble\", category: \"Student\", titleWon: \"First prize in WJTchar-23technical technical symposium (Infra Civil)\",\r\n                    award: \"First prize in technical symposium (Infra Civil)\", date: \"12\/5\/2023 &amp; 13\/5\/2023\",\r\n                    attachmentUrls: [\r\n                        \"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/Awards-and-recognitions-received-for-extension-activities-11.jpg\", \/\/ Placeholder image\r\n                        \"https:\/\/placehold.co\/100x100\/EE82EE\/000000?text=Infra-2A\" \/\/ Another placeholder image\r\n                    ]\r\n                }\r\n            ];\r\n\r\n            \/\/ Function to create a table row\r\n            function createTableRow(award, index) {\r\n                const row = document.createElement('tr');\r\n                row.style.animationDelay = `${index * 0.1}s`; \/\/ Staggered animation delay\r\n\r\n                \/\/ Populate common cells\r\n                let rowHtml = `\r\n                    <td>${award.name}<\/td>\r\n                    <td>${award.category}<\/td>\r\n                    <td>${award.titleWon}<\/td>\r\n                    <td>${award.award}<\/td>\r\n                    <td>${award.date}<\/td>\r\n                `;\r\n\r\n                \/\/ Create a single cell for all attachments in this row, arranged horizontally\r\n                let attachmentCellContent = '<td class=\"thumbnail-cell\">';\r\n                award.attachmentUrls.forEach((url, imgIndex) => {\r\n                    const altText = `${award.titleWon} attachment ${imgIndex + 1}`;\r\n                    attachmentCellContent += `\r\n                        <img decoding=\"async\" src=\"${url}\"\r\n                             alt=\"${altText}\"\r\n                             class=\"table-thumbnail\"\r\n                             onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/50x50\/F0F0F0\/666666?text=X';\"\r\n                        >\r\n                    `;\r\n                });\r\n                attachmentCellContent += '<\/td>';\r\n                rowHtml += attachmentCellContent;\r\n\r\n                row.innerHTML = rowHtml;\r\n\r\n                \/\/ Add click listeners to all thumbnails within this row\r\n                const thumbnails = row.querySelectorAll('.table-thumbnail');\r\n                thumbnails.forEach(thumbnail => {\r\n                    thumbnail.addEventListener('click', () => {\r\n                        fullImage.src = thumbnail.src;\r\n                        imageModal.classList.add('active');\r\n                        imageModal.style.display = 'flex'; \/\/ Ensure modal is displayed\r\n                    });\r\n                });\r\n\r\n                return row;\r\n            }\r\n\r\n            \/\/ Populate the table\r\n            awardsData.forEach((award, index) => {\r\n                awardsTableBody.appendChild(createTableRow(award, index));\r\n            });\r\n\r\n            \/\/ Click event listener for the modal close button\r\n            modalClose.addEventListener('click', () => {\r\n                imageModal.classList.remove('active');\r\n                imageModal.style.display = 'none'; \/\/ Hide modal after animation\r\n            });\r\n\r\n            \/\/ Click outside the image to close the modal\r\n            imageModal.addEventListener('click', (event) => {\r\n                if (event.target === imageModal) {\r\n                    imageModal.classList.remove('active');\r\n                    imageModal.style.display = 'none'; \/\/ Hide modal after animation\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-64f24c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"64f24c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a4f411\" data-id=\"5a4f411\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31df7d5 elementor-widget elementor-widget-html\" data-id=\"31df7d5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Architectural Thesis Competition A.Y. 2023-24 - IIA Solapur Center<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/lightbox2\/2.11.3\/css\/lightbox.min.css\" rel=\"stylesheet\">\r\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/lightbox2\/2.11.3\/js\/lightbox.min.js\"><\/script>\r\n    <style>\r\n        .image-card {\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            opacity: 0;\r\n            animation: slideIn 0.5s ease-out forwards;\r\n            animation-delay: calc(0.1s * var(--index));\r\n        }\r\n        .image-card:hover {\r\n            transform: scale(1.05);\r\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\r\n        }\r\n        .fade-in {\r\n            opacity: 0;\r\n            animation: fadeIn 1s ease-in forwards;\r\n        }\r\n        .header-slide {\r\n            opacity: 0;\r\n            transform: translateY(-20px);\r\n            animation: slideDown 0.8s ease-out forwards;\r\n        }\r\n        .gradient-bg {\r\n            background: linear-gradient(90deg, #1e3a8a, #f97316);\r\n        }\r\n        @keyframes fadeIn {\r\n            to { opacity: 1; }\r\n        }\r\n        @keyframes slideIn {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        @keyframes slideDown {\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-gray-100 font-sans\">\r\n    <!-- Header Section -->\r\n    <header class=\"gradient-bg text-white py-6 header-slide\">\r\n        <div class=\"container mx-auto px-4 text-center\">\r\n            <h1 class=\"text-2xl font-bold text-white\">Architectural Thesis Competition A.Y. 2023-24<\/h1>\r\n            <p class=\"text-base mt-2 text-white\">Organized by Indian Institute of Architects, Solapur Center<\/p>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- Main Content -->\r\n    <main class=\"container mx-auto px-4 py-12\">\r\n        <!-- Introduction -->\r\n        <section class=\"text-center mb-12 fade-in\">\r\n            <h2 class=\"text-2xl font-semibold text-gray-800\">Welcome to the Thesis Showcase<\/h2>\r\n            <p class=\"text-gray-600 mt-4 max-w-2xl mx-auto\">\r\n                The Architectural Thesis Competition A.Y. 2023-24, hosted by the Indian Institute of Architects, Solapur Center, celebrates innovative and creative thesis projects by aspiring architects. Explore the gallery below to view the outstanding submissions.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Image Gallery -->\r\n        <section class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6\">\r\n            <!-- Image 1 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 1;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.34-PM-1.jpeg\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 2 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 2;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.34-PM.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 3 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 3;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.35-PM-1.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 4 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 4;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.35-PM-2.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 5 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 5;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.35-PM.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 6 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 6;\">\r\n                <a href=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.36-PM-1.jpeg\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.36-PM-2.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 7 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 7;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.36-PM.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 8 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 8;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.37-PM.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n            <!-- Image 9 -->\r\n            <div class=\"image-card bg-white rounded-lg shadow-md overflow-hidden\" style=\"--index: 9;\">\r\n                <a href=\"https:\/\/via.placeholder.com\/600x400\" data-lightbox=\"gallery\" data-title=\"Project Submission\">\r\n                    <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-05-at-2.00.36-PM-1-1.jpeg\" alt=\"Project Submission\" class=\"w-full h-64 object-cover\">\r\n                <\/a>\r\n            <\/div>\r\n        <\/section>\r\n    <\/main>\r\n\r\n    <script>\r\n        \/\/ Configure Lightbox options\r\n        lightbox.option({\r\n            'resizeDuration': 200,\r\n            'wrapAround': true,\r\n            'fadeDuration': 600\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Awards and Recognitions Awards and recognitions received for extension activities from government \/ government recognised bodies Name Category Title of Award won Award Date Photo Attachments &times; Architectural Thesis Competition A.Y. 2023-24 &#8211; IIA Solapur Center Architectural Thesis Competition A.Y. 2023-24 Organized by Indian Institute of Architects, Solapur Center Welcome to the Thesis Showcase The &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.coasolapur.in\/?page_id=4820\"> <span class=\"screen-reader-text\">Competitions and Achievements<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"_links":{"self":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages\/4820"}],"collection":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4820"}],"version-history":[{"count":172,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages\/4820\/revisions"}],"predecessor-version":[{"id":5056,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages\/4820\/revisions\/5056"}],"wp:attachment":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}