-
Notifications
You must be signed in to change notification settings - Fork 0
/
webshop.html
171 lines (166 loc) · 5.39 KB
/
webshop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Webshop - Brooklyn Nine-Nine</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav>
<a href="index.html" class="logo">
<img src="images/logo.png" alt="Brooklyn Nine-Nine">
</a>
<div class="hamburger">
<div></div>
<div></div>
<div></div>
</div>
<input type="checkbox" class="hamburger-toggle">
<div class="links">
<ul>
<li class="active"><a href="webshop.html">Webshop</a></li>
<li><a href="episodes.html">Episodes</a></li>
<li><a href="characters.html">Characters</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="content-wrapper">
<main>
<div class="page-title">
<h1>// Webshop</h1>
</div>
<article>
<h2>Merch</h2>
<ul class="grid-items">
<li>
<a href="item.html#item_sticker1">
<img src="images/store/sticker1.jpg" alt="">
<span class="item-ribbon">
<span class="title">Sticker</span>
<span class="undertitle"><q>Human form of the 100 emoji</q></span>
<span class="description">
This sticker features a classic Gina quote <q>I am the human form of the 100 emoji.</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_shirt1">
<img src="images/store/shirt1.jpg" alt="">
<span class="item-ribbon">
<span class="title">T-shirt</span>
<span class="undertitle"><q>Gina Knows Best.</q></span>
<span class="description">
T-shirt with print <q>Gina Knows Best.</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_case">
<img src="images/store/case.jpg" alt="">
<span class="item-ribbon">
<span class="title">Phone Case</span>
<span class="undertitle">Brooklyn Nine-Nine Print</span>
<span class="description">
Bright yellow phone case with a Brooklyn Nine-Nine logo printed on the back.
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_shirt3">
<img src="images/store/shirt3.jpg" alt="">
<span class="item-ribbon">
<span class="title">T-shirt</span>
<span class="undertitle"><q>Robot Captain Engage</q></span>
<span class="description">
T-shirt with print <q>Meep-morp-zeep. Robot captain engage.</q> That's a terrible robot voice.
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_sticker2">
<img src="images/store/sticker2.jpg" alt="">
<span class="item-ribbon">
<span class="title">Sticker</span>
<span class="undertitle"><q>Amazing Detective/Genius</q></span>
<span class="description">
Sticker with print <q>Amazing detective slash genius.</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_shirt2">
<img src="images/store/shirt2.jpg" alt="">
<span class="item-ribbon">
<span class="title">Hoodie</span>
<span class="undertitle"><q>Bingpot!</q></span>
<span class="description">
T-shirt with print <q>Bingpot!</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_sticker3">
<img src="images/store/sticker3.jpg" alt="">
<span class="item-ribbon">
<span class="title">Sticker</span>
<span class="undertitle"><q>Detective Right All The Time</q></span>
<span class="description">
Sticker with print <q>Hello, my name is Detective Right All The Time.</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_mug">
<img src="images/store/mug.jpg" alt="">
<span class="item-ribbon">
<span class="title">Mug</span>
<span class="undertitle"><q>Everything is Garbage</q></span>
<span class="description">
Mug with print <q>Everything is garbage - Captain Raymond Holt, 99th precinct.</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
<li>
<a href="item.html#item_shirt4">
<img src="images/store/shirt4.jpg" alt="">
<span class="item-ribbon">
<span class="title">T-shirt</span>
<span class="undertitle"><q>If I was a Unicorn</q></span>
<span class="description">
T-shirt with print <q>If I was a unicorn, I'd never be angry.</q>
<span class="button-buy"><span>Buy</span></span>
</span>
</span>
</a>
</li>
</ul>
</article>
</main>
</div>
<footer>
<img src="images/skyline.svg" alt="New York Skyline" class="nyc">
<div class="inner">
<p>Copyright © Brooklyn Nine-Nine 2018 (<a href="https://en.wikipedia.org/wiki/Brooklyn_Nine-Nine" target="_blank">Source</a>)</p>
</div>
</footer>
</body>
</html>