Files
portfolio/assets/json/projects.json
Mohammad Hariri 5070f591d3 feat: animations, responsive design
Animations
- added opacity animation for experience page
- added stagger animation for navbar items on mobile
- added animation for landing page for years and language indications

Pages
- About Page mockup

Redesign
- Navbar to include icons on desktop
2025-02-21 00:07:25 +01:00

23 lines
715 B
JSON

[
{
"name": "Invoice Management System",
"start": null,
"end": null,
"stack": ["Go", "Wails", "React", "SQLite3", "TailwindCSS"],
"description": "Invoie Management System that helps mechanics create invoices, manage customers, finances and more.",
"thumbnail": "/assets/images/invoice-manager-thumbnail.png",
"github_link": "",
"status": "In Progress"
},
{
"name": "Portfolio",
"start": null,
"end": null,
"stack": ["Go", "Templ", "Motion", "TailwindCSS"],
"description": "The website you are currently on. A portfolio website that showcases my projects, experiences and skills.",
"thumbnail": "",
"github_link": "",
"status": "Completed"
}
]