Skip to content

Commit

Permalink
new project added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro27Ind committed Apr 27, 2023
1 parent 8d910a7 commit 978b47a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added src/assets/livesta-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/livesta-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/modules/MyProjects/MyProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import Project, { ProjectProps } from './Project'
import vs1 from '@/assets/vs1.png'
import vs2 from '@/assets/vs2.png'
import vs3 from '@/assets/vs3.png'
import lv1 from '@/assets/livesta-1.png'
import lv2 from '@/assets/livesta-2.png'

const MyProjects = () => {
const projects: ProjectProps[] = [
Expand All @@ -16,6 +18,17 @@ const MyProjects = () => {
{ img: vs2 },
{ img: vs3 },
],
},
{
title: 'Livesta Center',
description: 'This is a website for cosmetics firm advertising and registration. Also implemented own admin panel for content management',
link: 'https://livesta.vercel.app/',
git: 'https://github.com/Dmytro27Ind/livesta-next-js',
tags: ['Next.js', 'Chakra UI', 'TypeScript'],
images: [
{ img: lv1 },
{ img: lv2 },
],
left: true,
},
{
Expand Down

0 comments on commit 978b47a

Please sign in to comment.