Skip to content

Commit

Permalink
added whatsapp links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnu Gollakoti authored and Vinnu Gollakoti committed Jan 1, 2025
1 parent 64abd61 commit 2ee3802
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added src/assets/whatsapp-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/views/EventRegister.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { useState, useEffect, useRef } from "react";

import eventCoverImage from "../assets/events_cover.jpeg";
import whatsapp from "../assets/whatsapp-icon.png"

// -----------------------------------

Expand Down Expand Up @@ -127,6 +128,7 @@ export default function EventRegister() {
setEventRegisteringInProgress(false);
setEventRegisterStatus("registered");
toast.success("You are registered for Algorithmist 2025!");
toast.success("Join to our whatsapp group for latest updates.")
})
.catch((e) => {
console.warn(e);
Expand Down Expand Up @@ -480,6 +482,23 @@ export default function EventRegister() {
</div>
</div>
</div>
<div className="row">
<div className="registerPanelItem">
<div className="icon">
<img src={whatsapp} alt="" style={{ width: '21px' }} />
</div>
<div className="info">
<div className="heading">
Whatsapp group
</div>
<div className="content">
<span className="external">
<a href="https://chat.whatsapp.com/EWASvcWfCFGAApl1GvUuhd" target="_blank" style={{ color: 'black', textDecoration: 'none' }}> Join here. <BiLinkExternal /></a>
</span>
</div>
</div>
</div>
</div>

{/* <div className="row">
<button>Register!</button>
Expand Down Expand Up @@ -581,6 +600,9 @@ export default function EventRegister() {
<span className="external">
More info about all the 5 rounds can be found <a href="https://gfgkare.github.io/Algorithmist2025Rounds/" target="_blank">here. <BiLinkExternal /></a>
</span>
<span className="external">
Join our Algorithmist 2k25 whatsapp group for latest updates <a href="https://chat.whatsapp.com/EWASvcWfCFGAApl1GvUuhd" target="_blank">here. <BiLinkExternal /></a>
</span>

</div>

Expand Down

0 comments on commit 2ee3802

Please sign in to comment.