-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.json
50 lines (50 loc) · 1.67 KB
/
courses.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"name": "Drawing and Coloring",
"instructor": "Jessica Reyn",
"instructor_mail":"jessica.reynolds@example.com",
"available_seats": 12,
"image": "https://i.ibb.co/mvgvV7s/pexels-anastasia-shuraeva-6966323.jpg",
"price": 100
},
{
"name": "Origami for Kids",
"instructor": "David Mitchell",
"instructor_mail":"david.mitchell@example.com",
"available_seats": 8,
"image": "https://i.ibb.co/DbgQ88D/pexels-cottonbro-studio-5190680.jpg",
"price": 80
},
{
"name": "Playful Clay Sculpting",
"instructor": "Sophia Loren",
"instructor_mail":"sophia.loren@example.com",
"available_seats": 10,
"image": "https://i.ibb.co/cktCvnb/pexels-pavel-danilyuk-8422179.jpg",
"price": 120
},
{
"name": "Paper Mache Crafts",
"instructor": "Daniel Foster",
"instructor_mail":"daniel.foster@example.com",
"available_seats": 6,
"image": "https://i.ibb.co/fpnyx9x/pexels-vanessa-loring-7869442.jpg",
"price": 90
},
{
"name": "DIY Bracelet Making",
"instructor": "Emily Carter",
"instructor_mail":"emily.carter@example.com",
"available_seats": 15,
"image": "https://i.ibb.co/9hHzq9Z/how-make-popsicle-stick-bracelets-kids-crafts-three-sisters.jpg",
"price": 70
},
{
"name": "Painting with Fingerprints",
"instructor": "Oliver Johnson",
"instructor_mail":"oliver.johnson@example.com",
"available_seats": 5,
"image": "https://i.ibb.co/pvkJHKZ/image-content-detail-half-fingerprints.webp",
"price": 110
}
]