-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
319 lines (310 loc) · 20.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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!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">
<title>Lane Signature Generator</title>
<link rel="stylesheet" href="//static.lanecc.net/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//static.lanecc.net/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="//static.lanecc.net/favicon.ico">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="page-header">
<img class="logo" src="//static.lanecc.net/logo.png" alt="">
<h1>Signature Generator</h1>
</div>
<p class="lead">After entering your information below, copy and paste the generated signature into the signature box.</p>
<div class="row">
<div class="col-md-6">
<h2 class="sr-only">Enter your information below</h2>
<form class="form-horizontal clearfix" id="siginfo">
<div class="form-group">
<label for="name" class="col-md-3">Name <small class="required text-danger">required</small></label>
<div class="col-md-8">
<input type="text" class="form-control" id="name" name="name" required aria-describedby="name-help">
</div>
<p class="help-block col-md-12" id="name-help">To add post-nominal letters, like PhD, MBA, or PMP, add a comma after your name, followed by the letters. For example: Jane Doe, PhD, CPA</p>
</div>
<div class="form-group">
<label for="title" class="col-md-3">Job Title</label>
<div class="col-md-8">
<input type="text" class="form-control" name="title" id="title">
</div>
</div>
<div class="form-group">
<label for="department" class="col-md-3">Department</label>
<div class="col-md-8">
<input type="text" class="form-control department" id="department">
</div>
</div>
<div class="form-group">
<label for="url" class="col-md-3">Department URL</label>
<div class="col-md-8">
<input type="text" class="form-control notshown" name="url" id="url">
</div>
</div>
<div class="form-group">
<label for="campus" class="col-md-3">Campus</label>
<div class="col-md-8">
<input type="text" class="form-control" name="campus" id="campus" aria-describedby="campus-help">
</div>
<p class="help-block col-md-12" id="campus-help">It is not usually necessary to specify that you work at the 30<sup>th</sup> Ave. campus</p>
</div>
<div class="form-group">
<label for="email" class="col-md-3">Email</label>
<div class="col-md-8">
<input type="text" class="form-control" id="email" name="email">
</div>
</div>
<div class="form-group">
<label for="pronouns" class="col-md-3">Pronouns</label>
<div class="col-md-8">
<input type="text" class="form-control" id="pronouns" name="pronouns">
</div>
</div>
<div class="form-group">
<label for="phone" class="col-md-3">Office Phone Number</label>
<div class="col-md-8">
<input type="text" class="form-control" id="phone" name="phone">
</div>
</div>
<div class="form-group">
<label for="mobile" class="col-md-3">Mobile Phone Number</label>
<div class="col-md-8">
<input type="text" class="form-control" id="mobile" name="mobile">
</div>
</div>
<div class="form-group">
<label for="fax" class="col-md-3">Fax Number</label>
<div class="col-md-8">
<input type="text" class="form-control" id="fax" name="fax">
</div>
</div>
<hr>
<div class="social-media">
<div class="form-group">
<label for="facebook" class="col-md-3">Facebook</label>
<div class="col-md-8">
<div class="input-group">
<span class="input-group-addon">
<input type="checkbox" aria-label="Show facebook?">
</span>
<input type="text" class="form-control" id='facebook' value='https://www.facebook.com/lanecommunitycollege' style="display:none">
</div>
</div>
</div>
<div class="form-group">
<label for="twitter" class="col-md-3">Twitter</label>
<div class="col-md-8">
<div class="input-group">
<span class="input-group-addon">
<input type="checkbox" aria-label="Show twitter?">
</span>
<input type="text" class="form-control" id='twitter' value='https://www.twitter.com/LaneTitans' style="display:none">
</div>
</div>
</div>
<div class="form-group">
<label for="instagram" class="col-md-3">Instagram</label>
<div class="col-md-8">
<div class="input-group">
<span class="input-group-addon">
<input type="checkbox" aria-label="Show instagram?">
</span>
<input type="text" class="form-control" id='instagram' value='https://www.instagram.com/lanetitans/' style="display:none">
</div>
</div>
</div>
<div class="form-group">
<label for="linkedin" class="col-md-3">LinkedIn</label>
<div class="col-md-8">
<div class="input-group">
<span class="input-group-addon">
<input type="checkbox" aria-label="Show LinkedIn?">
</span>
<input type="text" class="form-control" id='linkedin' value='https://www.linkedin.com/school/lane-community-college/' style="display:none">
</div>
</div>
</div>
<div class="form-group">
<label for="youtube" class="col-md-3">YouTube</label>
<div class="col-md-8">
<div class="input-group">
<span class="input-group-addon">
<input type="checkbox" aria-label="Show youtube?">
</span>
<input type="text" class="form-control" id='youtube' value='http://youtube.com/lanecommunitycollegeeugene' style="display:none">
</div>
</div>
</div>
</div>
<hr>
<h3>Signature Additions</h3>
<p>Please limit the number of additions to your signature.</p>
<div class="additions-group">
<div class="form-group">
<label for="eeo" class="col-md-9">Lane is a AA/EEO/Veterans/Disabilities Employer</label>
<div class="col-md-2">
<input type="checkbox" id="eeo" aria-label="Show EEO?">
</div>
</div>
<div class="form-group">
<label for="employmentopps" class="col-md-9">Employment Opportunities: jobs.lanecc.edu</label>
<div class="col-md-2">
<input type="checkbox" id="employmentopps" aria-label="Show Employemnt Opportunities?">
</div>
</div>
<div class="form-group">
<label for="helpdesk" class="col-md-9">Need technical support? Contact the IT Helpdesk at helpdesk@lanecc.edu or call 463-4444</label>
<div class="col-md-2">
<input type="checkbox" id="helpdesk" aria-label="Show helpdesk message?">
</div>
</div>
<div class="form-group">
<label for="tour" class="col-md-9">Check out our virtual tour!</label>
<div class="col-md-2">
<input type="checkbox" id="tour" aria-label="Show virtual tour message?">
</div>
</div>
<div class="form-group">
<label for="espanol" class="col-md-9">Hablo español</label>
<div class="col-md-2">
<input type="checkbox" id="espanol" aria-label="Show hablo español message??">
</div>
</div>
<div class="form-group">
<label for="titans" class="col-md-9">Go Titans! ⚡</label>
<div class="col-md-2">
<input type="checkbox" id="titans" aria-label="Show Titans message?">
</div>
</div>
<div class="form-group">
<label for="covid" class="col-md-9">COVID-19 has changed the way we work. Thank you for your patience and understanding while staff at Lane maintain operations from home offices. Check out Lane's <a href="https://www.lanecc.edu/covid19">COVID-19 website</a> for updates on campus operations, resources, and more.</label>
<div class="col-md-2">
<input type="checkbox" id="covid" checked=checked aria-label="Show COVID-19 message?">
</div>
</div>
<div class="form-group">
<label for="confidentiality" class="col-md-9">This message and its contents may be confidential. If you received this message in error, please inform the sender and delete the message. Thank you.</label>
<div class="col-md-2">
<input type="checkbox" id="confidentiality" aria-label="Show confidentiality notice?">
</div>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<h2 class="sr-only">Copy your signature from below</h2>
<div id="signature" class="panel-body">
<div style="margin-top: 10px;margin-bottom:10px; width:100%;">
<p style="color:#000000;font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; color: rgb(33, 33, 33); display:inline-block;margin:0">
<span style="font-size: 20px; font-weight: bold; color: #0b223f; display: inline;" class="field name">Your Name</span><br>
<span style="display:none"><span style="color: #565656; display: inline;" class="field title"></span><br></span>
<span style="display:none"><span style="color: #565656; display: inline;" class="field department"></span><br></span>
<a href="http://www.lanecc.edu" style="color: #337ab7 text-decoration: none; display: inline;">Lane Community College</a><br>
<span style="display:none"><span style="color: #565656; display: inline;" class="field campus"></span><br></span>
<span style="display:none"><span style="color: #565656; display: inline;" class="field email"></span><br></span>
<span style="display:none">Pronouns: <span style="color: #565656; display: inline;" class="field pronouns"></span><br></span>
<span class="phone icon" style="display:none; font-weight:bold;text-">O: </span>
<span style="color: #565656 !important; display: inline; text-decoration:none;" class="field phone"></span>
<span class="mid" style="display:none"> </span>
<span class="mobile icon" style="display:none; font-weight:bold;">M: </span>
<span style="color: #565656 !important; display: inline; text-decoration:none;" class="field mobile"></span>
<span class="mid2" style="display:none"> </span>
<span class="fax icon" style="display:none; font-weight:bold;">F: </span>
<span style="color: #565656 !important; display: inline;text-decoration:none;" class="field fax"></span>
</p>
<table class="social" role="presentation" style="margin-top:5px"><tr></tr></table>
<div class="additions" style="font-size:0.9em">
<p class="covid" data-index=5 style="margin:0;">COVID-19 has changed the way we work. Thank you for your patience and understanding while staff at Lane maintain operations from home offices. Check out Lane's <a href="https://www.lanecc.edu/covid19">COVID-19 website</a> for updates on campus operations, resources, and more.</p>
</div>
</div>
</div>
</div>
<button class="btn btn-primary" onclick="copyText('signature')">Copy to Clipboard</button><br><br>
<div class="alert alert-success" id="success-alert">
<p>Signature has been copied to the clipboard.</p>
</div>
<p>If you choose to make additional modifications to your signature, please be sure they adhere to the <a href="https://www.lanecc.edu/mpr/logo-graphics-standards">Graphic Standards</a> of the college. Please do not include any quotes or disclaimers.</p>
<p><strong>If you use Mac Mail:</strong> unfortunately, it is very difficult to include your signature within Mac Mail. If you're familiar with HTML, you can use <a href="https://www.daretothink.co.uk/html-email-signature-in-apple-mail/">these instructions for adding your signature to Mac Mail</a>.</p>
<p><strong>Problems?</strong> Please report any issues to Kyle by emailing him at <a href="mailto:schmidtk@lanecc.edu">schmidtk@lanecc.edu</a>.</p>
</div>
</div>
</div>
<table class="hidden">
<tr>
<td class="facebook" style="padding-right: 5px;" data-index=0>
<a href="https://www.facebook.com/lanecommunitycollege" style="text-decoration:none;" aria-label="Visit Lane on Facebook">
<div style="background: #3b5998;display: inline-block;position: relative;border-bottom: 0;width: 30px;box-sizing: content-box;border-radius: 3px;height: 30px;text-indent: -999em;border: 3px solid #3b5998;overflow: hidden;">
<span style="margin-left: 18px;width: 12px;height: 30px;border: 6px solid #fff;border-radius: 6px;display: block;float: left;box-sizing: content-box;"></span>
<span style="background: #fff;display: block;margin-top: 12px;margin-left: 12px;width: 20px;height: 6px;box-sizing: content-box;"></span>
</div>
</a>
</td>
<td class="twitter" style="padding-right: 5px;" data-index=1>
<a href="http://www.twitter.com/LaneTitans" style="text-decoration:none;" aria-label="Follow Lane on Twitter">
<div class="twitter-container" style="background: #20B8FF;display: inline-block;position: relative;border-bottom: 0;width: 30px;box-sizing: content-box;border-radius: 3px;height: 30px;text-indent: -999em;border: 3px solid #20B8FF;overflow: hidden;">
<span class="before" style="margin-left: 12px;margin-bottom: 12px;width: 12px;height: 20px;border-bottom: 7px solid #fff;border-left: 7px solid #fff;border-radius: 6px;display: block;float: left;box-sizing: content-box;"></span>
<span class="after" style="background: #fff;border-radius: 10px;display: block;margin-top: 8px;margin-left: 12px;width: 18px;height: 6px;box-sizing: content-box;"></span>
</div>
</a>
</td>
<td class="instagram" style="padding-right: 5px;" data-index=2>
<a href="https://www.instagram.com/LaneTitans" style="text-decoration:none;" aria-label="Visit Lane on Instagram">
<div class="instagram-container" style="height: 36px;width: 36px;border-radius: 7px;box-sizing: content-box;background-color: #D93175;display: inline-block;">
<span class="before" style="float: left;height: 24px;width: 24px;box-sizing: content-box;border: 2px solid #fff;margin-top: 4px;margin-left: 4px;border-radius: 6px;">
<span class="viewfinder" style="display: block;height: 4px;width: 4px;box-sizing: content-box;border-radius: 50%;background-color: #fff;margin-left: 16px;margin-top: 2px;float: left;"></span>
<span class="lens" style="float: left;height: 8px;width: 8px;box-sizing: content-box;border-radius: 50%;border: 2px solid #fff;margin-left: 6px;"></span>
</span>
</div>
</a>
</td>
<td class="linkedin" style="padding-right: 5px" data-index=3>
<a href="https://www.linkedin.com/school/lane-community-college/" style="text-decoration:none;" aria-label="Visit us on LinkedIn">
<div class="linkedin-container" style="background: #0077b7;display: inline-block;position: relative;border-bottom: 0;width: 30px;box-sizing: content-box;border-radius: 3px;height: 30px;text-indent: -999em;border: 3px solid #0077b7;overflow: hidden;">
<div class="i-bottom" style="border-radius: 1px;left: 3px;bottom: 3px;width: 6px;height: 17px;background-color: #fff;position: absolute;"></div>
<div class="i-top" style="width: 6px;height: 6px;background-color: #fff;left: 3px;position: absolute;bottom: 22px;border-radius: 3px;"></div>
<div class="n-left" style="position: absolute;left: 11px;width: 5px;height: 17px;background-color: #fff;bottom: 3px;border-radius: 1px;"></div>
<div class="n-right" style="position: absolute;background-color: #fff;border-bottom-right-radius: 1px;border-top-right-radius: 5px;border-top-left-radius: 4px;width: 12px;height: 17px;left: 16px;bottom: 3px;"></div>
<div class="n-inside" style="position: absolute;left: 17px;bottom: 3px;width: 5px;height: 12px;background-color: #0077b7;border-top-left-radius: 2px;border-top-right-radius: 2px;"></div>
</div>
</a>
</td>
<td class="youtube" style="padding-right: 5px" data-index=4>
<a href="http://youtube.com/lanecommunitycollegeeugene" style="text-decoration:none;" aria-label="Follow Lane on YouTube">
<div class="youtube-container" style="background: #F00;display: inline-block;position: relative;border-bottom: 0;width: 30px;box-sizing: content-box;border-radius: 3px;height: 30px;text-indent: -999em;border: 3px solid #F00;overflow: hidden;">
<span class="play" style="width: 0;height: 0;border-style: solid;border-width: 11px 0 11px 17px;border-color: transparent transparent transparent #fff;margin-left: 9px;margin-top: 4px;display: block;"></span>
</div>
</a>
</td>
</tr>
</table>
<div class="hidden">
<p class="eeo" data-index="0" style="margin:0">Lane is a AA/EEO/Veterans/Disabilities Employer</p>
<p class="employmentopps" data-index="1" style="margin:0">Employment Opportunities: <a href="https://jobs.lanecc.edu">jobs.lanecc.edu</a></p>
<p class="helpdesk" data-index=2 style="margin:0">Need technical support? Contact the <a href="https://www.lanecc.edu/it/helpdesk">IT Helpdesk</a> at helpdesk@lanecc.edu or call 463-4444</p>
<p class="tour" data-index=3 style="margin:0">Check out our <a href="https://www.lanecc.edu/tour">virtual tour!</a></p>
<p class="espanol" data-index=4 style="margin:0">Hablo español</p>
<p class="titans" data-index=5 style="margin:0; font-weight:bold">Go Titans! ⚡</p>
<p class="covid" data-index=6 style="margin:0;">I am working from off campus to help protect the health of students and staff during the coronavirus outbreak. I appreciate your patience as LCC adjusts its operations.</p>
<p class="confidentiality" data-index="10" style="margin:0.5em 0">This message and its contents may be confidential. If you received this message in error, please inform the sender and delete the message. Thank you.</p>
</div>
<div class="footer"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="//static.lanecc.net/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.16.0/jquery.validate.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js"></script>
<script src="sig.js"></script>
<script src="//static.lanecc.net/mm/lmm.min.js"></script>
</body>
</html>