feat: add Galeria Rumia project with description and thumbnails; update layout for commercial projects
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
This commit is contained in:
13
lib/data.ts
13
lib/data.ts
@@ -483,5 +483,18 @@ export const projects: Project[] = [
|
||||
"download_url": "https://aur.archlinux.org/packages/k-shrink",
|
||||
"technologies": ["Rust", "Wayland"],
|
||||
"thumbnails": []
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"name": "Galeria Rumia",
|
||||
"short_description": "Website for shopping mall in Rumia, Poland.",
|
||||
"description": "A commercial project for a shopping mall in Rumia, Poland. The website provides information about the mall, its stores, events, and promotions. It features a modern design and is built with custom handmade wordpress theme and in-house map plugin.",
|
||||
"category": "Web",
|
||||
"github_url": null,
|
||||
"visit_url": "https://galeriarumia.com/",
|
||||
"download_url": null,
|
||||
"technologies": ["WordPress"],
|
||||
"thumbnails": ["/images/galeria_rumia.avif", "/images/galeria_rumia2.avif"],
|
||||
"commercial": true
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user