-
Notifications
You must be signed in to change notification settings - Fork 5
/
data.js
86 lines (86 loc) · 2.79 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
var items = [
{
name: "15 assorted extension leads (incl reels)",
link: "https://brumhack.co.uk",
owner: "BrumHack",
location: "Birmingham, UK",
contact: "dan@brumhack.co.uk"
},
{
name: "10 4-way extension leads",
link: "https://www.amazon.co.uk/Status-13-Way-Extension-Socket/dp/B00HD78QPE/ref=sr_1_9?ie=UTF8&qid=1493377284&sr=8-9",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "5 6-way extension leads",
link: "https://www.amazon.co.uk/PIFCO-6-Gang-Surge-Protected-Extension/dp/B0042JWX14/ref=sr_1_4?ie=UTF8&qid=1493377284&sr=8-4",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "VGA to HDMI Adapter",
link: "https://www.amazon.co.uk/gp/product/B01GFMW91E/ref=od_aui_detailpages00?ie=UTF8&psc=1",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "Displayport to HDMI Adapter",
link: "https://www.amazon.co.uk/gp/product/B017Q8ZVWK/ref=od_aui_detailpages00?ie=UTF8&psc=1",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "Thunderbolt to HDMI Adapter",
link: "https://www.amazon.co.uk/gp/product/B013P0JTX0/ref=od_aui_detailpages00?ie=UTF8&psc=1",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "USB-C to HDMI Adapter",
link: "https://www.amazon.co.uk/gp/product/B01MYUCWOK/ref=od_aui_detailpages00?ie=UTF8&psc=1",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "Thunderbolt to HDMI/VGA/DVI Adapter",
link: "https://www.amazon.co.uk/gp/product/B00WB25B6S/ref=od_aui_detailpages00?ie=UTF8&psc=1",
owner: "Hacksmiths",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "40 Single Air Beds",
link: "https://www.decathlon.co.uk/single-camping-sleeping-bed-70-cm-id_8317809.html",
owner: "HackNotts",
location: "London, UK",
contact: "hacksmiths@gold.ac.uk"
},
{
name: "8 boxes insulated hot cups",
link: "https://www.amazon.co.uk/Cafe-Express-10ounce-295mililiter-Insulated/dp/B00GHKFHHS",
owner: "HackSoc Manchester",
location: "Manchester, UK",
contact: "teo@hacksoc.com"
},
{
name: "100 assorted extension leads",
link: "https://www.amazon.co.uk/Status-13-Way-Extension-Socket/dp/B00HD78QPE/ref=sr_1_9?ie=UTF8&qid=1493377284&sr=8-9",
owner: "HackSoc Manchester",
location: "Manchester, UK",
contact: "teo@hacksoc.com"
},
{
name: "200 Plain Blue Lanyards",
link: "https://www.amazon.co.uk/gp/product/B00X9XDYVM",
owner: "Hackference",
location: "Birmingham, UK",
contact: "mike@hackference.co.uk"
}
];