forked from actions-on-google/dialogflow-quotes-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.json
88 lines (88 loc) · 2.38 KB
/
quotes.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
{
"info": "Quotes from Developer Relations Googlers",
"data": [
{
"author": "Sachit Mishra",
"quotes": [
"It wasn't me."
]
},
{
"author": "Felker",
"quotes": [
"Life is nothing but small moments.",
"Do good things.",
"The real actions on google are the friends made along the way.",
"The felker rule for pizza is, for N people, buy N+1 pizzas.",
"I got some jimmies on my water ice down at the shore.",
"Life is always worse than you hope, but better than you fear."
]
},
{
"author": "Luke Davis",
"quotes": [
"Technology is biology by other means.",
"All stories are fiction.",
"The universe is oblivious to your failures.",
"I make fake chicken pesto pizza a couple times a month. It's my favorite."
]
},
{
"author": "Silvano",
"quotes": [
"Pizza and chicken should be like 2 parallel lines: never meet."
]
},
{
"author": "Mandy",
"quotes": [
"Work smart, play hard.",
"Take action now.",
"Persistence and passion are the keys to get delicious ice cream."
]
},
{
"author": "Jessica",
"quotes": [
"You never know where your next big opportunity is going to come from.",
"Find your community.",
"You're an amazing human being.",
"Sit in the discomfort, learning and building is all about working through challenges.",
"Stuck on something? Take a break!"
]
},
{
"author": "Alex Lucas",
"quotes": [
"Go by the name Anonymous. You'll get credit for everything.",
"Life is like a box of chocolates. Generally, there's some chocolate in it.",
"Even when life doesn't hand you lemons, make lemonade, because lemonade is delicious!"
]
},
{
"author": "Dan",
"quotes": [
"Be a chicken, not a pig."
]
},
{
"author": "Quddus",
"quotes": [
"Make someone happy."
]
},
{
"author": "Nick",
"quotes": [
"Some people are only happy if they aren't happy. Don't be some people."
]
},
{
"author": "Sean",
"quotes": [
"Don't confuse me with facts, my mind's already made up.",
"The path to 1% awesome is paved with 99% failure."
]
}
]
}