-
Notifications
You must be signed in to change notification settings - Fork 4
/
introduction-to-socks.json
120 lines (120 loc) · 4.36 KB
/
introduction-to-socks.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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{ "margin" : 10,
"name" : "An Introduction to Socks!",
"slides" : [ [ { "data" : "Socks? What the heck is that?",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "Simple: It's the partner of Shoes in presentations. It is a presentation tool for Shoes!",
"styles" : { "stroke" : "#666",
"align": "center" },
"type" : "para"
}
],
[ { "data" : "Now What the heck is Shoes?",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "res/shoes-icon.png",
"type" : "image",
"styles" : { "center" : "true" }
},
{ "data" : "Well in simple terms: Shoes is a GUI Toolkit originally developed by the legendary _why.",
"styles" : { "stroke" : "#666",
"align": "center" },
"type" : "para"
}
],
[
{ "data" : "res/why.png",
"type" : "image"
},
{ "data" : "Here's a bit of history:-",
"styles" : { "stroke" : "#666" },
"type" : "title",
"styles" : { "align" : "center" }
},
{ "data" : "Way way back in the day, there was a guy named _why. He created a project known as Hackety Hack to teach programming to everyone. In order to reach all corners of the earth, _why decided to make Hackety Hack work on Windows, Mac OS X, and Linux. This was a lot of work, and so _why decided to share his toolkit with the world. Thus, Shoes was born.",
"styles" : { "stroke" : "#666",
"align" : "center" },
"type" : "para"
},
{ "data" : "Everybody loved Shoes. Many apps were made, and put into The Shoebox, which no longer exists. But, one day, _why left. In his memory, Team Shoes assembled, and carried on making Shoes. They released Shoes 3 in late summer 2010.",
"styles" : { "stroke" : "#666",
"align" : "center" },
"type" : "para"
},
{ "data" : "You can find more details about shoes at",
"styles" : { "stroke" : "#666" },
"type" : "para",
"styles" : { "align" : "center" }
},
{ "data" : "http://shoesrb.com",
"styles" : { "align" : "center" },
"type" : "link"
}
],
[{ "data" : "Hmm!! So Who made Socks?",
"styles" : { "align": "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "Why It was made by Sankha.",
"styles" : { "stroke" : "#666" },
"type" : "para"
},
{ "data" : "res/me.jpg",
"type" : "image"
},
{ "data" : "Psst! If you still can't identify him - He's the guy who always misses his flights! ;-)",
"styles" : { "stroke" : "#666" },
"type" : "para"
}
],
[{ "data" : "Interesting! So How does it work?",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "Again, It's pretty simple! You just write a plain JSON File, and we take the pains of creating the presentation for you.",
"styles" : { "stroke" : "#666" },
"type" : "title"
}
],
[ { "data" : "Whoa!! I get it now! :)",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "Ok! So who the heck are you? And why are you talking about it?",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "subtitle"
},
{ "data" : "Ahh! I'm the friendly bugsmith, who likes this little tool and decided to talk about it!",
"styles" : { "stroke" : "#666" },
"type" : "para"
},
{ "data" : "res/sayak.png",
"type" : "image"
},
{ "data" : "If you want to know more about me, checkout my website: http://sayak.in",
"styles" : { "stroke" : "#666" },
"type" : "para"
}
]
]
}