-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaticdata.json
52 lines (52 loc) · 1.96 KB
/
staticdata.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
51
52
{
"cells": [
{
"title":"Intro to React",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Basic Styling in CSS",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Adaptive Layout with CSS Grid",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Interactions and Animations",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"SVG Animation",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Components and Props",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"States and Events",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Styled Components",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Static Data with JSON",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"GraphQL with Contentful",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Publish to Netlify",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
},
{
"title":"Payment with Stripe Checkout",
"image":"https://res.cloudinary.com/alex-cloud/image/upload/v1544140907/logo-react.png"
}
]
}