-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
513 lines (457 loc) · 15.5 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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html>
<html>
<head>
<title>Dot Slash Digital</title>
<meta name="author" content="Dot Slash Digital" />
<meta
name="description"
content="Dot Slash Digital is a digital agency in Las Vegas specializing in web development, graphic design, digital marketing, and SEO."
/>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicons/favicon-16x16.png"
/>
<link rel="manifest" href="favicons/site.webmanifest" />
<link
rel="mask-icon"
href="favicons/safari-pinned-tab.svg"
color="#0f1010"
/>
<meta name="msapplication-TileColor" content="#0f1010" />
<meta name="theme-color" content="#0f1010" />
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<!-- FontAwesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous"
/>
<!-- Normalize -->
<link href="css/normalize.min.css" type="text/css" rel="stylesheet" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Lato|Raleway:800"
rel="stylesheet"
/>
<!-- Fathom Analytics -->
<script
src="https://cdn.usefathom.com/script.js"
data-site="BTKDNRMJ"
defer
></script>
<!-- CSS -->
<link href="css/index.css" type="text/css" rel="stylesheet" />
<link href="css/common.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- Home Section -->
<div id="home-section">
<!-- Navbar -->
<nav>
<!-- Logo -->
<a href="index.html"><img id="logo" src="images/logo.png" /></a>
<!-- Menu -->
<ul>
<li>
<a id="menu-first-item" class="menu-item active-underline sub-font"
> Home </a
>
</li>
<li>
<a href="work.html" class="menu-item custom-underline sub-font"
> Work </a
>
</li>
<li>
<a href="services.html" class="menu-item custom-underline sub-font"
> Services </a
>
</li>
<li>
<a href="about.html" class="menu-item custom-underline sub-font"
> About </a
>
</li>
<li>
<a href="contact.html" class="menu-item custom-underline sub-font"
> Contact </a
>
</li>
</ul>
<!-- Menu Button (Mobile) -->
<a id="menu-mobile-button"
><i class="fas fa-bars icon-button-dark"></i
></a>
</nav>
<!-- Text -->
<div id="home-text">
<!-- Main Text -->
<div id="main-text" class="main-font">We are Dot Slash Digital.</div>
<!-- Sub Text -->
<div id="sub-text" class="sub-font">
Let's take your business to the next level.
</div>
</div>
<!-- Info -->
<div id="info-section">
<!-- Clock -->
<div id="info-clock">
<div id="clock">
<div id="dot"></div>
<div id="hour"></div>
<div id="min"></div>
<div id="sec"></div>
</div>
</div>
<!-- Location -->
<div id="info-location">
<span class="sub-font"> Las Vegas, NV</span><br /><a
class="custom-underline"
href="mailto:hi@dotslashdigital.com"
> hi@dotslashdigital.com </a
>
</div>
</div>
</div>
<!-- Work Section -->
<div id="work-section">
<!-- Project 1 -->
<div id="work-1">
<!-- Product Mockup -->
<a href="work/peo.html"
><img id="work-1-mockup" src="images/work-1.png"
/></a>
<!-- Text -->
<div id="work-1-text">
<!-- Title -->
<div class="work-title main-font">Personal Eyes Opticians</div>
<!-- Summary -->
<div class="work-summary sub-font">
A minimalistic website redesign to reflect the store's modern style.
</div>
<!-- Button -->
<a href="work/peo.html" class="button sub-font">View Project</a>
</div>
</div>
<!-- Project 2 -->
<div id="work-2">
<!-- Product Mockup -->
<a href="work/tm.html"
><img id="work-2-mockup" src="images/work-2.png"
/></a>
<!-- Text -->
<div id="work-2-text">
<!-- Title -->
<div class="work-title main-font">Timeless Massage</div>
<!-- Summary -->
<div class="work-summary sub-font">
A tranquil, soothing website design with a hint of luxury.
</div>
<!-- Button -->
<a href="work/tm.html" class="button sub-font">View Project</a>
</div>
</div>
<!-- View All Projects -->
<div id="work-view">
<a href="work.html" class="button sub-font">View All Projects</a>
</div>
</div>
<!-- Services Section -->
<div id="services-section">
<!-- Text -->
<div id="services-text">
<!-- Title -->
<div id="services-title" class="main-font">Services</div>
<!-- Summary -->
<div id="services-summary" class="sub-font">
We offer a wide variety of services for any type of business. Not sure
what fits your needs? Reach out to us and we'll take care of you.
</div>
</div>
<!-- List -->
<div id="services-list">
<!-- Column 1 -->
<div class="services-col">
<span class="main-font">Web Development</span>
<ul>
<li class="sub-font">Custom Programming</li>
<li class="sub-font">Responsive Design</li>
<li class="sub-font">User Experience</li>
<li class="sub-font">User Interface</li>
<li class="sub-font">CMS</li>
</ul>
</div>
<!-- Column 2 -->
<div class="services-col">
<span class="main-font">Graphic Design</span>
<ul>
<li class="sub-font">Logo Design</li>
<li class="sub-font">Brand Identity</li>
<li class="sub-font">Business Cards</li>
<li class="sub-font">Letterheads</li>
<li class="sub-font">Brand Style Guides</li>
</ul>
</div>
<!-- Column 3 -->
<div class="services-col">
<span class="main-font">Digital Marketing</span>
<ul>
<li class="sub-font">Social Media</li>
<li class="sub-font">Email Campaigns</li>
<li class="sub-font">Local/Business Listing</li>
<li class="sub-font">Analysis Reports</li>
<li class="sub-font">Website Updates</li>
</ul>
</div>
<!-- Column 4 -->
<div class="services-col">
<span class="main-font">SEO</span>
<ul>
<li class="sub-font">On-Page Optimization</li>
<li class="sub-font">Sitemap Generation</li>
<li class="sub-font">Keyword Research</li>
<li class="sub-font">SEO Ranking Report</li>
<li class="sub-font">SEO Maintenance</li>
</ul>
</div>
</div>
<!-- View All Services -->
<div id="services-view">
<a href="services.html" class="button sub-font">View All Services</a>
</div>
</div>
<!-- Clients Section -->
<div id="clients-section">
<!-- Text -->
<div id="clients-text">
<!-- Title -->
<div id="clients-title" class="main-font">Clients</div>
<!-- Summary -->
<div id="clients-summary" class="sub-font">
We build stunning products for all of our clients, helping them stand
out from the crowd.
</div>
</div>
<!-- List -->
<div id="clients-list">
<a>
<img class="clients-logo" src="images/clients/client-bmb.png" />
</a>
<a href="http://dominion-env.com" target="_blank">
<img class="clients-logo" src="images/clients/client-dec.png" />
</a>
<a href="http://wgpappasdds.com" target="_blank">
<img class="clients-logo" src="images/clients/client-dwp.png" />
</a>
<a href="https://ftbreeze.com" target="_blank">
<img class="clients-logo" src="images/clients/client-ftb.png" />
</a>
<a href="http://gcfcares.org" target="_blank">
<img class="clients-logo" src="images/clients/client-gcf.png" />
</a>
<a href="https://www.hibiscusproducts.com" target="_blank">
<img class="clients-logo" src="images/clients/client-hib.png" />
</a>
<a href="https://personaleyeslasvegas.com" target="_blank">
<img class="clients-logo" src="images/clients/client-peo.png" />
</a>
<a href="http://smartmeddevices.com" target="_blank">
<img class="clients-logo" src="images/clients/client-smd.png" />
</a>
<a>
<img class="clients-logo" src="images/clients/client-sum.png" />
</a>
<a href="https://timelessmassage.me" target="_blank">
<img class="clients-logo" src="images/clients/client-tm.png" />
</a>
<a href="http://tlcpcsolutions.com" target="_blank">
<img class="clients-logo" src="images/clients/client-tlc.png" />
</a>
<a href="https://ushagent.com/lynncrapis" target="_blank">
<img class="clients-logo" src="images/clients/client-uha.png" />
</a>
<div style="clear: both"></div>
</div>
<div style="clear: both"></div>
</div>
<!-- Partners Section -->
<div id="partners-section">
<!-- Text -->
<div id="partners-text">
<!-- Title -->
<div id="partners-title" class="main-font">Partners</div>
<!-- Summary -->
<div id="partners-summary" class="sub-font">
We've teamed up with the best in the business to provide
higher-quality services for our clients.
</div>
</div>
<!-- List -->
<div id="partners-list">
<a href="https://alternativemediaservices.com" target="_blank">
<img class="partners-logo" src="images/partners/partner-ams.png" />
</a>
<a href="http://thinkida.com" target="_blank">
<img class="partners-logo" src="images/partners/partner-ida.png" />
</a>
<div style="clear: both"></div>
</div>
<div style="clear: both"></div>
</div>
<!-- Contact Section -->
<div id="contact-section">
<div id="contact-text" class="sub-font">
Like what you see?
<a class="custom-underline main-font" href="contact.html"
> Let's talk. </a
>
</div>
</div>
<!-- Footer -->
<footer>
<!-- Logo -->
<div id="footer-logo">
<a href="index.html"><img src="images/logo.png" /></a>
</div>
<!-- Left Side -->
<div id="footer-left">
<!-- Copyright -->
<div class="sub-font">© Dot Slash Digital LLC, 2024</div>
<!-- Author -->
<div class="sub-font">
Made with
<span style="color: rgba(252, 19, 19, 0.65)">♥</span> in Las
Vegas, NV
</div>
</div>
<!-- Right Side -->
<div id="footer-right">
<!-- Email -->
<div>
<a
class="custom-underline sub-font"
href="mailto:hi@dotslashdigital.com"
> hi@dotslashdigital.com </a
>
</div>
<!-- Phone Number -->
<div>
<a class="custom-underline sub-font" href="tel:7027122892"
> (702) 712-2892 </a
>
</div>
<!-- Social Media Links
<div id="footer-social">
<div class="footer-social-link">
<a class="icon-button-dark" href="tel:7027122892">
 <i class="fas fa-phone"></i> 
</a>
</div>
<div class="footer-social-link">
<a class="icon-button-dark" href="https://www.facebook.com/dotslashdigital/">
 <i class="fab fa-facebook-f"></i> 
</a>
</div>
<div class="footer-social-link">
<a class="icon-button-dark" href="https://instagram.com/dotslashdigital">
 <i class="fab fa-instagram"></i> 
</a>
</div>
<div class="footer-social-link">
<a class="icon-button-dark" href="https://twitter.com/dotslashdigital">
 <i class="fab fa-twitter"></i> 
</a>
</div>
<div class="footer-social-link">
<a class="icon-button-dark" href="https://www.linkedin.com/company/dotslashdigital/">
 <i class="fab fa-linkedin-in"></i> 
</a>
</div>
</div>
-->
</div>
<div style="clear: both"></div>
</footer>
<!-- Contact Button -->
<div id="contact-button">
<a class="tip" data-tip="Let's Talk!" href="contact.html"
><i class="fas fa-comment-alt"></i
></a>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu">
<!-- Close Button -->
<i id="mobile-menu-close" class="fas fa-times icon-button-light"></i>
<!-- Home -->
<div id="mobile-menu-option-1">
<div class="mobile-menu-text sub-font">
<a class="active-underline">Home</a>
</div>
</div>
<!-- Work -->
<div id="mobile-menu-option-2">
<div class="mobile-menu-text sub-font">
<a class="custom-underline" href="work.html">Work</a>
</div>
</div>
<!-- Services -->
<div id="mobile-menu-option-3">
<div class="mobile-menu-text sub-font">
<a class="custom-underline" href="services.html">Services</a>
</div>
</div>
<!-- About -->
<div id="mobile-menu-option-4">
<div class="mobile-menu-text sub-font">
<a class="custom-underline" href="about.html">About</a>
</div>
</div>
<!-- Contact -->
<div id="mobile-menu-option-5">
<div class="mobile-menu-text sub-font">
<a class="custom-underline" href="contact.html">Contact</a>
</div>
</div>
</div>
<!-- Scripts -->
<div>
<!-- jQuery -->
<script src="js/jquery.min.js" type="text/javascript"></script>
<!-- Moment.js -->
<script src="js/moment.min.js" type="text/javascript"></script>
<script
src="js/moment-timezone-with-data.min.js"
type="text/javascript"
></script>
<!-- JavaScript -->
<script src="js/index.js" type="text/javascript"></script>
<!-- instant.page -->
<script
src="//instant.page/5.1.1"
type="module"
integrity="sha384-MWfCL6g1OTGsbSwfuMHc8+8J2u71/LA8dzlIN3ycajckxuZZmF+DNjdm7O6H3PSq"
></script>
</div>
</body>
</html>