-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness-card.html
66 lines (52 loc) · 2.58 KB
/
business-card.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/common/business-card.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="assets/common/favicon.ico">
<script src="common.js"> </script>
<!-- Primary Meta Tags -->
<title>Call of Dooty | Business Card</title>
<meta name="title" content="Call of Dooty | Business Card">
<meta name="author" content="Brentyn Hanna">
<meta name="description" content="Las Vegas Tactical Plumbing Services & Sewer Work | For Hire">
<meta name="keywords"
content="Business Card">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://callofdooty702.com/">
<meta property="og:title" content="Call of Dooty | Las Vegas Tactical Plumbing Services">
<meta property="og:description" content="Las Vegas Tactical Plumbing Services & Sewer Work | For Hire">
<meta property="og:image" content="assets/call_of_dooty_social_sharing.jpg">
<meta property="og:image:alt"
content="Call of Dooty's figurehead logo action man standing infront of an exciting action scene. Text reads 'The Valiant Plumber You Can Count On'.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://callofdooty702.com/">
<meta property="twitter:title" content="Call of Dooty | Las Vegas Tactical Plumbing Services">
<meta property="twitter:description" content="Las Vegas Tactical Plumbing Services & Sewer Work | For Hire">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script> <!-- Includes Iconfiy Library -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H3NCPTGJJ1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-H3NCPTGJJ1');
</script>
</head>
<body>
<header>
<img class="picture" src="assets/call_of_dooty_man.png" width="100px"
alt="Call of Dooty's Logo in front of a battlefield scene, reminiscent of a videogame poster.">
</header>
<main>
<h2>Call of Dooty 702</h2>
<a href="http://callofdooty702.com/"> Official Website </a>
<a href="https://www.instagram.com/callofdootylv/"> Instagram </a>
<h2> Contact Card</h2>
<a href="https://www.dropbox.com/s/epo4600wyp6k0m1/electronic%20business%20card%202.vcf?dl=0"> Dropbox Download </a>
</main>
</body>
</html>