forked from fac-17/fac17-projects-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
505 lines (504 loc) · 16.6 KB
/
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
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
console.log("data.js");
const data = {
weeks: [
{
week: "14-16",
theme: "Tech For Better",
projects: [
{
title: "Chatti",
img: "assets/wk14-chatti.png",
team: ["Gillian", "Pat", "Ayub"],
github: "https://github.com/fac18/chatti",
description:
"An app that helps busy parents engage in quality time with their young children by suggesting fun and quick activities to do, which are targeted at children's early stages development goals"
},
{
title: "Joy",
img: "assets/wk14-joy.png",
team: ["Rosa", "Nikke", "Maria", "Roshan"],
github: "https://github.com/fac18/joy",
description:
"Tool which allows you to track which clients you have referred to which services, and query the database to create a dashboard of key metrics on these services and their impact on wellbeing"
},
{
title: "Safe Space",
img: "assets/wk14-safe-space.png",
team: ["Beth", "Reda", "Dan", "Alex"],
github: "https://github.com/fac18/safe-space",
description:
"A site built for the Musician's Union to make it easier for musicians to report incidents of sexual abuse or harassment at work"
},
{
title: "Gateway 2 Heritage",
img: "assets/wk14-g2h.png",
team: ["Reggie", "Kin", "Jamie", "Renata"],
github: "https://github.com/fac18/t4b-g2h",
description:
"Platform that offers the heritage sector the opportunity to promote their collections to a wider audience for commercial licensing whilst providing a space for intra-sector communication"
}
]
},
{
week: "12-13",
theme: "Student Projects",
projects: [
{
title: "Signpost",
img: "assets/wk12-signpost.png",
team: ["Gillian", "Renata", "Rosa", "Beth"],
github: "https://github.com/fac18/signpost/",
description:
"A community-driven service for those experiencing or at risk of homelessness in Islington"
},
{
title: "Humble",
img: "assets/wk12-humble.png",
team: ["Reggie", "Judith", "Dan", "Kin"],
github: "https://github.com/fac18/humble/",
description: "A skillshare platform for a post-capitalist world"
},
{
title: "ChefUp",
img: "assets/wk12-chefup.png",
team: ["Pat", "Alex", "Nikke", "Maria"],
github: "https://github.com/fac18/chefup_app/",
description: "Find a local chef and level up your cooking skills"
},
{
title: "Recycling Game",
img: "assets/wk12-recycling.png",
team: ["Reda", "Ayub", "Jamie", "Roshan"],
github: "https://github.com/fac18/recycling-game",
description: "A tablet drag and drop game to teach 3-6 year-olds about recycling"
}
]
},
{
week: 11,
theme: "React",
projects: [
{
title: "Test your RAM",
img: "assets/wk11-ram.png",
team: ["Rosa", "Pat"],
github: "https://github.com/fac18/react_game-rosa-pat-",
description: "Choose the theme and match the pictures"
},
{
title: "Memorise FACes",
img: "assets/wk11-faces.png",
team: ["Renata", "Alex"],
github: "https://github.com/fac18/memorise-faces",
description: "Memory card game with faces and names of Github teams"
},
{
title: "gitMission Impossible?",
img: "assets/wk11-gitmission.png",
team: ["Roshan", "Judith"],
github: "https://github.com/fac18/roshjud-react",
description: "Can you predict the outcome of your mission?"
},
{
title: "The Game of Life",
img: "assets/wk11-gamelife.png",
team: ["Beth", "Jamie"],
github: "https://github.com/fac18/reactweek-jb",
description:
"Based upon the original 1860 version of 'The Game of Life'"
},
{
title: "Keep on Flyin'",
img: "assets/wk11-flyin.png",
team: ["Nikke", "Kin"],
github: "https://github.com/fac18/nikkin-react-game",
description: "Flappy bird inspired"
},
{
title: "Expelliarmus",
img: "assets/wk11-expelliarmus.png",
team: ["Gillian", "Reda"],
github: "https://github.com/fac18/expelliarmus",
description: "A Harry Potter spellbinding game"
},
{
title: "Smashicon",
img: "assets/wk11-smashicon.png",
team: ["Dan", "Ayub"],
github: "https://github.com/fac18/smashicon",
description: "The game where you smash your followers!"
},
{
title: "Feline Fun",
img: "assets/wk11-felinefun.png",
team: ["Reggie", "Maria"],
github: "https://github.com/fac18/feline-fun-mr-project",
description: "Choose your breed and keep it alive!"
}
]
},
{
week: 8,
theme: "ExpressJS & HandlebarsJS",
projects: [
{
title: "BiblioTech",
img: "assets/wk8-biblio.png",
team: ["Kin", "Beth", "Renata", "Judith"],
github: "https://github.com/fac18/week8-pbok",
description: "See FAC's BiblioTech!"
},
{
title: "Present Chooser",
img: "assets/wk8-presents.png",
team: ["Alex", "Roshan", "Ayub", "Pat"],
github: "https://github.com/fac18/week8-jach",
description: "What Christmas presents are you getting this year? "
},
{
title: "JAMARAD",
img: "assets/wk8-preppers.png",
team: ["Dan", "Reggie", "Jamie", "Maria"],
github: "https://github.com/fac18/week8-denk",
description: "Trust JAMARAD to help you survive till the bitter end"
},
{
title: "FAC18 Yearbook",
img: "assets/wk8-yearbook.png",
team: ["Reda", "Nikke", "Rosa", "Gillian"],
github: "https://github.com/fac18/week-8-AGIL",
description: "Welcome to the FAC 18 yearbook! Class of '19-'20"
}
]
},
{
week: 7,
theme: "Authentication",
projects: [
{
title: "Sorting Hat",
img: "assets/wk7-sorting.png",
team: ["Beth", "Jamie", "Rosa", "Alex"],
github: "https://github.com/fac18/week7-mepl",
description: "Which hogwarts house are you in?"
},
{
title: "FAC Fruit Basket",
img: "assets/wk7-mepl.png",
team: ["Kin", "Maria", "Nikke", "Pat"],
github: "https://github.com/fac18/week7-mepl",
description: "Online Fruit Shop"
},
{
title: "SQUALL",
img: "assets/wk7-coda.png",
team: ["Dan", "Renata", "Roshan", "Gillian"],
github: "https://github.com/fac18/week7-coda-squall",
description: "This time with auth!"
},
{
title: "Game of Thrones Clan Forger",
img: "assets/wk6-clans.png",
team: ["Ayub", "Reda", "Reggie", "Judith"],
github: "https://github.com/fac18/week6-week7-FHIN-got-db-auth",
description: "Winter is coming. Forge your Game of Thrones clan"
}
]
},
{
week: 6,
theme: "Databases: PostgreSQL",
projects: [
{
title: "Sorting Hat",
img: "assets/wk6-sorting.png",
team: ["Beth", "Jamie", "Rosa", "Alex"],
github: "https://github.com/fac18/kgbj-week-6",
description: "Which hogwarts house are you in?"
},
{
title: "FAC Fruit Basket",
img: "assets/wk6-mepl.png",
team: ["Kin", "Maria", "Nikke", "Pat"],
github: "https://github.com/fac18/week6-mepl",
description: "Online Fruit Shop"
},
{
title: "SQUALL",
img: "assets/wk6-coda.png",
team: ["Dan", "Renata", "Roshan", "Gillian"],
github: "https://github.com/fac18/week6-coda-squall",
description: "Choose your character and your super power"
},
{
title: "Game of Thrones Clan Forger",
img: "assets/wk6-clans.png",
team: ["Ayub", "Reda", "Reggie", "Judith"],
github: "https://github.com/fac18/week6-FHIN-got-db",
description: "Winter is coming. Forge your Game of Thrones clan"
}
]
},
{
week: 5,
theme: "NodeJS 2/2",
projects: [
{
title: "What's the Weather?",
img: "assets/wk5-wtw.png",
team: ["Alex", "Maria", "Reda", "Renata"],
github: "https://github.com/fac18/week5-EIJO-weatherAPI",
description: "Discover the weather of any city in the world"
},
{
title: "CryptoWatch",
img: "assets/wk5-crypto.png",
team: ["Gillian", "Jamie", "Judith", "Pat"],
github: "https://github.com/fac18/week5-famk-backend-api",
description: "Keep tabs on your favourite cryptocurrencies"
},
{
title: "Weather App",
img: "assets/wk5-bcln.png",
team: ["Beth", "Nikke", "Reggie", "Roshan"],
github: "https://github.com/fac18/week5-bcln-backend-api",
description:
"A weather checker site for weather and temperature in the UK"
},
{
title: "Should I Go Outside?",
img: "assets/wk5-sigot.png",
team: ["Ayub", "Dan", "Kin", "Rosa"],
github: "https://github.com/fac18/week-5-DARK-server-Api",
description: "Should you go outside today? A crucial question"
}
]
},
{
week: 4,
theme: "NodeJS 1/2",
projects: [
{
title: "WTF: Where's The Food?",
img: "assets/wk4-wtf.png",
team: ["Jamie", "Kin", "Reda", "Roshan"],
github: "https://github.com/fac18/week4-cikp-autocomplete",
description:
"Explore the national dish of any country using our autocomplete widget"
},
{
title: "Footballers and their Birds",
img: "assets/wk4-footbirds.png",
team: ["Beth", "Ayub", "Maria", "Gillian"],
github: "https://github.com/fac18/week4-ABEH-autocomplete",
description:
"Our autocomplete sends you to the wikipedia pages of footballers and birds"
},
{
title: "Colour Machine",
img: "assets/wk4-colours.png",
team: ["Alex", "Dan", "Judith", "Nikke"],
github: "https://github.com/fac18/week4-DFJL-colours",
description:
"CSS colour autocompleter with complementary colour search"
},
{
title: "UK Heritage autocomplete",
img: "assets/wk4-heritage.png",
team: ["Pat", "Rosa", "Reggie", "Renata"],
github: "https://github.com/fac18/week4-gmno-autocomplete",
description: "A World Heritage Site autocomplete widget for the UK"
}
]
},
{
week: 3,
theme: "API",
projects: [
{
title: "P(u)RRR",
img: "assets/wk3-purrr.png",
team: ["Pat", "Renata", "Rosa", "Reggie"],
github: "https://github.com/fac18/week3-gmno-prrr-api",
description: "Unleash your inner cat, take our quiz"
},
{
title: "BDay Time Machine",
img: "assets/wk3-bdaytime.png",
team: ["Alex", "Dan", "Judith", "Nikke"],
github: "https://github.com/fac18/week3-DFJL-bday-time-machine",
description:
"Go back to the day of your birth and discover the cultural touchstones"
},
{
title: "Trial by Trivia",
img: "assets/wk3-tbt.png",
team: ["Beth", "Gillian", "Ayub", "Maria"],
github: "https://github.com/fac18/week3-ABEH-trialbytrivia",
description: "Try our tremendous trivia game"
},
{
title: "Gifsthesia",
img: "assets/wk3-gifsthesia.png",
team: ["Jamie", "Kin", "Reda", "Roshan"],
github: "https://github.com/fac18/week3-cikp-gifsthesia",
description:
"When we hear lyrics, we see GIFs. Can you decipher the songs from the UK top 50?"
}
]
},
{
week: 2,
theme: "Testing: TDD",
projects: [
{
title: "Dodo Todo",
img: "assets/wk2-dodotodo.png",
alt: "image of Dodo ToDo App",
team: ["Beth", "Dan", "Pat", "Reda"],
github: "https://github.com/fac18/week2-BDIM-fiasco",
description: "Make your to-dos extinct with Dodo Todo"
},
{
title: "Bear.Tings.To.Do",
img: "assets/wk2-sbs.png",
alt: "image of Bear Tings To Do App",
team: ["Alex", "Gillian", "Kin", "Reggie"],
github: "https://github.com/fac18/week2-ajnp-sbs-todolist",
description: "A to-do app for bears"
},
{
title: "To-Do App",
img: "assets/wk2-cefg-todo.png",
alt: "image of CEFG To-Do App",
team: ["Judith", "Maria", "Rosa", "Roshan"],
github: "https://github.com/fac18/week2-CEFG-To-do",
description: "A serene to-do app"
},
{
title: "KHOL To-Do",
img: "assets/wk2-khol-todo.png",
alt: "image of KHOL To-Do App",
team: ["Ayub", "Jamie", "Nikke", "Renata"],
github: "https://github.com/fac18/week-2-khol-todoapp",
description: "A f.r.i.e.n.d-ly to-do app"
}
]
},
{
week: 1,
theme: "Github Workflow",
projects: [
{
title: "HuSSH",
img: "assets/wk1-hussh.png",
alt: "image of Hushh website",
team: ["Judith", "Maria", "Rosa", "Roshan"],
github: "https://github.com/fac18/hussh",
description: "A webpage for a fictional Cybersecurity agency"
},
{
title: "Dynamyk",
img: "assets/wk1-dynamyk.png",
alt: "image of Dynamyk website",
team: ["Beth", "Dan", "Pat", "Reda"],
github: "https://github.com/fac18/week1-BDIM-dynamyk-site",
description:
"Want to build a beautiful product to change the world? Check out our site!"
},
{
title: "Screaming Bear Solutions",
img: "assets/wk1-sbs.png",
alt: "image of SBS website",
team: ["Alex", "Gillian", "Kin", "Reggie"],
github: "https://github.com/fac18/screaming-bear-solutions",
description:
"A website that displays the ethos of our growlingly great team"
},
{
title: "KHOL",
img: "assets/wk1-khol.png",
alt: "image of KHOL website",
team: ["Ayub", "Jamie", "Nikke", "Renata"],
github: "https://github.com/fac18/week-1-khol",
description: "A website for a f.r.i.e.n.d-ly web development agency"
}
]
}
],
people: [
{
name: "Alex",
handle: "AlexandraOM",
img: "https://avatars0.githubusercontent.com/u/44403718?s=460&v=4"
},
{
name: "Ayub",
handle: "Ayub3"
},
{
name: "Beth",
handle: "bethanyios",
img: "https://avatars1.githubusercontent.com/u/36175966?s=96&v=4"
},
{
name: "Dan",
handle: "edificex",
img: "https://avatars3.githubusercontent.com/u/29084012?s=96&v=4"
},
{
name: "Gillian",
handle: "yeo-yeo",
img: "https://avatars1.githubusercontent.com/u/28454190?s=96&v=4"
},
{
name: "Jamie",
handle: "jc2820",
img: "https://avatars2.githubusercontent.com/u/48565047?s=96&v=4"
},
{
name: "Judith",
handle: "jdy3"
},
{
name: "Kin",
handle: "kin-au"
},
{
name: "Maria",
handle: "marialani"
},
{
name: "Nikke",
handle: "nikkesan",
img: "https://avatars3.githubusercontent.com/u/52974746?s=96&v=4"
},
{
name: "Pat",
handle: "pat-cki"
},
{
name: "Reda",
handle: "redahaq",
img: "https://avatars3.githubusercontent.com/u/39345463?s=96&v=4"
},
{
name: "Reggie",
handle: "ReginaldJbeili"
},
{
name: "Renata",
handle: "renatadev",
img: "https://avatars2.githubusercontent.com/u/41273801?s=96&v=4"
},
{
name: "Rosa",
handle: "rosalie-baxter"
},
{
name: "Roshan",
handle: "roshlarosh",
img: "https://avatars1.githubusercontent.com/u/25162746?s=96&v=4"
}
]
};