Skip to content

Commit 8f5c048

Browse files
committed
update portfolio projects
1 parent 5592c91 commit 8f5c048

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Philippines Earthquakes Map Viewer
3+
description: View earthquakes happening in the Philippines
4+
website: https://phil-earthquakes-map.tbdh.dev/
5+
logo: https://phil-earthquakes-map.tbdh.dev/vite.svg
6+
category: mini-projects
7+
---

src/pages/my-works.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const filterByCategory = (category: string) =>
1515
1616
const webProjects = filterByCategory("web-projects");
1717
const websites = filterByCategory("websites");
18+
const miniProjects = filterByCategory("mini-projects");
1819
const gitProjects = filterByCategory("api");
1920
const otherProjects = filterByCategory("others");
2021
---
@@ -57,6 +58,12 @@ const otherProjects = filterByCategory("others");
5758
<Works works={gitProjects} />
5859
</div>
5960

61+
<div class="">
62+
<h4 class="text-white text-left font-bold mb-4">Mini Web Projects</h4>
63+
64+
<Works works={miniProjects} />
65+
</div>
66+
6067
<div class="">
6168
<h4 class="text-white text-left font-bold mb-4">Others</h4>
6269

0 commit comments

Comments
 (0)