Skip to content

Commit

Permalink
Prizes Amount Update and Mentor COntent section update for ashutosh a…
Browse files Browse the repository at this point in the history
…nd removing shashank
  • Loading branch information
sagnikmitra committed Jun 26, 2024
1 parent 1357ded commit 37d3948
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion src/assets/data/MentorsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import sawan from "../images/MentorImages/sawan.jpg";
import snehangshu_bhattacharya from "../images/MentorImages/snehangshu_bhattacharya.png";
import sunit from "../images/MentorImages/sunit.jpg";
import varun from "../images/MentorImages/varun.jpg";
import shashank from "../images/MentorImages/shashank.png";
import arghya from "../images/MentorImages/arghya.png";
import soumyadip from "../images/MentorImages/soumyadip.jpg";
import sarnavo from "../images/MentorImages/sarnavo.jpg";
import surya from "../images/MentorImages/surya.jpg";
import joshua from "../images/MentorImages/joshua.jpg";
import ashutosh from "../images/MentorImages/ashutosh.jpeg";

export const mentorContent = [
{
Expand Down Expand Up @@ -199,4 +199,12 @@ export const mentorContent = [
twitter: "https://x.com/im_calvin1",
image: joshua,
},
{
name: "Ashutosh",
designation: "Devloper Relations Engineer",
company: "AvaLabs",
linkedin: "https://www.linkedin.com/in/ashngmi/",
twitter: "https://x.com/ashngmi",
image: ashutosh,
},
];
Binary file added src/assets/images/MentorImages/ashutosh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/components/private/prizes/Prizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ const Prizes = () => {
<div className="prizes_container">
<div className="second_prize prize_box desktop">
<img src={second} className="prize_logo first_prize_logo" alt="" />
<h1>TBD</h1>
<h1>30K INR</h1>
<p>1st Runner Up</p>
</div>
<div className="first_prize prize_box desktop">
<img src={first} className="prize_logo first_prize_logo" alt="" />

<h1>TBD</h1>
<h1>50K INR</h1>
<p>Winner</p>
</div>
<div className="third_prize prize_box desktop">
<img src={third} className="prize_logo first_prize_logo" alt="" />
<h1>TBD</h1>
<h1>20K INR</h1>
<p>2nd Runner Up</p>
</div>
</div>
<div className="prizes_container mobile">
<div className="second_prize prize_box">
<img src={second} className="prize_logo first_prize_logo" alt="" />
<h1>TBD</h1>
<h1>30K INR</h1>
<p>1st Runner Up</p>
</div>
<div className="third_prize prize_box">
<img src={third} className="prize_logo first_prize_logo" alt="" />
<h1>TBD</h1>
<h1>20K INR</h1>
<p>2nd Runner Up</p>
</div>
</div>
Expand Down

0 comments on commit 37d3948

Please sign in to comment.