use json files to store data/ get css to work

This commit is contained in:
2025-11-17 03:13:46 +07:00
parent c772904165
commit a4b3f8ce06
9 changed files with 131 additions and 55 deletions

13
data/experience.json Normal file
View File

@@ -0,0 +1,13 @@
[
{
"company": "AIS",
"position": "Frontend web developer",
"employeeType": "Vendor",
"tasks": [
"add new features to a web applicaton for AIS employees to process SIMs",
"develop functionality to recover sim process data during system failures"
],
"tools": "Angular JS, MongoDB",
"years": 1
}
]