-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (100 loc) · 6.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=420, initial-scale=1.0">
<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=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body{
display: grid;
place-items: center;
min-height: 100vh;
}
</style>
</head>
<body style="margin: 0;">
<table border="0" cellspacing="0" cellpadding="0" width="420" style="width: 420px;">
<tr>
<td style="padding-bottom: 20px;">
<p style="color: #040203; font-size: 16pt; font-family: 'Roboto', sans-serif; margin: 0px;">
<strong style="font-weight: 700;">Conner Egan</strong>
</p>
<p style="color: #6E6E6E; font-size: 11.5pt; font-weight: 400; font-family: 'Roboto', sans-serif; margin: 0px;">
Owner - <span style="color: #EF5A24;">foxhole-tech</span>
</p>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="212" style="border-right: 1.5px solid #6E6E6E;">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/logo.png" alt="logo" width="190" style="display: block; width: 190px;" />
</td>
<td style="padding-left: 17px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="18" style="padding-bottom: 5px;">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/ph.png" alt="phone" width="11" style="display: block; width: 11px;">
</td>
<td style="color: #6E6E6E; font-size: 10.5pt; font-weight: 400; font-family: 'Roboto', sans-serif; line-height: 1; padding-bottom: 5px;">
<a href="tel:7753015007" target="_blank" title="Phone" style="color: #6E6E6E; text-decoration: none !important;">
<span style="color: #6E6E6E; text-decoration: none !important; white-space: nowrap;">775-301-5007</span>
</a>
</td>
</tr>
<tr>
<td style="padding-bottom: 5px;">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/mail.png" alt="mail" width="12" style="display: block; width: 12px;">
</td>
<td style="color: #6E6E6E; font-size: 10.5pt; font-weight: 400; font-family: 'Roboto', sans-serif; line-height: 1; padding-bottom: 5px;">
<a href="mailto:conner@foxhole-tech.com" target="_blank" title="Email" style="color: #6E6E6E; text-decoration: none !important;">
<span style="color: #6E6E6E; text-decoration: none !important; white-space: nowrap;">conner@foxhole-tech.com</span>
</a>
</td>
</tr>
<tr>
<td style="padding-bottom: 12px;">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/web.png" alt="web" width="12" style="display: block; width: 12px;">
</td>
<td style="color: #6E6E6E; font-size: 10.5pt; font-weight: 400; font-family: 'Roboto', sans-serif; line-height: 1; padding-bottom: 12px;">
<a href="https://www.foxhole-tech.com/" target="_blank" title="Website" style="color: #6E6E6E; text-decoration: none !important;">
<span style="color: #6E6E6E; text-decoration: none !important; white-space: nowrap;">www.foxhole-tech.com</span>
</a>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-right: 4px;">
<a href="https://us.nextdoor.com/pages/foxhole-tech-services-minden-nv/" target="_blank" title="Nextdoor">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/n.png" alt="nextdoor" width="15" height="15" style="display: block; width: 15px; height: 15px;" />
</a>
</td>
<td style="padding-right: 4px;">
<a href="https://www.facebook.com/profile.php?id=100090525527267" target="_blank" title="Facebook">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/fb.png" alt="facebook" width="15" height="15" style="display: block; width: 15px; height: 15px;" />
</a>
</td>
<td style="padding-right: 4px;">
<a href="https://www.instagram.com/foxhole.tech" target="_blank" title="Instagram">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/ig.png" alt="instagram" width="15" height="15" style="display: block; width: 15px; height: 15px;" />
</a>
</td>
<td>
<a href="https://www.linkedin.com/in/conner-egan-b2b039105" target="_blank" title="Linkedin">
<img src="https://developer-zahid.github.io/Foxhole-Tech-Email-Signature/images/in.png" alt="linkedin" width="15" height="15" style="display: block; width: 15px; height: 15px;" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>