-
Notifications
You must be signed in to change notification settings - Fork 0
/
item.html
166 lines (156 loc) · 6.95 KB
/
item.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
<!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>Purchase your item</h2>
<ul class="item-list">
<li id="item_sticker1" class="clearfix">
<a href="#img_sticker1"><img src="images/store/sticker1.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">Sticker</span>
<span class="undertitle"><q>Human form of the 100 emoji</q></span>
<span class="price">€ 2,99</span>
<span class="description">This sticker features a classic Gina quote <q>I am the human form of the 100 emoji.</q></span>
</span>
</li>
<li id="item_shirt1" class="clearfix">
<a href="#img_shirt1"><img src="images/store/shirt1.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">T-shirt</span>
<span class="undertitle"><q>Gina Knows Best.</q></span>
<span class="price">€ 14,99</span>
<span class="description">T-shirt with print <q>Gina Knows Best.</q></span>
</span>
</li>
<li id="item_case" class="clearfix">
<a href="#img_case"><img src="images/store/case.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">Phone Case</span>
<span class="undertitle">Brooklyn Nine-Nine Print</span>
<span class="price">€ 19,99</span>
<span class="description">Bright yellow phone case with a Brooklyn Nine-Nine logo printed on the back.</span>
</span>
</li>
<li id="item_shirt3" class="clearfix">
<a href="#img_shirt3"><img src="images/store/shirt3.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">T-shirt</span>
<span class="undertitle">"Robot Captain Engage"</span>
<span class="price">€ 16,99</span>
<span class="description">T-shirt with print <q>Meep-morp-zeep. Robot captain engage.</q> That's a terrible robot voice.</span>
</span>
</li>
<li id="item_sticker2" class="clearfix">
<a href="#img_sticker2"><img src="images/store/sticker2.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">Sticker</span>
<span class="undertitle"><q>Amazing Detective/Genius</q></span>
<span class="price">€ 2,99</span>
<span class="description">Sticker with print <q>Amazing detective slash genius.</q></span>
</span>
</li>
<li id="item_shirt2" class="clearfix">
<a href="#img_shirt2"><img src="images/store/shirt2.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">Hoodie</span>
<span class="undertitle"><q>Bingpot!</q></span>
<span class="price">€ 24,99</span>
<span class="description">T-shirt with print <q>Bingpot!</q></span>
</span>
</li>
<li id="item_sticker3" class="clearfix">
<a href="#img_sticker3"><img src="images/store/sticker3.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">Sticker</span>
<span class="undertitle"><q>Detective Right All The Time</q></span>
<span class="price">€ 2,99</span>
<span class="description">Sticker with print <q>Hello, my name is Detective Right All The Time.</q></span>
</span>
</li>
<li id="item_mug" class="clearfix">
<a href="#img_mug"><img src="images/store/mug.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">Mug</span>
<span class="undertitle"><q>Everything is Garbage</q></span>
<span class="price">€ 9,99</span>
<span class="description">Mug with print <q>Everything is garbage - Captain Raymond Holt, 99th precinct.</q></span>
</span>
</li>
<li id="item_shirt4" class="clearfix">
<a href="#img_shirt4"><img src="images/store/shirt4.jpg" alt=""></a>
<span class="item-attributes">
<span class="title">T-shirt</span>
<span class="undertitle"><q>If I was a Unicorn</q></span>
<span class="price">€ 18,99</span>
<span class="description">T-shirt with print <q>If I was a unicorn, I'd never be angry.</q></span>
</span>
</li>
</ul>
<!-- Lightbox images -->
<a href="#item_sticker1" class="lightbox" id="img_sticker1"> <img src="images/store/sticker1.jpg" alt="Sticker 1"></a>
<a href="#item_sticker2" class="lightbox" id="img_sticker2"> <img src="images/store/sticker2.jpg" alt="Sticker 2"></a>
<a href="#item_sticker3" class="lightbox" id="img_sticker3"> <img src="images/store/sticker3.jpg" alt="Sticker 3"></a>
<a href="#item_shirt1" class="lightbox" id="img_shirt1"> <img src="images/store/shirt1.jpg" alt="Shirt 1"></a>
<a href="#item_shirt2" class="lightbox" id="img_shirt2"> <img src="images/store/shirt2.jpg" alt="Shirt 2"></a>
<a href="#item_shirt3" class="lightbox" id="img_shirt3"> <img src="images/store/shirt3.jpg" alt="Shirt 3"></a>
<a href="#item_shirt4" class="lightbox" id="img_shirt4"> <img src="images/store/shirt4.jpg" alt="Shirt 4"></a>
<a href="#item_mug" class="lightbox" id="img_mug"> <img src="images/store/mug.jpg" alt="Mug"></a>
<a href="#item_case" class="lightbox" id="img_case"> <img src="images/store/case.jpg" alt="Case"></a>
<h2>Fill in your details</h2>
<form class="contact-form clearfix">
<div class="upper-form">
<label>First Name</label>
<input type="text" class="form-element" name="first_name" id="first-name">
<label>Last Name</label>
<input type="text" class="form-element" name="last_name" id="last-name">
<label>E-mail Address</label>
<input type="text" class="form-element" name="email_address" id="email-address">
<label>Phone Number</label>
<input type="text" class="form-element" name="phone_number" id="phone-number">
</div>
<div class="button-wrapper">
<button>Proceed to payment options</button>
</div>
</form>
</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>