-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsndmakes.html
544 lines (399 loc) · 17.4 KB
/
sndmakes.html
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html>
<head>
<title>Backstory: SNDMakes 2014</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
<link href="/img/startup.png" rel="apple-touch-startup-image" sizes="640x1096">
<link href='http://fonts.googleapis.com/css?family=Comfortaa:400,700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,900,700,500,300,100' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/jquery-touchswipe/jquery.touchSwipe.js"></script>
<script src="js/app.js"></script>
</head>
<body class="sndmakes">
<nav class="nav">
<div id="menu-trigger" class="nav-btn left menu"></div>
<div class="title">#SNDMakes</div>
<div id="reverse" class="nav-btn right reverse"></div>
</nav>
<div class="menu-drawer">
<div class="nav-search">
<input class="nav-search-input" type="input"/>
</div>
<div class="nav-filters">
<h5 class="h5">Filter By</h5>
<ul class="filters">
<li class="latest"><a href="index.html">Latest</a></li>
<li class="popular"><a href="index.html">Popular</a></li>
<li class="trending"><a href="index.html">Trending</a></li>
<li class="favorites"><a href="index.html">Favorites</a></li>
</ul>
</div>
<div class="nav-trending">
<h5 class="h5">Trending</h5>
<ul class="trending">
<li><a href="article.html">JayZ</a></li>
<li><a href="malaysia.html">Flight MH370</a></li>
<li><a href="sndmakes.html">SNDMakes</a></li>
<li>Beyonce</li>
<li>Knicks</li>
<li>March Madness</li>
<li>JayZ</li>
<li>Beyonce</li>
<li>Knicks</li>
<li>March Madness</li>
<li>JayZ</li>
<li>Beyonce</li>
<li>Knicks</li>
<li>March Madness</li>
<li>JayZ</li>
<li>Beyonce</li>
<li>Knicks</li>
<li>March Madness</li>
<li>JayZ</li>
<li>Beyonce</li>
<li>Knicks</li>
<li>March Madness</li>
<li>JayZ</li>
<li>Beyonce</li>
<li>Knicks</li>
<li>March Madness</li>
</ul>
</div>
</div>
<div class="timeline-container">
<div class="story-header sndmakes">
<span class="update-num star"></span>
<div class="timeline-bd">
<h1 class="story-h1">SND Makes Comes to Indianapolis</h1>
<div class="article-meta">
<small class="small timestamp">This story broke 2 days ago</small>
</div>
<div class="story-header-panel">
<p class="txt">
The Society for News Design just released the list of professionals and students participating in the upcoming story form prototyping event in Indianapolis.
</p>
</div><!-- story-header-panel -->
</div><!-- timeline-bd -->
</div><!-- timeline-update original -->
<div class="timeline-list">
<div class="timeline-update unread">
<span class="update-num">10</span>
<div class="timeline-bd">
<div class="article-thumb"><img src="/img/beyonce.jpg"/></div>
<h4 class="h4">Team Yellow Puts Finishing Touches On Backstory</h4>
<div class="article-meta">
<small class="small timestamp">22 min</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Team Yellow put as many finishing touches as possible on their project, Backstory, as the 11 a.m. deadline approached. Not only did the team need to complete the project, but they also had to prepare a presentation.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
Body here.
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">10 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update unread">
<div class="updates-future">1 newer updates</div>
<span class="update-num">9</span>
<div class="timeline-bd">
<div class="article-thumb"><img src="/img/beyonce.jpg"/></div>
<h4 class="h4">How we designed the app: lots of hard work and team effort</h4>
<div class="article-meta">
<small class="small timestamp">22 min</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Team Yellow’s Matt Gelfand, Joyce Rice and Ben Running have continued iterations of Backstory pages. Scores of screens were designed in an effort to enhance but simplify user experience. As the team discoverd new solutions they shared ideas with Mike Swartz to see how the designs would function in code.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
Body here.
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">9 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update unread">
<div class="updates-future">2 newer updates</div>
<span class="update-num">8</span>
<div class="timeline-bd">
<h4 class="h4">Choosing the colors and design for Backstory with Will Royal</h4>
<div class="article-meta">
<small class="small timestamp">16 hours</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
A design project wouldn’t be complete without some kind of technological failure. After redownloading and reinstalling Adobe Creative Suite, Team Yellow’s Will Royal put together a basic style guide. Ben Running provided some research on existing app colors, and Royal used this as inspiration for Backstory’s color pallete.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
Body here.
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">8 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">3 newer updates</div>
<span class="update-num">7</span>
<div class="timeline-bd">
<h4 class="h4">Jay Z makes the code come quicker, faster, harder, stronger</h4>
<div class="article-meta">
<small class="small timestamp">2 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Team Yellow was excited to see the progress made with the prototype. Mike Swartz worked quickly to incorporate the team’s design in the function of the product and took to Twitter to explain what fueled him through the project.
“JayZ makes the code come quicker,” Swartz tweeted. Images of the rap mogul were used often in the prototype of the team’s project now called Backstory.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
<h1 class="h1">Jay Z released an album and we all liked it so much.</h1>
<div class="article-body-meta">
<small class="byline">By Miranda Mulligan</small>
<small class="source">Buzzfeed.com</small>
</div>
<p class="txt">
Some kind of article text here and here and here and here. It's an article I say! It's got type! Holy crap let's write so much text in here. It would be great to do this. Let's do it.
</p>
<p class="txt">
Some kind of article text here and here and here and here. It's an article I say! It's got type! Holy crap let's write so much text in here. It would be great to do this. Let's do it.
</p>
<p class="txt">
Some kind of article text here and here and here and here. It's an article I say! It's got type! Holy crap let's write so much text in here. It would be great to do this. Let's do it.
</p>
<p class="txt">
Some kind of article text here and here and here and here. It's an article I say! It's got type! Holy crap let's write so much text in here. It would be great to do this. Let's do it.
</p>
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">3 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">5 newer updates</div>
<span class="update-num">6</span>
<div class="timeline-bd">
<div class="article-thumb"><img src="/img/jayz-vid.jpg"/></div>
<h4 class="h4">Building a creative team with awesome people from all over</h4>
<div class="article-meta">
<small class="small timestamp">3 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
With varying skills and levels of experience, Team Yellow decided that a division of labor would be the most efficient way to proceed. Ben Running and Joyce Rice worked on iterations of the article page while Matt Gelfand looked at how the home screen would function.
Will Royal put together samples for branding and Mike Swartz started coding for the whole project. Team members continued to communicate with one another as the project took form.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
<div class="video-container">
<iframe width="560" height="315" src="//www.youtube.com/embed/p1JPKLa-Ofc" frameborder="0" allowfullscreen></iframe>
</div>
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">2 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">4 newer updates</div>
<span class="update-num">5</span>
<div class="timeline-bd">
<h4 class="h4">Day 1 Report Backs: We have ideas and some fun has happened</h4>
<div class="article-meta">
<small class="small timestamp">4 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Once all teams consolidated their ideas into a single question or problem, the groups presented to one another.
Each team described their project in less than five minutes and then received feedback from the rest of the group.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
Body here.
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">1 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">5 newer updates</div>
<span class="update-num">4</span>
<div class="timeline-bd">
<h4 class="h4">Deciding on an issue: Let's try to explain the backstory</h4>
<div class="article-meta">
<small class="small timestamp">6 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Team Yellow decided to tackle the issue of varying reader familiarity.
Team captain Mike Swartz joined Matt Gelfand, Ben Running, Joyce Rice and Will Royal.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
<p class="txt">Starting from a question about improving the backstory experience, this group posed the question: “How might we encourage discovery from different entry points within a single story?”</p>
<p class="txt">Using colored note cards and a huge white sticky note, the team discussed the metaphor of a timeline to allow readers to jump in to a story at the point they feel most comfortable with their existing knowledge of the topic.</p>
<p class="txt">Prototypes for a mobile product were sketched on the colored note cards, and ideas for a desktop interface were given form as well.</p>
</div><!-- article overlay -->
</div><!-- timeline-bd -->
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">7 newer updates</div>
<span class="update-num">3</span>
<div class="timeline-bd">
<h4 class="h4">Brainstorming and capturing ideas in paper and sticky notes</h4>
<div class="article-meta">
<small class="small timestamp">6 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
A room full of individual makers quickly transformed into a hub of teamwork after lunch.
These teams, Yellow, Blue, Pink and Green, huddled to discuss which questions they were interested in answering.
Teams had plenty of ideas to sift through. The broad ideas posed in the large group discussion propelled small teams of five to seven members to dive in to an issue in digital design.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
Body here.
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">2 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">8 newer updates</div>
<span class="update-num">2</span>
<div class="timeline-bd">
<h4 class="h4">Group Discussion: Lets try to figure out what we're working on</h4>
<div class="article-meta">
<small class="small timestamp">6 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Discussions started to get at the heart of digital news when participants pose questions in a large group session. Questions were formatted as “How might we…” and then added to with more detail or related topics.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
<h1 class="story-h1">Sample How Might We questions</h1>
<p class="txt">“How might we design in a way that responds to user ‘modality’?”
“How might we create a brand/platform agnostic design that can travel with content?”
“How might we connect the story to the discussion around the story?”
“How might we improve the backstory experience?”
</p>
</div><!-- article overlay -->
</div><!-- timeline-bd -->
<div class="updates-past">1 older updates</div>
</div><!-- timeline-update -->
<div class="timeline-update">
<div class="updates-future">9 newer updates</div>
<span class="update-num">1</span>
<div class="timeline-bd">
<h4 class="h4">Turn off your phones, nerds!</h4>
<div class="article-meta">
<small class="small timestamp">2 days</small>
<div class="star"></div>
</div>
<div class="timeline-text">
<p class="txt">
Device use was temporarily banned at the #SNDmakes prototyping event.
Event organizer Miranda Mulligan wants attendees to “be present” for introductions, so she has temporarily prohibited use of technological devices such as phones and computers.
</p>
</div><!-- timeline-text -->
<div class="article-overlay">
Body here.
</div><!-- article overlay -->
</div><!-- timeline-bd -->
</div><!-- timeline-update -->
</div><!-- timeline-list -->
<div class="related-stories">
<h5 class="h5">Other stories</h5>
<div class="related-mod">
<div class="media-block">
<div class="main-tz jayz">
<div class="tile-meta">
<small class="timestamp">22 mins</small>
<small class="timestamp">#JayZ</small>
<div class="star"></div>
</div>
<h2 class="tile-h1"><a href="article.html">
Jay Z still the greatest rapper alive according to Jay Z
</a></h2>
</div>
</div>
<div class="media-block">
<div class="main-tz malaysia">
<div class="tile-meta">
<small class="timestamp">22 mins</small>
<small class="timestamp">#JayZ</small>
<div class="star"></div>
</div>
<h2 class="tile-h1"><a href="malaysia.html">
Debris Found in the Indian Ocean
</a></h2>
</div>
</div>
<div class="media-block">
<div class="main-tz sndmakes">
<div class="tile-meta">
<small class="timestamp">22 mins</small>
<small class="timestamp">#SND</small>
<div class="star"></div>
</div>
<h2 class="tile-h1"><a href="sndmakes.html">
SND Makes Comes to Indy
</a></h2>
</div>
</div>
<div class="media-block">
<div class="main-tz vick">
<div class="tile-meta">
<small class="timestamp">22 mins</small>
<small class="timestamp">#JayZ</small>
<div class="star"></div>
</div>
<h2 class="tile-h1"><a href="article.html">
Jay Z still the greatest rapper alive according to Jay Z
</a></h2>
</div>
</div>
<div class="media-block">
<div class="main-tz gaymarriage">
<div class="tile-meta">
<small class="timestamp">22 mins</small>
<small class="timestamp">#JayZ</small>
<div class="star"></div>
</div>
<h2 class="tile-h1"><a href="article.html">
Jay Z still the greatest rapper alive according to Jay Z
</a></h2>
</div>
</div>
<div class="media-block">
<div class="main-tz cash">
<div class="tile-meta">
<small class="timestamp">22 mins</small>
<small class="timestamp">#JayZ</small>
<div class="star"></div>
</div>
<h2 class="tile-h1"><a href="article.html">
Jay Z still the greatest rapper alive according to Jay Z
</a></h2>
</div>
</div>
</div><!-- related-mod -->
</div><!-- related-stories -->
<div class="footer">
<h4 class="h4">Who made this thing?</h4>
<p class="txt">Well, <a href="http://twitter.com/mattgelfand">Matt Gelfand</a>, <a href="http://twitter.com/teenyrobots">Joyce Rice</a>, <a href="http://twitter.com/brunning">Ben Running</a>, <a href="http://twitter.com/realgoodwill">Will Royal</a> and <a href="http://twitter.com/m_swartz">Mike Swartz</a> made it at SNDMakes 2014!</p>
<p class="txt">Check the repo at <a href="http://github.com/mswartz/backstory">github.com/mswartz/backstory.</a></p>
</div>
</body>
</html>