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
|
news = [{
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author':
'Blendoit',
'date':
'Dec. 25th, 2019',
'content':
"Ah, this is a public personal update.\n It's pretty long, because this enables testing layouts that adapt to posts with a lot of content. Do we want the content to wrap around? Should we implement a content clipping feature? Is there a limit to how much placeholder text one can view at a time on the website? As the great Nowaar once said, 'We can throw shapes, but you are not in my circle, bahaha.'"
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author': 'Blendoit',
'date': 'Dec. 25th, 2019',
'content': "Ah, this is a public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author': 'Blendoit',
'date': 'Dec. 25th, 2019',
'content': "Ah, this is a public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author':
'Blendoit',
'date':
'Dec. 25th, 2019',
'content':
"Ah, this is a public personal update.\n It's pretty long, because this enables testing layouts that adapt to posts with a lot of content. Do we want the content to wrap around? Should we implement a content clipping feature?"
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author':
'Blendoit',
'date':
'Dec. 25th, 2019',
'content':
"Ah, this is a public personal update.\n It's pretty long, because this enables testing layouts that adapt to posts with a lot of content. Do we want the content to wrap around? Should we implement a content clipping feature?"
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author': 'Blendoit',
'date': 'Dec. 25th, 2019',
'content': "Ah, this is a public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author': 'Blendoit',
'date': 'Dec. 25th, 2019',
'content': "Ah, this is a public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author': 'Blendoit',
'date': 'Dec. 25th, 2019',
'content': "Ah, this is a public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}, {
'author': 'CNN',
'date': 'Dec. 26th, 2019',
'content': "Breaking news: the squad is in shambles."
}, {
'author': 'Blendoit',
'date': 'Dec. 25th, 2019',
'content': "Ah, this is a public personal update."
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
'content': "This is a second public personal update."
}]
|