|
12 | 12 | {%- endif -%} |
13 | 13 |
|
14 | 14 | {%- if page.share_image -%} |
15 | | -<meta property="og:title" content="{{ page.title}}"> |
16 | | -<meta property="og:description" content="{{ page.description}}"> |
| 15 | +<meta property="og:title" content="{{ page.title | default: site.title }}"> |
| 16 | +<meta property="og:description" content="{{ page.description | default: site.description }}"> |
17 | 17 | <meta property="og:type" content="website"> |
18 | 18 | <meta property="og:url" content="{{ resolved_url }}{{ site.baseurl }}{{ page.url }}"> |
19 | 19 | <meta property="og:image" content="{{ resolved_url }}{{ site.baseurl }}/{{ page.share_image }}"> |
@@ -50,8 +50,9 @@ <h1>Bharat AI-SoC Student Challenge</h1> |
50 | 50 | </div> |
51 | 51 | </div> |
52 | 52 | </div> |
53 | | - <div style="flex: 0 0 auto; display: flex; align-items: center; justify-content: flex-end; height: 100%; min-width: 180px;"> |
54 | | - <img src="images/c2s_meity_logo.jpg" alt="C2S MeitY Logo" style="height: 180px; width: auto; border-radius: 36px; filter: blur(0.5px) drop-shadow(0 0 40px rgba(120,120,120,0.18)); box-shadow: 0 8px 64px 0 rgba(0,0,0,0.14); background: rgba(255,255,255,0.16); margin-top: 64px; margin-bottom: 64px;" /> |
| 53 | + <div style="flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; min-width: 200px; padding: 20px 0;"> |
| 54 | + <img src="images/ARM LOGO - 2025 INK_150 ppi_RGB.jpg" alt="Arm Logo" style="height: 80px; width: auto; border-radius: 16px; box-shadow: 0 6px 32px 0 rgba(0,0,0,0.12); background: rgba(255,255,255,0.95); padding: 12px 20px;" /> |
| 55 | + <img src="images/c2s_meity_logo.jpg" alt="C2S MeitY Logo" style="height: 140px; width: auto; border-radius: 20px; box-shadow: 0 8px 40px 0 rgba(0,0,0,0.14); background: rgba(255,255,255,0.95); padding: 8px;" /> |
55 | 56 | </div> |
56 | 57 | </div> |
57 | 58 | </div> |
@@ -98,6 +99,7 @@ <h2>Challenge Guidelines & Terms</h2> |
98 | 99 | <li>Arm may assign a different problem statement.</li> |
99 | 100 | <li>Winners must provide college ID & documents.</li> |
100 | 101 | <li>Updates will be posted on this page.</li> |
| 102 | + <li>The selection of finalists and winners will be solely at the discretion of the organizers of this challenge.</li> |
101 | 103 | <li>Support: <strong>support@armbharatchallenge.com</strong></li> |
102 | 104 | </ul> |
103 | 105 |
|
@@ -125,38 +127,36 @@ <h2>Detailed Timeline</h2> |
125 | 127 | <tr> |
126 | 128 | <td>Registration</td> |
127 | 129 | <td>Interested students can register using the below registration link</td> |
128 | | - <td>24 Dec 2025</td> |
129 | | - <td>15 Jan 2026</td> |
| 130 | + <td>05 Jan 2026</td> |
| 131 | + <td>20 Jan 2026</td> |
130 | 132 | </tr> |
131 | 133 | <tr> |
132 | 134 | <td>Mentoring Session</td> |
133 | | - <td>An online mentoring session by Arm experts will be conducted whose details will be shared in this webpage & also mailed to registrants</td> |
134 | | - <td>06 Jan 2026</td> |
| 135 | + <td>An online mentoring session by industry & academic experts will be conducted whose details will be shared in this webpage & also mailed to registrants</td> |
| 136 | + <td>10 Jan 2026</td> |
135 | 137 | <td>20 Jan 2026</td> |
136 | 138 | </tr> |
137 | 139 | <tr> |
138 | 140 | <td>Project Submission</td> |
139 | | - <td>Project Submission form will be shared with the participants by Arm</td> |
| 141 | + <td>Project Submission form will be shared with the participants</td> |
140 | 142 | <td>02 Feb 2026</td> |
141 | 143 | <td>03 Feb 2026</td> |
142 | 144 | </tr> |
143 | 145 | <tr> |
144 | 146 | <td>Project Evaluation</td> |
145 | | - <td>The submitted projects will be evaluated by the Arm experts & shortlist 25 best Projects/Teams</td> |
| 147 | + <td>The submitted projects will be evaluated by the industry & academic experts & accordingly Finalists will be selected</td> |
146 | 148 | <td>05 Feb 2026</td> |
147 | 149 | <td>05 Mar 2026</td> |
148 | 150 | </tr> |
149 | 151 | <tr> |
150 | 152 | <td>Finals</td> |
151 | | - <td>The shortlisted 25 Teams will be invited for a virtual meetup/hack to deliver a pitch</td> |
152 | | - <td>09 Mar 2026</td> |
153 | | - <td>12 Mar 2026</td> |
| 153 | + <td>The Finalists will be invited for a virtual meetup/hack to deliver a pitch</td> |
| 154 | + <td colspan="2" style="text-align: center;">Mid of March</td> |
154 | 155 | </tr> |
155 | 156 | <tr> |
156 | 157 | <td>Winners Announcement</td> |
157 | 158 | <td>The winning teams will be announced in this webpage with the details of the Rewards</td> |
158 | | - <td>13 Mar 2026</td> |
159 | | - <td>15 Mar 2026</td> |
| 159 | + <td colspan="2" style="text-align: center;">Mid of March</td> |
160 | 160 | </tr> |
161 | 161 | </tbody> |
162 | 162 | </table> |
@@ -583,4 +583,52 @@ <h3>Learning Outcomes</h3> |
583 | 583 | </div> |
584 | 584 | </details> |
585 | 585 | </section> |
586 | | -<a href="" class="ch-floating-register">Register</a> |
| 586 | + |
| 587 | +<script src="//engaged.arm.com/js/forms2/js/forms2.min.js"></script> |
| 588 | + |
| 589 | +<div id="formWrapper" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:1000; justify-content:center; align-items:center;"> |
| 590 | + <div style="background:#fff; padding:30px; border-radius:12px; max-width:600px; width:90%; max-height:90vh; overflow-y:auto; position:relative;"> |
| 591 | + <button id="closeFormBtn" style="position:absolute; top:10px; right:15px; background:none; border:none; font-size:24px; cursor:pointer;">×</button> |
| 592 | + <form id="mktoForm_4309"></form> |
| 593 | + </div> |
| 594 | +</div> |
| 595 | + |
| 596 | +<a href="#" class="ch-floating-register">Register</a> |
| 597 | + |
| 598 | +<script> |
| 599 | + document.addEventListener("DOMContentLoaded", function() { |
| 600 | + var registerBtn = document.querySelector(".ch-floating-register"); |
| 601 | + var formWrapper = document.getElementById("formWrapper"); |
| 602 | + var closeFormBtn = document.getElementById("closeFormBtn"); |
| 603 | + |
| 604 | + if (registerBtn) { |
| 605 | + registerBtn.addEventListener("click", function (e) { |
| 606 | + e.preventDefault(); |
| 607 | + formWrapper.style.display = "flex"; |
| 608 | + |
| 609 | + if (!window.mktoLoaded) { |
| 610 | + MktoForms2.loadForm( |
| 611 | + "//engaged.arm.com", |
| 612 | + "479-ZYW-907", |
| 613 | + 4309 |
| 614 | + ); |
| 615 | + window.mktoLoaded = true; |
| 616 | + } |
| 617 | + }); |
| 618 | + } |
| 619 | + |
| 620 | + if (closeFormBtn) { |
| 621 | + closeFormBtn.addEventListener("click", function () { |
| 622 | + formWrapper.style.display = "none"; |
| 623 | + }); |
| 624 | + } |
| 625 | + |
| 626 | + if (formWrapper) { |
| 627 | + formWrapper.addEventListener("click", function (e) { |
| 628 | + if (e.target === this) { |
| 629 | + this.style.display = "none"; |
| 630 | + } |
| 631 | + }); |
| 632 | + } |
| 633 | + }); |
| 634 | +</script> |
0 commit comments