add:projects page

This commit is contained in:
kokopi-dev
2026-03-09 01:27:59 +09:00
parent c5c49f07e9
commit 59c4b153f8
3 changed files with 75 additions and 0 deletions

8
constants/projects.go Normal file
View File

@@ -0,0 +1,8 @@
package constants
type Project struct {
Url string
Name string
Description string
TechTags []string
}