-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
26 lines (26 loc) · 1.33 KB
/
data.json
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
data = [
{
"name" : "Tanya Sinclair",
"profession" : "UX Engineer",
"image" : "images/image-tanya.jpg",
"quote" : " I’ve been interested in coding for a while but never taken the jump, until now. I couldn’t recommend this course enough. I’m now in the job of my dreams and so excited about the future. "
},
{
"name" : "John Tarkpor",
"profession" : "Junior Front-end Developer",
"image" : "images/image-john.jpg",
"quote" : " If you want to lay the best foundation possible I’d recommend taking this course. The depth the instructors go into is incredible. I now feel so confident about starting up as a professional developer. "
},
{
"name" : "Gavin Jacobs",
"profession" : "Tech Entreprenuer",
"image" : "images/image-gavin.jpeg",
"quote" : " If you want to lay the best foundation possible I’d recommend taking this course. The depth the instructors go into is incredible. I now feel so confident about starting up as a professional developer. "
},
{
"name" : "Cristian Aveles",
"profession" : "Musician",
"image" : "images/image-cristian.webp",
"quote" : " If you want to lay the best foundation possible I’d recommend taking this course. The depth the instructors go into is incredible. I now feel so confident about starting up as a professional developer. "
}
]