Skip to content

Commit b4b88e4

Browse files
authored
Revert "Revert "Form Attached to register Button and minor Changes""
1 parent 1a12fb6 commit b4b88e4

File tree

2 files changed

+64
-16
lines changed

2 files changed

+64
-16
lines changed

docs/Challenge_Page.html

Lines changed: 64 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
{%- endif -%}
1313

1414
{%- 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 }}">
1717
<meta property="og:type" content="website">
1818
<meta property="og:url" content="{{ resolved_url }}{{ site.baseurl }}{{ page.url }}">
1919
<meta property="og:image" content="{{ resolved_url }}{{ site.baseurl }}/{{ page.share_image }}">
@@ -50,8 +50,9 @@ <h1>Bharat AI-SoC Student Challenge</h1>
5050
</div>
5151
</div>
5252
</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;" />
5556
</div>
5657
</div>
5758
</div>
@@ -98,6 +99,7 @@ <h2>Challenge Guidelines & Terms</h2>
9899
<li>Arm may assign a different problem statement.</li>
99100
<li>Winners must provide college ID & documents.</li>
100101
<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>
101103
<li>Support: <strong>support@armbharatchallenge.com</strong></li>
102104
</ul>
103105

@@ -125,38 +127,36 @@ <h2>Detailed Timeline</h2>
125127
<tr>
126128
<td>Registration</td>
127129
<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>
130132
</tr>
131133
<tr>
132134
<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>
135137
<td>20 Jan 2026</td>
136138
</tr>
137139
<tr>
138140
<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>
140142
<td>02 Feb 2026</td>
141143
<td>03 Feb 2026</td>
142144
</tr>
143145
<tr>
144146
<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>
146148
<td>05 Feb 2026</td>
147149
<td>05 Mar 2026</td>
148150
</tr>
149151
<tr>
150152
<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>
154155
</tr>
155156
<tr>
156157
<td>Winners Announcement</td>
157158
<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>
160160
</tr>
161161
</tbody>
162162
</table>
@@ -583,4 +583,52 @@ <h3>Learning Outcomes</h3>
583583
</div>
584584
</details>
585585
</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;">&times;</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>
617 KB
Loading

0 commit comments

Comments
 (0)