Skip to content

Commit

Permalink
Achievements and project details updates in config.json and related c…
Browse files Browse the repository at this point in the history
…hanges in achievements.ts and style.css

* config.json:
  • Loading branch information
abhijit-23blaze committed Apr 17, 2024
1 parent 548e850 commit 8f0a050
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

[
"ICDCIT'24 :1st runnerup",
"Feb '24",
"Jan '24",
"ICDCIT commitee @KIIT bhuvaneshwar",
"useful link 1",
"useful link 2",
Expand Down Expand Up @@ -80,9 +80,9 @@
"Project description long5"
],
[
"ICDICT",
"Feb '24",
"by??",
"Techfrontier :rank 4",
"Mar '24",
"Edusynch",
"useful link 1",
"useful link 2",
"Project description long1",
Expand Down
5 changes: 2 additions & 3 deletions src/commands/achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ const createProject = () : string[] => {
// string += SPACE.repeat(1);
string += link;
string += SPACE.repeat(25 - ele[0].length);
string += "by: ";
// string += SPACE.repeat(20 - ele[1].length);
string += "by: <span class = 'by'>";
string += ele[2];

string += "</span>";
projects.push(string);
projects.push(ele[1]);
projects.push("<br>");
Expand Down
7 changes: 6 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,12 @@ a:hover {
text-shadow:
0 0 7px #fff,
0 0 151px var(--border);
color: #ffc400;
color: #03fc0f;
}.by {
text-shadow:
0 0 7px #fff,
0 0 151px var(--border);
color: #fcf803;
}

.output {
Expand Down

0 comments on commit 8f0a050

Please sign in to comment.