-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.py
38 lines (36 loc) · 1.21 KB
/
data.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
MAX_IMAGES = 10
projects = [
{
"title": "Calori App",
"content": "A mobile application to automatically detect the number of calories on a plate of food.",
},
{
"title": "AutoBoard",
"content": "A cross-platform application to convert whiteboard drawings into vector format live.",
},
{
"title": "Teach",
"content": "A cross-platform web application to help tutors to manage their lessons and classes.",
},
{
"title": "Grade",
"content": "A desktop application to help teachers auto-grade video and text submissions based on supplied criteria.",
},
]
responsibilities = [
{
"timeline": "2023 - Current",
"title": "Pearson BTEC HND in Computing (Software Engineering) - Level 4 & 5",
"content": "Pursuing at CINEC Maritime Campus - Department of Information Technology.",
},
{
"timeline": "2022 - Current",
"title": "Tutor & Assignment Designer",
"content": "SACE Digital Technologies (Level 2) - Gateway College Colombo.",
},
{
"timeline": "2021 - Current",
"title": "Freelance Tutoring",
"content": "Computer Science for IGCSE & IAL, hybrid.",
},
]