-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
284 lines (283 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Natural Way of Living Email Signature Generator"
/>
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon" />
<title>NWL - Email Signature Generator</title>
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/eb42c3a17f.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="/src/style.css" />
</head>
<body>
<div class="container">
<div class="app-wrapper">
<img
src="./images/nwl_circle_green.png"
alt="Logo Natural Way of Living"
class="main-logo"
/>
<h1>NWL Email Signature Generator</h1>
<div class="right-menu">
<div id="language">
<a href="/" id="bahasaIndonesia">Bahasa Indonesia</a>
| <a href="/" id="english" class="active">English</a>
</div>
<div id="nav-bar">
<a
href="https://exchange.naturalwayofliving.com/"
target="_blank"
rel="noopener noreferrer"
>Login to Zimbra</a
> |
<a
href="./files/Tutorial to setup new Email ver 5.5.pdf"
target="_blank"
>Tutorial</a
> |
<a
href="https://youtu.be/H4zSvt6z-so"
target="_blank"
rel="noopener noreferrer"
>Video Tutorial
</a>
|
<!-- Calendly link widget begin -->
<link
href="https://assets.calendly.com/assets/external/widget.css"
rel="stylesheet"
/>
<script
src="https://assets.calendly.com/assets/external/widget.js"
type="text/javascript"
></script>
<a
href=""
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/irfani-silviana/nwl-email-support'});return false;"
>Schedule time for Live Support</a
>
<!-- Calendly link widget end -->
</div>
</div>
<hr />
<div class="row">
<!-- Left Column -->
<div class="col">
<div class="card border-0">
<div class="card-body">
<form class="signature">
<div class="row mb-2">
<label for="firstName" class="col-sm col-form-label"
>First Name<sup class="required">*(required)</sup></label
>
<div class="col-sm">
<input
type="text"
class="form-control"
id="firstName-input"
aria-label="First name"
/>
</div>
</div>
<div class="row mb-1">
<label for="lastName" class="col-sm col-form-label"
>Last Name</label
>
<div class="col-sm">
<input
type="text"
class="form-control"
id="lastName-input"
aria-label="Last name"
/>
</div>
</div>
<div class="row mb-1">
<label for="jobTitle" class="col-sm col-form-label"
>Job Title<sup class="required">*(required)</sup></label
>
<div class="col-sm">
<input
type="text"
class="form-control"
id="jobTitle-input"
aria-label="Job Title"
/>
</div>
</div>
<div class="row mb-1">
<label for="customField" class="col-sm col-form-label"
>Custom Field</label
>
<div class="col-sm">
<input
type="text"
class="form-control"
id="customField-input"
aria-label="Custom Field"
/>
</div>
</div>
<div class="row mb-1">
<label for="department" class="col-sm col-form-label"
>Department</label
>
<div class="col-sm">
<input
type="text"
class="form-control"
id="department-input"
aria-label="Department"
/>
</div>
</div>
<div class="row mb-1">
<label for="officePhone" class="col-sm col-form-label"
>Office Phone
<sub>
<em>(include the country code)</em>
</sub>
</label>
<div class="col-sm">
<input
type="tel"
class="form-control"
id="officePhone-input"
aria-label="Office Phone"
/>
</div>
</div>
<div class="row mb-1">
<label for="mobilePhone" class="col-sm col-form-label"
>Mobile Phone<sub>
<em>(include the country code)</em>
</sub></label
>
<div class="col-sm">
<input
type="tel"
class="form-control"
id="mobilePhone-input"
aria-label="Mobile Phone"
/>
</div>
</div>
<div class="row mb-1">
<label for="emailAddress" class="col-sm col-form-label"
>Email<sup class="required">*(required)</sup>
<address></address
></label>
<div class="col-sm-6">
<div class="input-group mb-1">
<input
type="text"
class="form-control col-sm-1"
id="emailAddress-input"
aria-label="Email Address"
/>
<span class="input-group-text col-sm" id="basic-addon1"
>@naturalwayofliving.com</span
>
</div>
</div>
</div>
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
<button type="submit" class="btn btn-success" id="submit">
Submit
</button>
</div>
</form>
</div>
</div>
</div>
<!-- Right Column -->
<div class="col">
<div class="card invisible" id="card">
<div class="card-body border rounded">
<div class="row">
<!--left column -->
<div class="col">
<div id="signatureGenerated"></div>
<br />
<div id="copySignature2" class="invisible">
<div
class="d-grid gap-2 d-md-flex justify-content-md-end"
>
<span class="instruction">Click this button ---></span>
<button
type="submit"
class="btn btn-success"
id="copyToClipboard2"
;
>
Copy Signature
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Text Area -->
<div class="row mb-5">
<div class="col-7">
<div class="card border-0">
<div class="card-body">
<div id="copySignature" class="invisible">
<label for="emailSignature" class="col-sm col-form-label"
><strong>Email Signature</strong>
</label>
<textarea
name="signatureOutput"
id="signatureHtml"
cols="70"
rows="9"
></textarea>
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
<span class="instruction">Click this button ---></span
><button
type="submit"
class="btn btn-success"
id="copyToClipboard"
;
>
Copy Code
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<span class="copyright"
>© 2021 - NWL Signature | Last update March 29, 2021</span
>
<div class="bestView">(Best view with Google Chrome Browser)</div>
</footer>
</div>
</div>
</body>
<script src="src/index.js"></script>
</html>