-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
299 lines (236 loc) · 10.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en-uk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pickpockets for You</title>
<link rel="icon" type="image/x-icon" href="/images/knife.ico">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=New+Tegomin&family=Playfair+Display:ital,wght@0,400;0,600;0,900;1,400;1,800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<!-- navbar -->
<div id="nav-wrapper" class="row justify-end center width-max pad3">
<nav>
<ul class="row">
<li>
<a href="#about-us">Credentials</a>
</li>
<li>
<a href="#associates">Associates</a>
</li>
<li>
<a href="#enquiries">Enquiries</a>
</li>
<li>
<a href="#contact">Correspondence</a>
</li>
</ul>
</nav>
</div>
<!-- where the hero section start -->
<section id="hero" class=" center width-xl pad9Top">
<div id="hero-text">
<h1>Pickpockets for Hire</h1>
<p class="pad1Top">No Article Left Unpocketed</p>
</div>
<img id="hand" src="images/hand .png" alt="hand">
<img id="slit-top" src="images/slit-top.png" alt="slit">
<img id="slit-bottom" src="images/slit-bottom.png" alt="slit background">
</section>
</header>
<main class="stack-lg">
<!--Credentials-->
<section id="about-us" class="center width-xl stack-xl pad3" >
<!--Article 1-->
<article class="content-element">
<div class="content-text stack-xl" id="text-1">
<h2>Procurers of Note</h2>
<p>Specialists in the social science of high-value article redistribution. No finer symposium of sleight-of-hand crafts to be found between Southwark & the Bow Bells.<br/><br/>
<p class="strong">A matchless reputation in asset relocation!</p>
</div>
<div class="image-cropper" id="image-1">
<img class="purse-images" src="images/purse-red.jpg" alt="a lady's red purse">
</div>
</article>
<!--Article 2-->
<article class="content-element">
<div class="content-text stack-xl" id="text-2">
<h2>A Rich Diversity of Service</h2>
<p>Our associates cultivate their natural inquisitive proclivities into a wide-roving assemblage of discrete discretions. Do engage us in the related fields of larceny, Tommy knocking and Push-a-Shiv.<br/><br/>
<p class="strong">No variance too burdensome!</strong>
</div>
<div class="image-cropper" id="image-2">
<img class="purse-images" src="images/purse-white.jpg" alt="A Lady's White Purse">
</div>
</article>
</section>
<!--Associates-->
<section class="associate-section center width-xl stack-xl pad2" id="associates">
<h2 class="center">Associates</h2>
<!--Gallery--> <div class="associate-gallery ">
<!--Arabella Nozzle--> <div class="associateHolder">
<div class="associate">
<div class="headshotWrapper">
<img class="associateCard" src="images/associate-1.png" alt="A card showing one of our associates"/>
</div>
<img class="associatePocket" src="images/pocket-red.png" alt="A pocket"/>
<div class="associateText blush">
<h3>Arabella Nozzle</h3>
<ul>
<li>Coquettery</li>
<li>Bamboozlement</li>
<li>"Quiet Work"</li>
</ul>
</div>
</div>
</div>
<!--William FitzWilliam--> <div class="associateHolder">
<div class="associate">
<div class="headshotWrapper">
<img class="associateCard" src="images/associate-2.png" alt="A card showing one of our associates"/>
</div>
<img class="associatePocket" src="images/pocket-blush.png" alt="A pocket"/>
<div class="associateText violet">
<h3>William FitzWilliam</h3>
<ul>
<li>Embezzlement</li>
<li>Gossip-Mongery</li>
<li>Document Forgery</li>
</ul>
</div>
</div>
</div>
<!--Dora Haddock--> <div class="associateHolder">
<div class="associate">
<div class="headshotWrapper">
<img class="associateCard" src="images/associate-3.png" alt="A card showing one of our associates"/>
</div>
<img class="associatePocket" src="images/pocket-violet.png" alt="A pocket"/>
<div class="associateText blush">
<h3>Dora Haddock</h3>
<ul>
<li>Assault</li>
<li>Aggravated Assault</li>
<li>Protection</li>
</ul>
</div>
</div>
</div>
<!--Jebediah Scratch--> <div class="associateHolder">
<div class="associate">
<div class="headshotWrapper">
<img class="associateCard" src="images/associate-4.png" alt="A card showing one of our associates"/>
</div>
<img class="associatePocket" src="images/pocket-red.png" alt="A pocket"/>
<div class="associateText blush">
<h3>Jebediah Scratch</h3>
<ul>
<li>Distraction</li>
<li>Incitement</li>
<li>Tomfoolery</li>
</ul>
</div>
</div>
</div>
<!--Forget-Me-Not Nightshirt--> <div class="associateHolder">
<div class="associate">
<div class="headshotWrapper">
<img class="associateCard" src="images/associate-5.png" alt="A card showing one of our associates"/>
</div>
<img class="associatePocket" src="images/pocket-blush.png" alt="A pocket"/>
<div class="associateText violet">
<h3>Forget-Me-Not Nightshirt</h3>
<ul>
<li>Damselling</li>
<li>Burglary</li>
<li>Blackmail</li>
</ul>
</div>
</div>
</div>
<!--Erstwhile Crumpkin--> <div class="associateHolder">
<div class="associate">
<div class="headshotWrapper">
<img class="associateCard" src="images/associate-6.png" alt="A card showing one of our associates"/>
</div>
<img class="associatePocket" src="images/pocket-violet.png" alt="A pocket"/>
<div class="associateText blush">
<h3>Erstwhile Crumpkin</h3>
<ul>
<li>Arson</li>
<li>Jimmy-Knockery</li>
<li>Infiltration</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Bottom Half--> <div id="brown-background">
<!--Enquiries-->
<section class="center width-xl stack-xl pad2" id="enquiries">
<h2>Enquiries</h2>
<!--Form-->
<form class="center width-md stack-md">
<label for="name">Epithet</label>
<input type="text" id="name" name="name" required/>
<label for="email">Mechanical Pigeon</label>
<input type="email" id="email"name="email" required/>
<fieldset class="stack-md">
<legend>Service Required</legend>
<div id="radio-label-layout">
<div>
<input type="radio" id="choice1" name="service-required" value="pickpocketing" required/>
<label for="choice1">Pickpocketing</label>
</div>
<div>
<input type="radio" id="choice2" name="service-required" value="other"/>
<label for="choice2">Other</label>
</div>
</div>
</fieldset>
<label for="message">Message</label>
<textarea id="message"></textarea>
<button type="submit">Enjoin</button>
</form>
</section>
<!--Correspondence-->
<section class="center width-xl stack-xl pad2 pad5Btm" id="contact">
<h2>Correspondence</h2>
<div class="row">
<div class="contact-text center">
<p>We would be most gratified if all enquiries could be left with <span class="strong-sm">Madam Flossie Ragstaff</span>, proprietress of the <span class="strong-sm">Donkey's Hindquarters Inn & Tavern</span>.</p>
</div>
<div class="contact-text center">
<p>In dire need, please state "<em>Oh me, oh my, won't the night send me a raven?</em>" whilst making your morning perambulations around Whitechapel or Aldgate.</p>
</div>
</div>
</section>
</div>
</main>
<footer class="center width-xl">
<p id="footer-first" class="strong">
Established 1847
</p>
<div id="footer-second" class="social-media-group center width-xl row justify-center">
<img src="images/facebook.png" id="facebook-logo" alt="facebook-link">
<img src="images/instagram.png" id="insta-logo" alt="instagram-link">
<img src="images/tiktok.png" id="tiktok-logo" alt="tiktok-link">
</div>
<div id="footer-third">
<p class="pad5Btm">Indebted to the services of Messrs. <a href="https://github.com/luciensday">Lucien Lin</a> & <a href="https://github.com/JasonWarrenUK">Jason Warren</a></p>
<!--Attributions-->
<div id="attribution" class="">
<p>FavIcon: <a href="https://www.flaticon.com/free-icons/knife" title="knife icons">Muhammad_Usman</a> via Flaticon</p>
</div>
</div>
</footer>
<!-- Remember to defer JS -->
<script src="main.js"></script>
</body>
</html>