Skip to content

Commit

Permalink
Add PixelBattle, update url
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDevis committed Nov 17, 2023
1 parent 2f56de5 commit 7a26dad
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elias-dev.us.to
EliasDevis.github.io
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/app/index.js",
"author": {
"name": "Elias",
"url": "https://elias-dev.ml"
"url": "https://EliasDevis.github.io"
},
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/blocks/home/Contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const contacts = [
{
name: "email",
text: media.emailRaw,
},
}
];

export default (t) => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/blocks/home/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (t) => {
<div class="hero__illustrations">
<img src="/images/logo-outline.svg" alt="" class="hero__logo">
<img src="/images/hero.png" alt="Elias" class="hero__image">
<div class="hero__status">${t.status} <a href="https://elias-dev.ml">Portfolio</a></div>
<div class="hero__status">${t.status} Nothing</div>
${Dots({})}
</div>
</section>
Expand Down
5 changes: 3 additions & 2 deletions src/app/consts/media.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import proxy from "../proxies/media"
const media = {
discord: {
id: "914240860101681163",
tag: "!Elias#3519",
tag: "elias.dev.",
},
stackOverflow: {
id: "19758208",
Expand All @@ -17,7 +17,8 @@ const media = {
cssBattle: "elias_dev",
codepen: "elias_dev",
dribble: "Elias_dev",
email: "elias@elias-dev.ml"
email: "elias.devis@protonmail.com"

}

export default new Proxy(media, proxy);
Expand Down
9 changes: 9 additions & 0 deletions src/app/consts/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ const projects = [
techs: ["pug", "stylus", "node"],
hasImage: true,
},
{
id: "pixel-battle",
links: {
live: "pixelbattle.fun",
github: "pixelate-it/pixelbattle-frontend",
},
techs: ["preact", "css", "pixijs", "ts"],
hasImage: true
},
{
id: "feedrum",
links: {
Expand Down
2 changes: 2 additions & 0 deletions src/app/consts/techs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ export default {
gulp: "Gulp",
next: "Next",
deno: "Deno",
pixijs: "PixiJS",
preact: "Preact",
}
Binary file added src/assets/images/projects/pixel-battle.webp
Binary file not shown.
8 changes: 5 additions & 3 deletions src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"footer": {
"description": "Web designer and front-end developer based in Ukraine",
"copyright": "Copyright 2022. Made by Elias",
"copyright": "Copyright 2023. Made by Elias",
"media": "Media"
},
"skills": {
Expand Down Expand Up @@ -65,6 +65,10 @@
"deplos": {
"name": "Deplos",
"description": "Game servers hosting"
},
"pixel-battle": {
"name": "Pixel Battle",
"description": "Pixel art battle game"
}
},
"pages": {
Expand Down Expand Up @@ -125,8 +129,6 @@
"I like winter more than summer",
"I often bike with my friends",
"I like pizza and pasta",
"I was in Egypt, Poland and Turkey",
"I’m still studying in school",
"My favorite movie is The Green Mile"
]
}
Expand Down
8 changes: 5 additions & 3 deletions src/assets/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"footer": {
"description": "Веб дизайнер и фронтенд разработчик",
"copyright": "Все права защищены 2022. Сделал Elias",
"copyright": "Все права защищены 2023. Сделал Elias",
"media": "Медиа"
},
"skills": {
Expand Down Expand Up @@ -65,6 +65,10 @@
"deplos": {
"name": "Deplos",
"description": "Хостинг для серверов разных игр"
},
"pixel-battle": {
"name": "Pixel Battle",
"description": "Клон r/place"
}
},
"pages": {
Expand Down Expand Up @@ -126,8 +130,6 @@
"Я очень люблю зиму",
"Я часто катаюсь на велосипеде с моими друзьями",
"Люблю пиццу и пасту",
"Я был в Египте, Польше и Турции",
"Я еще учусь в школе",
"Мой любимый фильм это Зеленая Миля"
]
}
Expand Down
8 changes: 5 additions & 3 deletions src/assets/locales/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"footer": {
"description": "Веб дизайнер та фронтенд розробник",
"copyright": "Усі права захищені 2022. Зробив Elias",
"copyright": "Усі права захищені 2023. Зробив Elias",
"media": "Медіа"
},
"skills": {
Expand Down Expand Up @@ -65,6 +65,10 @@
"deplos": {
"name": "Deplos",
"description": "Хостинг для серверів різних ігор"
},
"pixel-battle": {
"name": "Pixel Battle",
"description": "Клон r/place"
}
},
"pages": {
Expand Down Expand Up @@ -126,8 +130,6 @@
"Я дуже полюбляю зиму",
"Я часто їзджу на велосипеді з моїми друзями",
"Люблю піцу та пасту",
"Я був у Египті, Польші й Турції",
"Я ще навчаюся у школі",
"Мій улюблений фільм це Зелена миля"
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/blocks/home/skills.sass
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
min-height: 300px

&__logo
width: 16vmin
width: 14vmin
top: 30%
position: absolute
left: 70%
Expand Down

0 comments on commit 7a26dad

Please sign in to comment.