File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
content/works/mini-projects Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
+ ---
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const filterByCategory = (category: string) =>
15
15
16
16
const webProjects = filterByCategory (" web-projects" );
17
17
const websites = filterByCategory (" websites" );
18
+ const miniProjects = filterByCategory (" mini-projects" );
18
19
const gitProjects = filterByCategory (" api" );
19
20
const otherProjects = filterByCategory (" others" );
20
21
---
@@ -57,6 +58,12 @@ const otherProjects = filterByCategory("others");
57
58
<Works works ={ gitProjects } />
58
59
</div >
59
60
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
+
60
67
<div class =" " >
61
68
<h4 class =" text-white text-left font-bold mb-4" >Others</h4 >
62
69
You can’t perform that action at this time.
0 commit comments