-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog_data.js
77 lines (77 loc) · 2.63 KB
/
blog_data.js
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
blog_data = [
{
"default":"1",
"title":"Beyond the Blog",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Shohag Islam Sajjad",
"img":"./img/img-2.jpg"
},
{
"default":"2",
"title":"William",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"William",
"img":"./img/img-3.jpg"
},
{
"default":"3",
"title":"Joseph",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Joseph",
"img":"./img/img-4.jpg"
}
,
{
"default":"4",
"title":"Christopher",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Christopher",
"img":"./img/img-5.jpg"
}
, {
"default":"5",
"title":"Christian",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Christian",
"img":"./img/img-6.jpg"
}
,
{
"default":"6",
"title":"Lawrence",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Lawrence",
"img":"./img/img-7.jpg"
}
,
{
"default":"7",
"title":"Eugene",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Eugene",
"img":"./img/img-8.jpg"
}
,
{
"default":"8",
"title":"Zachary",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Zachary",
"img":"./img/img-9.jpg"
}
,
{
"default":"9",
"title":"Walter",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Walter",
"img":"./img/img-10.jpg"
}
, {
"default":"10",
"title":"Wayne",
"dec":"When our current students graduate, they will go to work in a world that is different than the one we live in today",
"writingBy":"Wayne",
"img":"./img/img-11.jpg"
}
]