-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
217 lines (196 loc) · 11.4 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name='robots' content='noindex,nofollow' />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<style>
@import url('https://fonts.googleapis.com/css?family=Urbanist&display=swap');
body {
font-family: 'Urbanist', sans-serif;
}
.is-hidden{
display: none !important;
}
</style>
<title>Myriad Group - Email Signature Generator</title>
</head>
<body>
<section class="section">
<div class="container p-5">
<div class="text-center">
<h2 class="display-1 mb-1 h3" style="font-size: 56px;
font-weight: 900;
color: #222222;
line-height: 1.34;
margin-bottom: 22px;
display: inline-block;
font-weight: 900;
background: linear-gradient(to right, #72d5fb 0%, #2955d9 100%) 0 0/cover no-repeat;
background-clip: border-box;
-webkit-background-clip: text;">
Generate
<strong style=" font-weight: 900 !important;-webkit-text-fill-color: transparent;">
Email Signature
</strong>
</h2>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row pb-5">
<div class="col-5 p-4 border-end">
<h3>Add your information:</h3>
<form id="form">
<div class="mb-3">
<label for="name" class="form-label">Full Name:</label>
<input class="form-control" id="name" value="Name" placeholder="Your full name">
</div>
<div class="mb-3">
<label for="designation" class="form-label">Designation:</label>
<input class="form-control" id="designation" value="Jobs" placeholder="Your designation">
</div>
<div class="mb-3">
<label for="checkPhone" class="form-label">Enable Phone Number:</label>
<div class="input-group mb-3">
<div class="input-group-text" >
<input class="form-check-input mt-0" id="checkPhone" type="checkbox" value="">
</div>
<input type="text" class="form-control" id="phone" placeholder="+1 (408) 990-8483" disabled>
</div>
</div>
<div class="mb-3">
<label for="checkWhatApp" class="form-label">Enable WhatsApp:</label>
<div class="input-group mb-3">
<div class="input-group-text">
<input class="form-check-input mt-0" id="checkWhatApp" type="checkbox" value="">
</div>
<input type="text" class="form-control" id="whatApp" placeholder="You whatsApp ID" disabled>
</div>
</div>
<div class="mb-3">
<label for="email" class="form-label">Email:</label>
<input class="form-control" id="email" value="yourname@myriadgroup.com" placeholder="Your email">
</div>
<div class="mb-3" >
<label for="checkPhone" class="form-label">Locations:</label>
<div class="input-group mb-3">
<select class="form-control" id="locations" class="form-select form-select-lg mb-3" aria-label=".form-select-lg example">
<option selected value="paris">Paris</option>
<option value="dakar">Dakar</option>
</select>
</div>
</div>
<!-- <div class="mb-3">
<label for="checkIcons" class="form-label">Icons:</label>
<div class="input-group mb-3">
<div class="input-group-text">
<input class="form-check-input mt-0" id="checkIcons" type="checkbox" value="">
</div>
<input type="text" class="form-control" id="social_network" placeholder="whatApp id" disabled>
</div>
</div> -->
</form>
</div>
<div class="col p-4">
<h3>Preview:</h3>
<div class="card is-primary mb-5" style="margin-top: 30px;">
<div class="card-body" id="signature_container">
<table style="font-family:Urbanist, sans-serif;color: rgb(0, 0, 0); font-family: 'Urbanist', serif; width: 650px; padding-top: 24px;padding-bottom: 24px;border:none " cellspacing="0" cellpadding="0" id="signature">
<tr>
<td style="padding: 0px 20px 0px 10px;width: 330px; ">
<p style="padding-top:20px;color:rgb(85, 85, 85); margin: 0px; font-size: 18px; line-height: 21px; font-weight: 700;">
<span class="name" id="preparedName" style="color:rgb(60, 111, 183); font-weight:bold;">
Name
</span>
</p>
<p style="margin: 0px; font-size: 14px; line-height: 22px;max-height: 20px;">
<img src="" class="jobLogo" alt="specialis" style="width: 20px; height: auto;padding-right:3px" width="20px" height="20px">
<span class="designation">
Specialist in...
</span>
</p>
<p style="margin: 0px; font-size: 14px; line-height: 22px;">
<img src="" class="mapsLogo" alt="mapsLogo" style="width: 20px; height: auto;padding-right:3px" width="20px" height="20px"> <span id="locationWrap" style="color:rgb(85, 85, 85); text-decoration:none;"></span>
</p>
<p style="margin: 0px; font-size: 0px;padding-top:5px;">
<span style="white-space:nowrap;" id="logoWrap">
<img src="" class="logo" alt="Myriad Connect" style="width: 200px; height: auto;" alt="Myriad Logo" width="240">
</span>
<div id="imageWrap"></div>
</p>
</td>
<td style="padding: 0px 0px 0px 40px; border-left: 1px solid rgb(231, 229, 247);">
<p style="margin: 0px; font-size: 13px; line-height: 29px;max-height: 30px;" class="whatAppLine is-hidden"><img src="" class="whatsappLogo" alt="whats App" style="width: 20px; height: auto;padding-right:3px" width="20px" height="20px"> <span id="whatAppWrap" style="color:rgb(85, 85, 85); text-decoration:none;"></span></p>
<p style="margin: 0px; font-size: 13px; line-height: 29px;max-height: 30px;">
<img src="" class="phoneLogo" alt="phone" style="width: 20px; height: auto;padding-right:3px" width="20px" height="20px"> <span id="phoneWrap" style="color:rgb(85, 85, 85); text-decoration:none;"></span>
</p>
<p style="margin: 0px; font-size: 13px; line-height: 29px;max-height: 30px;">
<img src="" class="emailLogo" alt="email" style="width: 20px; height: auto;padding-right:3px" width="20px" height="20px"> <span class="email" style="color:rgb(85, 85, 85); text-decoration:none;">yourcompany@myriadgroup.com</span>
</p>
<p style="margin: 0px; font-size: 13px; line-height: 29px;max-height: 30px;">
<img src="" class="websiteLogo" alt="website" style="width: 20px; height: auto;padding-right:3px" width="20px" height="20px"> <a target="_blank" href="https://connect.myriadgroup.com" style="color:rgb(85, 85, 85); text-decoration:none;">connect.<span style="color:rgb(60, 111, 187);">myriadgroup</span>.com</a>
</p>
<p style="margin-top: 0px;height: 32px;">
<a href="https://www.linkedin.com/company/myriad-connect/" style="display: inline-block; margin-right: 7px; margin-top:5px;font-size: 10px;">
<span style="white-space:nowrap;" id="linkedinWrap">
<img src="" class="linkedin" alt="Myriad Connect" style="width: 25px; height: auto;" alt="" width="25" height="25">
</span>
</a>
<a href="https://www.youtube.com/channel/UC8V96C7KP7twxOLaeMft9Cg" style="display: inline-block; margin-right: 7px; margin-top:5px;font-size: 10px;">
<span style="white-space:nowrap;" id="youtubeWrap">
<img src="" class="youtube" alt="Myriad Connect" style="width: 25px; height: auto;" alt="" width="25" height="25">
</span>
</a>
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="mb-5">
<div class="controls">
<button class="btn btn-primary" data-select data-signature="signature" style="border:none;background: linear-gradient(to right, #72d5fb, #2955d9) padding-box, linear-gradient(to right, #72d5fb, #2955d9) border-box;">
Copy Signature
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row pb-5">
<div>
<h3>Instructions:</h3>
<h4>1 - Copy your Signature:</h4>
<span class="lead">Simple click the above button <span class="text-primary font-monospace"> Copy Signature </span> </p>
<h4>2 - Go to Outlook > Settings > Signature: and paste it</h4>
<p><span class="lead">Open Settings</span><br/>
<img width="400px" src="./screen/Outlook_settings.png" alt="Outlook_settings" /></p>
<p><span class="lead">Select Signature </span> <br/>
<img width="400px" src="./screen/Outlook_Signature.png" alt="Outlook_Signature" /></p>
<p><span class="lead">Click on Plus </span><br/>
<img width="400px" src="./screen/Outlook_signature_plus.png" alt="Outlook_signature_plus" /></p>
<p><span class="lead">Paste your Signature</span><br/>
<img width="400px" src="./screen/Outlook_signature_new.png" alt="Outlook_signature_new" /></p>
<p>Your signature is ready to use</p>
</div>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="./script.js"></script>
</body>
</html>