-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
124 lines (117 loc) · 7.8 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>signature</title>
<style>
@import url('https://fonts.cdnfonts.com/css/verdana');
* {
margin: 0;
padding: 0;
font-family: 'Verdana', sans-serif;
}
</style>
</head>
<body>
<div style=" padding: 28px;">
<table cellPadding="0" cellSpacing="0" style="width: 100%;">
<tbody>
<tr>
<td>
<div>
<strong
style="font-size: 1rem; font-weight:700; line-height: 1.25rem; color: #333132; margin-bottom: 4px; text-transform: capitalize; white-space: nowrap;">Arun
Bhandari
</strong>
</div>
<div style="margin-bottom: 12px;">
<strong
style="font-size: 0.75rem; line-height: 0.9375rem; text-transform: uppercase; white-space: nowrap; color: #F98A07; font-weight: 600; letter-spacing: 0.15em;">Chief
Executive Officer
</strong>
</div>
<div style="margin-bottom: 12px;">
<div
style="display: inline-block; padding-right: 20px; margin-right: 20px; border-right: solid 1px #D7D7D7;">
<div style="display: inline-block; vertical-align:middle; padding-right: 8px;">
<img src="https://naxa-developers.github.io/email-signature/assets/phone.png"
style="height: 20px; width: 20px;" alt="phone" />
</div>
<div style="display: inline-block; vertical-align:middle;">
<span style="font-size: 0.8125rem; line-height: 1rem; color: #333132;">9802300068,
9849152018</span>
</div>
</div>
<div style="display: inline-block; vertical-align: top; padding-top: 4px;">
<a href="https://www.linkedin.com/company/naxa-pvt.-ltd./mycompany/" target="_blank"
style="margin-right: 16px;"><img style="height: 18px; width: 18px;"
src="assets/linked-in_icn.png" alt="linked-in" /></a>
<a href="https://github.com/naxa-developers" target="_blank"><img
style="height: 18px; width: 18px;" src="assets/github_icn.png"
alt="github" /></a>
</div>
</div>
<div style="border-bottom: solid 1px #D7D7D7;"></div>
</td>
</tr>
<tr>
<td>
<div style="margin-top: 16px; margin-bottom: 14px;">
<div style="display: inline-block; vertical-align: middle; height: 100%;">
<div
style="display: inline-block; vertical-align: middle; padding-right: 28px; margin-right: 28px; border-right: solid 1px #D7D7D7;">
<img width="112px" height="33px"
style="background-color: #fff; padding: 2px 4px; border-radius: 4px;"
src="https://naxa-developers.github.io/email-signature/assets/NAXA-logo.png"
alt="NAXA-logo">
</div>
<div style="display: inline-block; margin: auto;">
<div style="font-size: 0.8125rem; line-height: 1rem; color:#333132;">
<div style="display:inline-block; padding-right: 4px;">
<span>Do Cha Marg, Maharajgunj-3, Kathmandu, Nepal</span><br>
</div>
<div style="display: inline-block; vertical-align: middle;"><a
href="https://goo.gl/maps/63ugzTqcftnJNVUH9" target="_blank">
<img src="assets/directions_icn.png" alt=""
style="height:'20px'; width: 20px;">
</a>
</div>
</div>
</div>
</div>
<div style="float:right; vertical-align: middle; height: 100%;">
<div style="margin-top: 8px;">
<div
style="display: inline-block; vertical-align: middle; margin: auto; margin-top: 2px;">
<a href="https://www.facebook.com/naxa.np/" target="_blank"
style="margin-right: 12px;"><img style="height: 18px; width: 18px; "
src="assets/facebook-logo-button_icn.png" alt="facebook-logo"></a>
<a href="https://www.instagram.com/naxanp/?hl=en" target="_blank"
style="margin-right: 12px;"><img style="height: 18px; width: 18px;"
src="assets/instagram_icn.png" alt="instagram"></a>
<a href="https://twitter.com/naxanp" target="_blank"
style="margin-right: 12px;"><img style="height: 18px; width: 18px;"
src="assets/twitter_icn.png" alt="twitter"></a>
<a href="https://www.linkedin.com/company/naxa-pvt.-ltd./mycompany/"
target="_blank" style="margin-right: 12px;"><img
style="height: 18px; width: 18px;" src="assets/linked-in_icn.png"
alt="linked-in"></a>
</div>
<div style="display: inline-block; vertical-align: top;">
<a href="https://www.naxa.com.np" target="_blank"
style="text-decoration: none;"><span
style="color:#0055FF; font-size: 0.8125rem; line-height: 1rem; font-weight: 700;">www.naxa.com.np</span></a>
</div>
</div>
</div>
</div>
<div
style="display: block; font-size: 0.75rem; font-weight: 400; line-height: 1rem; color: #757575; margin-top: 14px;">
NAXA is a Geo-ICT consulting company working on the design and development of digital and geospatial technological solutions to support evidence-informed decision-making. NAXA was founded in 2014 by Geomatics Engineers with a vision to be a leading geo-intelligence service provider for geodata-driven decision support. The company pioneers the geospatial technology sector in Nepal, designing and delivering high-quality geodata services for organizations around the globe.
</div>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>