Skip to content

Commit b01f739

Browse files
committed
algo 25 details update
1 parent 312ffd9 commit b01f739

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

src/views/EventRegister.jsx

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function EventRegister() {
9999
setNoOfRegistered((noOfRegistered) => noOfRegistered + 1);
100100
setEventRegisteringInProgress(false);
101101
setEventRegisterStatus("registered");
102-
toast.success("You are registered for Algorithmist 2024!");
102+
toast.success("You are registered for Algorithmist 2025!");
103103
})
104104
.catch((e) => {
105105
console.warn(e);
@@ -269,7 +269,7 @@ export default function EventRegister() {
269269
Education. The competition comprises five
270270
rounds, each progressively raising the bar
271271
in terms of complexity and challenge.
272-
Participants will become familiar with 50
272+
Participants will become familiar with 30
273273
different algorithms and gain practical
274274
skills to apply them in real-world
275275
scenarios.
@@ -390,7 +390,7 @@ export default function EventRegister() {
390390
Registration Deadline
391391
</div>
392392
<div className="content">
393-
25th Dec 2024, 6PM
393+
26th Dec 2025, 6PM
394394
</div>
395395
</div>
396396
</div>
@@ -435,8 +435,8 @@ export default function EventRegister() {
435435
</div>
436436

437437
<div className="roundDesc">
438-
Get ready for a fun knowledge challenge! You'll answer 60 questions about
439-
50 algorithms. Can you beat the clock?
438+
Get ready for a fun knowledge challenge! You'll answer 40 questions about
439+
30 algorithms. Can you beat the clock?
440440
</div>
441441
</div>
442442
</div>
@@ -453,8 +453,8 @@ export default function EventRegister() {
453453
</div>
454454

455455
<div className="roundDesc">
456-
Share your coding expertise! During the Seminar round from Jan 7 to 9, 2024, you'll have 4-5 minutes to
457-
present an algorithm. Be the start of the show!
456+
Share your coding expertise! During the Seminar round from Feb 3 to 6, 2025, you'll have 4-5 minutes to
457+
present an algorithm. Be the star of the show!
458458
</div>
459459
</div>
460460
</div>
@@ -471,7 +471,7 @@ export default function EventRegister() {
471471
</div>
472472

473473
<div className="roundDesc">
474-
Work together to solve problems in our Q&A Formation Round on Jan 28, 2024. Create tricky questions for others
474+
Work together to solve problems in our Q&A Formation Round on Feb 18, 2025. Create tricky questions for others
475475
to answer. How good is your teamwork?
476476
</div>
477477
</div>
@@ -486,7 +486,7 @@ export default function EventRegister() {
486486
</div>
487487

488488
<div className="roundDesc">
489-
Time to tackle tricky bugs! In the Debugging round of Feb 28, 2024, you'll solve 10 questions.
489+
Time to tackle tricky bugs! In the Debugging round of Mar 7, 2025, you'll solve 10 questions.
490490
Can you outsmart the code?
491491
</div>
492492
</div>
@@ -501,13 +501,13 @@ export default function EventRegister() {
501501
</div>
502502

503503
<div className="roundDesc">
504-
It's the ultimate showdown! Join the Grand Finale on Mar 20, 2024, and show off your coding skills.
504+
It's the ultimate showdown! Join the Grand Finale on Mar 28, 2025, and show off your coding skills.
505505
Be the coding champion!
506506
</div>
507507
</div>
508508
</div>
509509
<span className="external">
510-
More info about the 50 algorithms can be found <a href="https://gfgkare.github.io/Algorithmist24" target="_blank">here. <BiLinkExternal /></a>
510+
More info about the 30 algorithms can be found <a href="https://gfgkare.github.io/Algorithmist25" target="_blank">here. <BiLinkExternal /></a>
511511
</span>
512512
<span className="external">
513513
More info about all the 5 rounds can be found <a href="https://gfgkare.github.io/Algorithmist2024Rounds/" target="_blank">here. <BiLinkExternal /></a>
@@ -559,24 +559,24 @@ export default function EventRegister() {
559559
For any queries, please contact:{" "}
560560
</div>
561561
<div className="people">
562-
<a href="tel:+91 9515822637">
562+
<a href="tel:+91 7075072880">
563563
{" "}
564-
<span> Ashok Reddy Cheluri - 95158 22637 </span>{" "}
564+
<span>Navadeep Marella - 70750 72880 </span>{" "}
565565
<BiSolidPhoneCall />{" "}
566566
</a>
567-
<a href="tel:+91 9676215354">
567+
<a href="tel:+91 8754605197">
568568
{" "}
569-
<span> Krishna Vineeth - 96762 15354 </span>{" "}
569+
<span> Sabari - 87546 05197 </span>{" "}
570570
<BiSolidPhoneCall />{" "}
571571
</a>
572-
<a href="tel:+91 83417 52279">
572+
<a href="tel:+91 9032772680">
573573
{" "}
574-
<span> Parimal Sesha Sai - 83417 52279 </span>{" "}
574+
<span>Prasanthi - 90327 72680</span>{" "}
575575
<BiSolidPhoneCall />{" "}
576576
</a>
577-
<a href="tel:+91 8754605197">
577+
<a href="tel:+91 9491146276">
578578
{" "}
579-
<span> Sabari - 87546 05197 </span>{" "}
579+
<span> Siri Chowdary - 94911 46276</span>{" "}
580580
<BiSolidPhoneCall />{" "}
581581
</a>
582582
</div>
@@ -673,10 +673,6 @@ export default function EventRegister() {
673673
disabled={ currentUser?.email }
674674
/>
675675
</div>
676-
{/* <div className="row">
677-
<label for="email">Email Address *</label>
678-
<input id="email" type="email" required autoComplete="off" ref={email} />
679-
</div> */}
680676
<div className="row" onClick={() => getFieldValues("year", currentUser.email)}>
681677
<label for="year">Year *</label>
682678
<select

0 commit comments

Comments
 (0)