{"id":2869,"date":"2026-04-06T06:58:51","date_gmt":"2026-04-06T06:58:51","guid":{"rendered":"https:\/\/ecd.ac.in\/?page_id=2869"},"modified":"2026-04-06T08:38:29","modified_gmt":"2026-04-06T08:38:29","slug":"sports-week-2025","status":"publish","type":"page","link":"https:\/\/ecd.ac.in\/index.php\/sports-week-2025\/","title":{"rendered":"SPORTS WEEK 2025"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2869\" class=\"elementor elementor-2869\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0a6c785 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0a6c785\" 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-ce3ae88\" data-id=\"ce3ae88\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d76e88 elementor-widget elementor-widget-html\" data-id=\"5d76e88\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- GEC Sports Week 2025 Page -->\r\n<style>\r\n  \/* ===== General Styles ===== *\/\r\n  body {\r\n    font-family: 'Arial', sans-serif;\r\n    margin: 0;\r\n    padding: 0;\r\n    background: #f4f4f9;\r\n    color: #333;\r\n  }\r\n  .container {\r\n    width: 90%;\r\n    max-width: 1200px;\r\n    margin: auto;\r\n    padding: 20px 0;\r\n  }\r\n  h1, h3 {\r\n    text-align: center;\r\n    margin-Top: 0px;\r\n    margin-bottom: 0px;\r\n    color: #fff;\r\n  }\r\n  h2{\r\n      color: #072a45;\r\n  }\r\n  p {\r\n    line-height: 1.6;\r\n    text-align: center;\r\n    margin-bottom: 15px;\r\n    font-weight: 700;\r\n  }\r\n\r\n  \/* ===== Hero Section ===== *\/\r\n  .hero {\r\n    background: url('https:\/\/ecd.ac.in\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-28-at-3.28.48-PM-2-scaled.jpeg') center\/cover no-repeat;\r\n    color: #fff;\r\n    padding: 100px 20px;\r\n    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);\r\n    animation: fadeIn 2s ease-in-out;\r\n    height: 50vh;\r\n    border-radius: 10px;\r\n  }\r\n  .hero h1 {\r\n    font-size: 3rem;\r\n    margin-top: 30px\r\n  }\r\n  .hero p {\r\n    font-size: 1.8rem;\r\n  }\r\n\r\n  \/* ===== Highlights Section ===== *\/\r\n  .highlights {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n    gap: 20px;\r\n    margin: 50px 0;\r\n    animation: fadeInUp 2s ease-in-out;\r\n  }\r\n  .highlight-card {\r\n    background: #fff;\r\n    padding: 20px;\r\n    border-radius: 15px;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n  }\r\n  .highlight-card:hover {\r\n    transform: translateY(-10px);\r\n    box-shadow: 0 8px 25px rgba(0,0,0,0.15);\r\n  }\r\n  .highlight-card h3 {\r\n    margin-bottom: 10px;\r\n    color: #0a3d62;\r\n  }\r\n\r\n  \/* ===== Winners Section ===== *\/\r\n  .winners {\r\n    background: #e8f0fe;\r\n    padding: 50px 20px;\r\n    border-radius: 15px;\r\n    text-align: center;\r\n    animation: fadeIn 2s ease-in-out;\r\n  }\r\n  .winners h3 {\r\n    margin-bottom: 20px;\r\n    color: #072a45;\r\n  }\r\n  .winners p {\r\n    font-weight: bold;\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  \/* ===== Message Section ===== *\/\r\n  .message {\r\n    margin: 50px 0;\r\n    text-align: center;\r\n    font-style: italic;\r\n    color: #1e272e;\r\n    animation: fadeInUp 2s ease-in-out;\r\n  }\r\n\r\n  \/* ===== Gallery Section ===== *\/\r\n  .gallery {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n    gap: 15px;\r\n    margin: 50px 0;\r\n    animation: fadeIn 2s ease-in-out;\r\n  }\r\n  .gallery img {\r\n    width: 100%;\r\n    border-radius: 10px;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    height: 160px;\r\n  }\r\n  .gallery img:hover {\r\n    transform: scale(1.05);\r\n    box-shadow: 0 8px 25px rgba(0,0,0,0.2);\r\n  }\r\n\r\n  \/* ===== Animations ===== *\/\r\n  @keyframes fadeIn {\r\n    from {opacity: 0;}\r\n    to {opacity: 1;}\r\n  }\r\n  @keyframes fadeInUp {\r\n    from {opacity: 0; transform: translateY(30px);}\r\n    to {opacity: 1; transform: translateY(0);}\r\n  }\r\n\r\n  \/* ===== Responsive ===== *\/\r\n  @media (max-width: 768px) {\r\n    .hero h1 {\r\n      font-size: 2rem;\r\n      height: 30vh;\r\n      border-radius: 10px;\r\n    }\r\n    .hero p {\r\n      font-size: 1rem;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"hero\">\r\n  <h1>GEC Sports Week 2025<\/h1>\r\n  <p>Date: [20 FEB TO 22 FEB ] | Venue: [GEC CAMPUS] 20205<\/p>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n  <h2><\/h2>\r\n  <p>GEC proudly hosted \"SPARDHA 1\" Sports Week 2025, a celebration of athleticism, teamwork, and campus spirit! Students, faculty, and staff came together for competitions, games, and fitness activities. A perfect blend of fun, competition, and camaraderie.<\/p>\r\n\r\n  <h2><\/h2>\r\n  <div class=\"highlights\">\r\n    <div class=\"highlight-card\">\r\n      <h3>Opening Ceremony<\/h3>\r\n      <p>Energetic parade and torch lighting symbolizing sportsmanship and unity.<\/p>\r\n    <\/div>\r\n    <div class=\"highlight-card\">\r\n      <h3>Competitions<\/h3>\r\n      <p>volleyball, cricket, athletics, and indoor games.<\/p>\r\n    <\/div>\r\n    <div class=\"highlight-card\">\r\n      <h3>Fitness Challenges<\/h3>\r\n      <p>Obstacle courses, relay races, and tug-of-war testing strength and teamwork.<\/p>\r\n    <\/div>\r\n    \r\n  <\/div>\r\n\r\n  <div class=\"winners\">\r\n    <h2>Winners & Achievements<\/h2>\r\n    <p>\ud83c\udfc6 Musical Chair : Miss.  Poornima Sen <\/p>\r\n    <p>\ud83c\udfc6 Chess : Mr. Mohit Verma<\/p>\r\n     <p>\ud83c\udfc6 volleyball: Team Manish Chaudary<\/p>\r\n          <p>\ud83c\udfc6 cricket: Team Adiya Paraser<\/p>\r\n          \r\n          <p>\ud83c\udfc6 100 meter Running:Mr. Sanchit Tyagi<\/p>\r\n          \r\n         <p>\ud83c\udfc6 Badminton :Team Naman Sharma<\/p>\r\n \r\n     <p>\ud83c\udf89 Congratulations to all participants for their enthusiasm and sportsmanship!<\/p>\r\n   \r\n  <\/div>\r\n\r\n  <div class=\"message\">\r\n    <p>\"Sports Week is not just about winning; it\u2019s about teamwork, discipline, and pushing your limits. We are proud of our students\u2019 enthusiasm and spirit.\" \u2013 Dr. B.L. Gupta, Principal<\/p>\r\n  <\/div>\r\n\r\n  <h2><\/h2>\r\n  <div class=\"gallery\">\r\n    <img decoding=\"async\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/2026\/04\/pooja-scaled.jpg\" alt=\"Football Match\">\r\n    <img decoding=\"async\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/2026\/04\/chess-scaled.jpg\" alt=\"Basketball Match\">\r\n    <img decoding=\"async\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/2026\/04\/running-scaled.jpg\" alt=\"Award Ceremony\">\r\n    <img decoding=\"async\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/2026\/04\/volleyball-scaled.jpg\" alt=\"Cultural Performance\">\r\n  <\/div>\r\n\r\n  <h2 style=\"text-align:center\">Event Highlights<\/h2>\r\n  \r\n<\/div>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8ffe808 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8ffe808\" 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-b7e3fb4\" data-id=\"b7e3fb4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00ddada elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"00ddada\" data-element_type=\"widget\" data-settings=\"{&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% \/ var(--e-image-carousel-slides-to-show, 3))}<\/style>\t\t<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/WhatsApp-Image-2025-11-28-at-3.28.49-PM-rfd6tgckhmrh05q9xr2240p7pf95ggi5ueoolh0ub4.jpeg\" alt=\"event\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG-20250220-WA0050-scaled-rlll71utctlsu14t2hj8lpa8mym8jh353o46oqxwts.jpg\" alt=\"IMG-20250220-WA0050\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG-20250221-WA0060-scaled-rlll7xtbt6tjsrudvvcjyh7wu28pt6m0k2ap05miy8.jpg\" alt=\"IMG-20250221-WA0060\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG20231108114920-scaled-rlll869vip54p9i3ih072x326j30qgjll862bn9ze8.jpg\" alt=\"IMG20231108114920\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG-20250221-WA0053-scaled-rlll7llfccctluc4v82ek2ax41wy149i6dtdrk4n74.jpg\" alt=\"IMG-20250221-WA0053\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/WhatsApp-Image-2025-12-05-at-10.41.17-AM-2-scaled-rlllbp635byu8mdrxhutxj2adjpklljd2o8m401u28.jpeg\" alt=\"WhatsApp Image 2025-12-05 at 10.41.17 AM (2)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG20231216155138-scaled-rlll8a18a1a9zpcmwimpcw4wk2khl8yixqs08r4epc.jpg\" alt=\"IMG20231216155138\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/WhatsApp-Image-2025-11-28-at-3.28.48-PM-1-scaled-rfd6w3a9nwdfkrwdje3dluqrpc981vz1vgkq2f42uo.jpeg\" alt=\"event\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG-20250221-WA0088-scaled-rlllayultyyt7jg076h9zppdqrbam2mvn1z0o94uwg.jpg\" alt=\"IMG-20250221-WA0088\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG20231107134829-scaled-rlll82iirczzetnk4fdosy17szljvo4o8pk4ejfk34.jpg\" alt=\"IMG20231107134829\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/ecd.ac.in\/wp-content\/uploads\/elementor\/thumbs\/IMG-20250220-WA0051-rllmpylelert1zdhfpznrcglw9z56y2nng2axnizcg.jpg\" alt=\"image\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GEC Sports Week 2025 Date: [20 FEB TO 22 FEB ] | Venue: [GEC CAMPUS] 20205 GEC proudly hosted &#8220;SPARDHA 1&#8221; Sports Week 2025, a celebration of athleticism, teamwork, and campus spirit! Students, faculty, and staff came together for competitions, games, and fitness activities. A perfect blend of fun, competition, and camaraderie. Opening Ceremony Energetic [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/2869"}],"collection":[{"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/comments?post=2869"}],"version-history":[{"count":31,"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/2869\/revisions"}],"predecessor-version":[{"id":2943,"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/2869\/revisions\/2943"}],"wp:attachment":[{"href":"https:\/\/ecd.ac.in\/index.php\/wp-json\/wp\/v2\/media?parent=2869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}