-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
473 lines (417 loc) · 16 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Welcome to Danbury Tattoo & Piercing</title>
<meta name="description" content="Danbury CT's best Tattoo & Piercing Shop. Danbury Tattoo's staff of artists can help you make your tattoo & piercing dreams reality." />
<link rel="stylesheet" href="/css/bootstrap/css/bootstrap.min.css"/>
<!-- <link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css"/> -->
<link rel="stylesheet" href="http://www.danburytattoo.com/css/stylesheet.css"/>
<link href='http://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<style>
body {
/* background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 86%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(86%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 86%,#ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 86%,#ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 86%,#ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 86%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
background-repeat: no-repeat;
background-attachment: fixed;*/
font-size:17px;
font-family: 'Josefin Slab', serif;
}
.center {
text-align: center;
padding-top: 22px;
}
.jumbo {
margin-top: 50px;
}
.jumbo h1 {
font-size: 5em;
margin-bottom: 100px;
}
.jumbo a {
font-size: 1.5em;
margin-bottom: 30px;
}
.btn-primary {
background: #ff3019;
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.btn-primary {
font-family: Verdana;
font-weight: bold;
color: white;
text-shadow: black 0.1em 0.1em 0.2em;
}
.social-icon {
font-family: "SocialicoRegular";
font-size: 2.5em;
}
.social-icon a {
color: grey;
}
.social-icon a:hover {
color: grey;
text-decoration: none;
}
.container {
margin-top: 25px;
}
.row {
margin-top: 15px;
margin-bottom: 150px;
}
h1 {
font-family: 'Mr De Haviland', cursive;
font-size: 5em;
margin-top: 45px;
margin-bottom: 45px;
font-weight: normal;
/*border-bottom: 1px dashed black;*/
}
.row img {
width:100%;
}
p {
font-size: 1.5em;
line-height: 1.7em;
letter-spacing: -0.03em;
}
.hide {
display: none;
}
.instagram img {
float: left;
}
.clears {
clear: both;
}
.bold {
font-weight: bolder;
padding-right: 5px;
}
table {
margin-bottom: 10px;
}
h2 {
margin-bottom: 10px;
}
.email-desc {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.newsletter {
padding-bottom: 10px;
}
.artists{
}
.logo-box{
position:absolute;
bottom:0px;
}
.hours{
font-size:1.2em;
}
.row img{
margin-bottom:40px;
}
.header-message{
padding:15px;
margin-top:-475px;
padding-right:50px;
}
.fixed-bg{
height:200px;
background-position:top;
background:black;
}
.artists a{
margin-left:20px;
color:white;
}
.artists h1{
text-shadow: 2px 2px #000;
margin-top:-75px;
}
.artists .link{
color:black;
font-size:1.3em;
}
.appointments p{
margin-bottom:40px;
}
.main-nav{
font-size:1.5em;
padding:20px;
font-weight:bold;
}
.main-nav li{
margin-right:20px;
}
.main-nav li a{
color:black;
}
.social-icon{
color:grey;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33267974-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div style="width:100%; background-color:black; height:40px; padding-top:10px; padding-bottom:10px; color:white;">
<div style="padding-left:20px;">
<span class="email-desc">Subscribe To Our Newsletter:</span>
<input type="text" id="email-txt" value="Enter your email"/>
<a id="email-btn" style="margin-top:-10px;" class="btn btn-primary" href="http://click2mail.us4.list-manage1.com/subscribe?u=42fa44f89d9ee7627ecbc9ae7&id=fce54466db&MERGE0=">JOIN</a>
</div>
</div>
<div class="" style="margin-bottom:100px;">
<div style="positon:relative; vertical-align:bottom; height:550px; background-image:url('http://www.pointstreaksites.com/img/news_article_images/374/103657_raw.jpg'); background-repeat:no-repeat;background-size:100%; background-attachment:fixed;">
</div>
<img width="960px" style="margin-top:-330px;" src="https://dl.dropboxusercontent.com/u/69816878/banner/danbury-tattoo-logo-1.png" alt="Danbury Tattoo and Piercing"/>
<div>
<h3 class="pull-right header-message"><img src="https://dl.dropboxusercontent.com/u/69816878/banner/35-piercing.png" alt=""></h3>
<div class="pull-right" style="margin-right:40px;">
<p style="font-size:1.2em; margin-bottom:10px;">Follow us:</p>
<a class="social-icon" href="https://facebook.com/danburytattoo" target="_blank">f</a>
<a class="social-icon" href="https://twitter.com/danburytattoo" target="_blank">l</a>
</div>
<div class="pull-right main-nav">
<ul class="nav nav-pills">
<li class="">
<a href="#shop">The Shop</a>
</li>
<li class="">
<a href="#artists">The Artists</a>
</li>
<li class="">
<a href="#appointments">Appointments</a>
</li>
<li class="">
<a href="#shop-rules">Shop Rules</a>
</li>
</ul>
</div>
</div>
<!-- <a class="btn btn-large btn-primary" href="http://eepurl.com/nqPJv" target="_blank"> JOIN OUR MAILING LIST </a> -->
</div>
<a name="shop"></a>
<div class="fixed-bg" style="positon:relative; vertical-align:bottom; background-image:url('https://dl.dropboxusercontent.com/u/69816878/banner/387938_432285366820637_1392807811_n.jpg'); background-repeat:no-repeat;background-size:100%;">
</div>
<div class="container">
<div class="row">
<h1>The Shops</h1>
<div class="span12">
<p>
Our services include tattoos, piercings, tattoo supplies, and body jewelry. We speak Spanish and Portuguese.
</p>
</div>
<div class="span4">
<h2>East</h2>
<p>5 Germantown Rd <br>Danbury, CT 06810</p>
<img src="http://maps.google.com/maps/api/staticmap?center=41.409052,-73.437006&zoom=15&markers=41.409052,-73.437006&size=570x250&sensor=false"/>
<div><a class="btn btn-large btn-primary" target="_blank" href="http://www.bing.com/maps/default.aspx?rtp=adr.~pos.41.408646_-73.436615_2+Germantown+Rd+Danbury%2c+CT+06810_Danbury+Tattoo_(203)%20628-7778&where1=2+Germantown+Rd+Danbury%2c+CT+06810&FORM=LLDP">Get Directions</a>
</div>
</div>
<div class="span4">
<h2>West</h2>
<p>68 Mill Plain Rd <br>Danbury, CT 06811</p>
<img src="http://maps.google.com/maps/api/staticmap?center=41.390265,-73.504381&zoom=15&markers=41.390438,-73.504381&size=570x250&sensor=false"/>
<div><a class="btn btn-large btn-primary" target="_blank" href="http://www.bing.com/maps/#Y3A9NDEuMzkwNDk5fi03My41MDQzNjQmbHZsPTE2JnN0eT1yJnJ0cD1hZHIufnBvcy40MS4zOTA5NDJfLTczLjUwMzk2N182OCUyME1pbGwlMjBQbGFpbiUyMFJkJTJDJTIwRGFuYnVyeSUyQyUyMENUJTIwMDY4MTFfX19lXyZtb2RlPUQmcnRvcD0wfjB+MH4=">Get Directions</a>
</div>
</div>
<div class="span4">
<div class="hours">
<h2>Store Hours</h2>
<table class="table table-striped">
<tr>
<td class="bold">Monday</td>
<td>12pm-8pm</td>
</tr>
<tr>
<td class="bold">Tuesday</td>
<td>12pm-9pm</td>
</tr>
<tr>
<td class="bold">Wednesday</td>
<td>12pm-9pm</td>
</tr>
<tr>
<td class="bold">Thursday</td>
<td>12pm-9pm</td>
</tr>
<tr>
<td class="bold">Friday</td>
<td>12pm-9pm</td>
</tr>
<tr>
<td class="bold">Saturday</td>
<td>12pm-9pm</td>
</tr>
<tr>
<td class="bold">Sunday</td>
<td>By appointment only, please call.</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<a name="artists"></a>
<div class="fixed-bg" style="positon:relative; vertical-align:bottom; background-image:url('https://dl.dropboxusercontent.com/u/69816878/banner/388626_491101357605704_380914565_n.jpg'); background-repeat:no-repeat;background-size:100%;">
</div>
<div class="container">
<div class="row">
<h1>The Artists</h1>
<div class="artists">
<div class="span4 ">
<div style="background-image:url('http://www.danburytattoo.com/assets/img/mikey.jpg'); background-repeat:no-repeat;background-size:100%; height:400px; width:300px;"></div>
<a href="artists-mikey.html" title="Mikey" class="artist-name">
<h1>Mikey Vee</h1>
</a>
<div class="pull-right">
<a href="artists-mikey.html" class="link">View Portfolio</a>
</div>
</div>
<div class="span4">
<div style="background-image:url('http://www.danburytattoo.com/assets/img/filipe.jpg'); background-repeat:no-repeat;background-size:100%; height:400px; width:300px;"></div>
<a href="artists-filipe.html" class="artist-name"><h1>Flip</h1></a>
<div class="pull-right">
<a href="artists-filipe.html" class="link">View Portfolio</a>
</div>
</div>
<div class="span4">
<div style="background-image:url('http://www.danburytattoo.com/assets/img/eric.jpg'); background-color:black; background-repeat:no-repeat;background-size:100%; height:400px; width:300px;"></div>
<a href="artists-eric.html" class="artist-name"><h1>Et</h1></a>
<div class="pull-right">
<a href="artists-eric.html" class="link">View Portfolio</a>
</div>
</div>
</div>
</div>
<div class="row hide">
<div class="span12">
<h1>Events</h1>
</div>
</div>
<div class="row hide">
<div class="span12">
<img src="http://placehold.it/250x250">
<img src="http://placehold.it/250x250">
<img src="http://placehold.it/250x250">
</div>
</div>
</div>
<a name="appointments"></a>
<div class="fixed-bg" style="positon:relative; vertical-align:bottom; background-image:url('https://dl.dropboxusercontent.com/u/69816878/banner/431364_454548611260979_1619147308_n.jpg'); background-repeat:no-repeat;background-size:100%;">
</div>
<div class="container">
<div class="row">
<div class="span12 appointments">
<h1>Appointments</h1>
<p style="margin-top:75px;">
Walk-ins are always welcome. Give us a call or stop by the shop to book your appointment.</p>
<p>Due to detail, size, and complexity, we won't be able to price tattoos over the phone. Our shop minimum is $80 for tattoos.</p>
<p>Piercings are <strike>$35</strike> $45 ( Starting February 23rd ) all day, EVERY DAY! Jewelry included too!</p>
<p>
Please feel free to call us with any questions you may have!
</p>
<p><h2>Call 203-628-7778 or Email [email protected]</h2></p>
</div>
</div>
</div>
<a name="shop-rules"></a>
<div class="fixed-bg" style="positon:relative; vertical-align:bottom; background-image:url('https://dl.dropboxusercontent.com/u/69816878/banner/537264_466417190074121_551440929_n.jpg'); background-repeat:no-repeat;background-size:100%;">
</div>
<div class="container">
<div class="row">
<div class="span12 appointments">
<h1>Shop Rules</h1>
<p style="margin-top:75px;">
Tattoos: 18 & older- no parent necessary. You will just need a valid form of identification.</p>
<p>16 years old: You can get a tattoo beginning at the age of 16, but you will need a parent present, identification for the minor, identification for the parent, and a birth certificate with all of the parental information on it for the minor (in CT known as the long form birth certificate).</p>
<p>Piercings:
18 & older: You will just need a valid form of identification.</p>
<p>14 years old: Beginning at the age of 14 you can get a piercing, but you will need a parent present, identification for the minor, identification for the parent, and a birth certificate with all of the parental information on it for the minor (in CT known as the long form birth certificate).</p>
<p>
Please feel free to call us with any questions you may have!
</p>
<p><h2>Call 203-628-7778 or Email [email protected]</h2></p>
</div>
</div>
</div>
<div class="fixed-bg" style="positon:relative; vertical-align:bottom; background-image:url('https://dl.dropboxusercontent.com/u/69816878/banner/179244_474553615927145_639623645_n.jpg'); background-repeat:no-repeat;background-size:100%;">
<a name="appointments"></a>
</div>
<div class="container">
<div class="row">
<div class="span12">
<div class="center">
<p>
© 2012-2013 Danbury Tattoo
</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/bootstrap-carousel.js"></script>
<script>
$("#email-btn").click(function(e) {
e.preventDefault();
var link = $(this).attr('href');
var email = $('#email-txt').val();
window.open(link + email, '_blank');
});
$('#email-txt').focus(function() {
$(this).val("");
});
</script>
<script>
if (getParameterByName("show") == 1) {
$('.hide').show();
}
function getParameterByName(name) {
name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
var regexS = "[\\?&]" + name + "=([^&#]*)";
var regex = new RegExp(regexS);
var results = regex.exec(window.location.search);
if (results == null)
return "";
else
return decodeURIComponent(results[1].replace(/\+/g, " "));
}
// $(window).scroll(function() {
// var speed = 5.0;
// var ypos = (-window.pageYOffset / speed);
// var coords = '50% '+ ypos + 'px'
// $('.fixed-bg').css({ backgroundPosition: coords });
// });
</script>
</body>
</html>