Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const App: React.FC = () => {
Cyclist
</h4>
<div className="mb-8 flex items-center gap-6">
<a href="https://github.com/Wolven.Dev" target="_blank" rel="noreferrer">
<a href="https://github.com/WolvenDotDev" target="_blank" rel="noreferrer">
<GitHub className="home-icon" />
</a>
<a href="https://www.linkedin.com/in/gregorius-jovan-kresnadi/" target="_blank" rel="noreferrer">
Expand Down
2 changes: 1 addition & 1 deletion src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const projects: DProject[] = [
file: '',
url: 'https://porsee-website-demo.vercel.app/',
description:
'Porsee is an **Indonesian online food catering service** delivering fresh ready-to-cook ingredients to your doorstep. Porsee aims to bring restaurant quality food to your home kitchen, complete with the experience of cooking it yourself. I developed the website using **Next.js**, developed back-end services using **Firebase** with integrated **Google Analytics**. Deployed to a **Digital Ocean** droplet with **Docker.**',
'Porsee is an **Indonesian online food catering service** delivering fresh ready-to-cook ingredients to your doorstep. Porsee aims to bring restaurant quality food to your home kitchen, complete with the experience of cooking it yourself. I built the website using **Next.js**, developed back-end services using **Firebase** with integrated **Google Analytics**. Deployed to a **Digital Ocean** droplet with **Docker.**',
date: '2023',
techs: ['Next.js', 'Typescript', 'TailwindCSS', 'Figma', 'Firebase', 'Digital Ocean', 'Docker'],
},
Expand Down
Loading