Update Projects.ts
This commit is contained in:
parent
4bcc59ea95
commit
cf101d65a7
1 changed files with 4 additions and 4 deletions
|
@ -14,15 +14,15 @@ const projects = [
|
||||||
{
|
{
|
||||||
"name": "AnimeWorld",
|
"name": "AnimeWorld",
|
||||||
"stack": ["Symfony 6", "PHP", "Nginx"],
|
"stack": ["Symfony 6", "PHP", "Nginx"],
|
||||||
"description": "University group project made for Web Server Programming class. I also took the initiative to deploy the website on my VPS.",
|
"description": "University group project for the Web Server Programming class. I took the initiative to deploy the website on my VPS.",
|
||||||
"url": "https://github.com/luxray555/projetsymfony"
|
"url": "https://github.com/luxray555/projetsymfony"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EMG reader",
|
"name": "EMG reader",
|
||||||
"stack": ["C", "Arduino"],
|
"stack": ["C", "Arduino"],
|
||||||
"description": "EMG reader for a friend in Biomedical Masters. The source code is closed source.",
|
"description": "EMG reader for a friend in Biomedical Masters. The source code is private.",
|
||||||
"url": "#"
|
"url": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
export default projects;
|
export default projects;
|
||||||
|
|
Loading…
Add table
Reference in a new issue