Skip to content

Commit

Permalink
fix deadlybird repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza committed May 3, 2024
1 parent 26f28a8 commit bac33d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
@keyframes partial-to-fade-in {
from {
opacity: 0.3;
}
to {
opacity: 1;
}
}
to {
opacity: 1;
}
}

@keyframes fade-in-bottom {
Expand Down
2 changes: 1 addition & 1 deletion src/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "The Deadly Bird",
"description": "Managed a team of 6 and built a distributed social media network deployed on Heroku, in addition to integrating Stripe for purchasing premium online services on our site.",
"repository": "https://github.com/uofa-cmput404/w24-project-the-deadly-bird",
"repository": "https://github.com/WillQizza/The-Deadly-Bird",
"skills": ["TypeScript", "Python", "React", "Django", "Docker", "Stripe", "Heroku"]
},
{
Expand Down

0 comments on commit bac33d7

Please sign in to comment.