Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindotdev committed Oct 11, 2024
2 parents b8dfc66 + caa57c2 commit 0b24a03
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚀 Full-Stack Developer | Ironhacker| asozial founder
# 🚀 Full-Stack Developer | TA @ Ironhack | asozial founder

- 🙌🏽 Full-stack developer, creative problem solver & team player who encourages positive vibes only
- 🙌🏽 Ironhacker, known for my passion, kindness and calm demeanor. Hackshow winner with asozial.dev
Expand Down
103 changes: 57 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@ const projects = [
},
{
key: 1,
name: "littlelemon.biz",
name: "littlelemon",
image: "logos/littlelemon.svg",
description: "A small business site for a Mediterranean restaurant.",
techStack: ["HTML5", "CSS3", "Typescript", "React", "Chakra UI", "Stripe"],
deployedLink: "https://littlelemon.biz",
deployedLink: "https://littlelemonbybenjamin.netlify.app/",
repoLink: "https://github.com/benjamindotdev/LittleLemon",
},
{
Expand All @@ -359,7 +359,7 @@ const projects = [
image: "logos/Frosch.gif",
description: "A web-game where you help a frog cross different terrain.",
techStack: ["HTML5", "CSS3", "Javascript"],
deployedLink: "https://benjamindotdev.github.io/Frosch/",
deployedLink: "https://playfrosch.netlify.app",
repoLink: "https://github.com/benjamindotdev/frosch",
},
{
Expand Down Expand Up @@ -395,7 +395,7 @@ const projects = [
description:
"My professional portfolio site, showcasing my skills and projects.",
techStack: ["HTML5", "CSS3", "Typescript", "React", "SASS"],
deployedLink: "https://benjaminelliott.dev",
deployedLink: "https://benjamin.dev",
repoLink: "https://github.com/benjamindotdev/portfolio",
},
{
Expand All @@ -404,7 +404,7 @@ const projects = [
image: "images/stacy.jpg",
description: "A professional portfolio site for a journalist.",
techStack: ["HTML5", "CSS3", "Javascript", "Wordpress"],
deployedLink: "https://www.stacyannelliott.com",
deployedLink: "https://stacyannelliott.wordpress.com/",
},
] as Project[];

Expand Down

0 comments on commit 0b24a03

Please sign in to comment.