Update Projects.ts
This commit is contained in:
parent
4bcc59ea95
commit
cf101d65a7
1 changed files with 4 additions and 4 deletions
|
@ -14,14 +14,14 @@ const projects = [
|
|||
{
|
||||
"name": "AnimeWorld",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "EMG reader",
|
||||
"stack": ["C", "Arduino"],
|
||||
"description": "EMG reader for a friend in Biomedical Masters. The source code is closed source.",
|
||||
"url": "#"
|
||||
"description": "EMG reader for a friend in Biomedical Masters. The source code is private.",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue