Skip to content

Commit

Permalink
refactor: remove extra characterizations (#9)
Browse files Browse the repository at this point in the history
There are now only three characterizations for the user on the homepage to cycle through

---

* Closes #8

---
  • Loading branch information
AksharP5 authored May 2, 2024
1 parent 7262204 commit 0ac9658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@ span {
content: 'Software Engineer';
}
41%, 60% {
content: 'Critical Thinker';
content: 'Student';
}
61%, 80% {
content: 'Problem Solver';
content: 'Web Developer';
}
81%, 100% {
content: 'Leader';
content: 'Software Engineer';
}
}

Expand Down

0 comments on commit 0ac9658

Please sign in to comment.