Skip to content

Commit

Permalink
add_project4
Browse files Browse the repository at this point in the history
  • Loading branch information
Qurence committed Dec 3, 2024
1 parent d6e4411 commit 93806ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file added project4/Sources/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ function App() {
},
{
title: 'Hohwards',
description: 'Responsive e-commerce platform',
image: 'https://images.unsplash.com/photo-1460925895917-afdab827c52f',
description: t.projects.descProject4,
image: 'project4/Sources/demo.png',
link: 'project4/index.html',
technologies: ['React', 'Redux', 'Node.js'],
technologies: ['HTML', 'CSS', 'JS'],
},
{
title: 'Project 3',
Expand Down
6 changes: 4 additions & 2 deletions src/i18n/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export const translations = {
viewProject: 'View Project',
descProject1: 'A site with a developed parallax effect, as well as the use of a library GSAP for smooth scrolling',
descProject2: 'Simple website with a gallery with parallax effect with SwiperJS',
descProject3: 'A project in which perspective work was implemented to achieve a 3D effect that responds to mouse movement ',
descProject3: 'A project in which perspective work was implemented to achieve a 3D effect that responds to mouse movement',
descProject4: 'Website for a New Year\'s event in an educational institution',
},
scrollTop: 'Scroll to Top',
contactForm: { // Перевод для формы связи
Expand Down Expand Up @@ -58,7 +59,8 @@ export const translations = {
viewProject: 'Переглянути',
descProject1: 'Сайт з ефектом паралакса, а також використанням бібліотеки GSAP для плавної прокрутки',
descProject2: 'Простий веб-сайт з галереєю з ефектом паралакса за допомогою SwiperJS',
descProject3: 'Проект, в якому реалізована робота з перспективою, щоб досягти 3D єфекту, який реагує на рух миші ',
descProject3: 'Проект, в якому реалізована робота з перспективою, щоб досягти 3D єфекту, який реагує на рух миші',
descProject4: 'Сайт для новорічного заходу в навчальному закладі',
},
scrollTop: 'Вгору',
contactForm: { // Перевод для формы связи
Expand Down

0 comments on commit 93806ce

Please sign in to comment.