Skip to content

Commit

Permalink
asasa
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijit-23blaze committed Jun 1, 2024
1 parent a179fe3 commit 2e5c785
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
9 changes: 8 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@
"benefit the bio-heritage of our planet. Our solution was ",
"Bio Bounty - An innovative AI powered app that gamifies this",
"by rewarding the user whenever he goes out and discovers a new",
"species of animal or plant with the help of AI"
"species of animal or plant with the help of AI",

"There were a total of 90 teams that had participated in this",
"along with team IIITians that was lead by me. And among them",
"we were awarded the 1st prize for our App.",
"useful link 2",
"useful link 2"

],

[
Expand Down
11 changes: 10 additions & 1 deletion src/commands/achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,18 @@ const createProject = () : string[] => {
projects.push(ele[7]);
projects.push(ele[8]);
projects.push(ele[9]);
projects.push(ele[10]);
projects.push("<br>");
projects.push(ele[11]);
projects.push(ele[12]);
projects.push(ele[13]);
projects.push("<br>");
projects.push("Linkedin post: ");
projects.push("<a target='_blank' href='${command.a}'>${command.social.github}</a>");
projects.push("<br>");
projects.push(ele[3]);
projects.push(ele[4]);
projects.push(ele[14]);

projects.push("<br>");
projects.push("<br>");

Expand Down

0 comments on commit 2e5c785

Please sign in to comment.