Skip to content

Commit

Permalink
update portfolio section
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkisuryana committed Nov 6, 2022
1 parent cb0b870 commit ef1911c
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 94 deletions.
Binary file added src/assets/recentprojects/amad-furniture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/recentprojects/amad-furniture.svg
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/recentprojects/detailingpatrol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/recentprojects/detailingpatrol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/recentprojects/lacalle.png
Binary file not shown.
20 changes: 0 additions & 20 deletions src/assets/recentprojects/lacalle.svg

This file was deleted.

Binary file removed src/assets/recentprojects/lofo.png
Binary file not shown.
15 changes: 0 additions & 15 deletions src/assets/recentprojects/lofo.svg

This file was deleted.

Binary file added src/assets/recentprojects/ozztravel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/recentprojects/ozztravel.svg
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/recentprojects/sigaarchitect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/recentprojects/sigaarchitect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/recentprojects/startup.png
Binary file not shown.
20 changes: 0 additions & 20 deletions src/assets/recentprojects/startup.svg

This file was deleted.

Binary file removed src/assets/recentprojects/veritru.png
Binary file not shown.
15 changes: 0 additions & 15 deletions src/assets/recentprojects/veritru.svg

This file was deleted.

45 changes: 21 additions & 24 deletions src/components/works/Works.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import './Works.css';

// Import ../../assets/recentprojects/
import Portfolio from '../../assets/recentprojects/react-portfolio.png';
import Veritru from '../../assets/recentprojects/veritru.png';
import Lofo from '../../assets/recentprojects/lofo.png';
import Startup from '../../assets/recentprojects/startup.png';
import Lacalle from '../../assets/recentprojects/lacalle.png';
import Amad from '../../assets/recentprojects/amad-furniture.png';
import Sigaarchitect from '../../assets/recentprojects/sigaarchitect.png';
import Detailingpatrol from '../../assets/recentprojects/detailingpatrol.png';
import Ozztravel from '../../assets/recentprojects/ozztravel.png';

const useStyles = makeStyles((theme) => ({
main: {
Expand All @@ -36,37 +36,34 @@ export const Works = () => {
},
{
id: 2,
title: 'VeriTru Project',
description: `An advocacy project website built using
MEAN stack with fact-checking tool to promote actions against
fake news.`,
alter: 'VeriTru Project',
image: `${Veritru}`,
title: 'Amad Furniture',
description: `An simple project website built using
ReactJS and styled components.`,
alter: 'Amad Furniture',
image: `${Amad}`,
},
{
id: 3,
title: 'LoFo Project',
description: `Logistics and Forwarding website built using
ReactJS to design and develop its front-end.`,
alter: 'LoFo Project',
image: `${Lofo}`,
title: 'sigaarchitect',
description: `Company in the field of Design & Build services`,
alter: 'sigaarchitect',
image: `${Sigaarchitect}`,
},
{
id: 4,
title: 'Startup Project',
description: `A website portfolio project for the Startup Dev Team
built using MEVN stack to demonstrate the CRUD capabilities of the tech stack.`,
alter: 'Startup Project',
image: `${Startup}`,
title: 'Detailing Patrol',
description: `Detailing patrol is a service web app Car Salon Treatments.`,
alter: 'Detailing Patrol',
image: `${Detailingpatrol}`,
},
{
id: 5,
title: 'LaCalle Cafe',
description: `A website project for the La Calle Cafe business
title: 'Ozztravel',
description: `A website project for the travel and tour agency services
built using Wordpress and PHP with integrated SEO tools to help
the business ramp up its prospects and lead generation.`,
alter: 'Startup Project',
image: `${Lacalle}`,
alter: 'Ozztravel',
image: `${Ozztravel}`,
},
]);

Expand Down

1 comment on commit ef1911c

@vercel
Copy link

@vercel vercel bot commented on ef1911c Nov 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.