-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaticData.json
52 lines (52 loc) · 1.2 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://i.imgur.com/LLWNoqY.png"
},
{
"title": "Basic styling in CSS",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Adaptive layout with CSS Grid",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Interactions and animations",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "SVG Animations",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Components and props",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "States and events",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Styled components",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Static data with JSON",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "GraphQL with Contentful",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Publish to Netlify",
"image": "https://i.imgur.com/LLWNoqY.png"
},
{
"title": "Paymant with Checkout",
"image": "https://i.imgur.com/LLWNoqY.png"
}
]
}