update the layout completely and include tailwind standalone

This commit is contained in:
2025-11-20 03:42:21 +07:00
parent 60440c095b
commit a9641ed82b
14 changed files with 177 additions and 157 deletions

View File

@@ -14,7 +14,7 @@ type ExperienceJSON struct {
Position string `json:"position"`
Tasks []string `json:"tasks"`
Tools string `json:"tools"`
TimePeriod string `json:"timePeriod"`
StartFrom string `json:"startFrom"`
}
func GetAllExperiencesJSON() ([]ExperienceJSON, error) {