-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
52 lines (52 loc) · 1.91 KB
/
Copy pathdata.json
File metadata and controls
52 lines (52 loc) · 1.91 KB
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
{
"projects": [
{
"id": 1,
"project_name": "Treehouse Task One",
"description": "Random quote generator",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://github.com/paulheading/TreehouseTaskOne",
"github_link": "http://github.com/paulheading",
"image_urls": ["images/task-one/main.jpg", "images/task-one/extra.jpg"]
},
{
"id": 2,
"project_name": "Treehouse Task Two",
"description": "Pagination & Content Filter",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://github.com/paulheading/TreehouseTaskTwo",
"github_link": "http://github.com/paulheading",
"image_urls": ["images/task-two/main.jpg", "images/task-two/extra.jpg"]
},
{
"id": 3,
"project_name": "Treehouse Task Three",
"description": "Build an Interactive Form",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://github.com/paulheading/TreehouseTaskThree",
"github_link": "http://github.com/paulheading",
"image_urls": [
"images/task-three/main.jpg",
"images/task-three/extra.jpg"
]
},
{
"id": 4,
"project_name": "Treehouse Task Four",
"description": "Tic-Tac-Toe",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://github.com/paulheading/TreehouseTaskFour",
"github_link": "http://github.com/paulheading",
"image_urls": ["images/task-four/main.jpg", "images/task-four/extra.jpg"]
},
{
"id": 5,
"project_name": "Treehouse Task Five",
"description": "Use a Public API to Create an Employee Directory",
"technologies": ["Javascript", "HTML", "CSS"],
"live_link": "https://github.com/paulheading/TreehouseTaskFive",
"github_link": "http://github.com/paulheading",
"image_urls": ["images/task-five/main.jpg", "images/task-five/extra.jpg"]
}
]
}