Skip to content

Commit

Permalink
Update porject links
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDevis committed Dec 21, 2023
1 parent 7a26dad commit e7bae5e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# My Portfolio #
Written in vanilla js.

If you have any questions you can message me on discord: **elias.dev.**
If you have any questions you can message me on discord **elias.dev.**
*PS. I'm sure there are a lot of typos and bugs, so pull requests and forks are welcome*

**FIGMA**: https://www.figma.com/community/file/1164933568884615740
Expand Down
8 changes: 5 additions & 3 deletions src/app/consts/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const projects = [
id: "deplos",
links: {
figma: "1198393124994627983",
live: "deplos.com"
live: "deplos.github.io",
github: "Deplos/deplos.github.io"
},
techs: ["pug", "stylus", "node"],
hasImage: true,
Expand All @@ -24,7 +25,7 @@ const projects = [
id: "feedrum",
links: {
github: "Feedrum-Project/feedrum-next",
live: "feedrum.com"
figma: "1314605686829534158"
},
techs: ["node", "next", "react", "zod"],
hasImage: true,
Expand Down Expand Up @@ -68,7 +69,8 @@ const projects = [
techs: ["js", "sass", "webpack"],
links: {
figma: "1164933568884615740",
github: "/portfolio",
github: "/EliasDevis.github.io",
live: "eliasdevis.github.io"
},
hasImage: true,
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"title": "Elias is a <span>web designer</span> and <span>front-end</span> developer",
"description": "He crafts responsive websites where technologies meet creativity",
"button": "Contact ME",
"status": "Currently working on "
"status": "Open for new opportunities"
},
"quote": {
"text": "With great power comes great electricity bill",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"title": "Elias - <span>веб дизайнер</span> и <span>фронт-енд</span> разработчик",
"description": "Он создает адаптивные дизайны где пересекаются креативность и технологии",
"button": "Мои контакты",
"status": "Сейчас работаю над "
"status": "Открыт для новых предложений"
},
"quote": {
"text": "С большой мощностью приходит большой счет за электроэнергию",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"title": "Elias - <span>веб дизайнер</span> та <span>фронт-енд</span> розробник",
"description": "Він створює адаптивні дизайни де перетинаються креативність і технології",
"button": "Мої контакти",
"status": "Зараз працюю над "
"status": "Відкрит для нових пропозицій"
},
"quote": {
"text": "З великою потужністю приходить великий рахунок за електроенергію",
Expand Down
1 change: 1 addition & 0 deletions src/assets/styles/components/project.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

&__links
display: flex
flex-wrap: wrap
gap: 8px

&__image
Expand Down

0 comments on commit e7bae5e

Please sign in to comment.