-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (94 loc) · 3.44 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
<!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">
<title>Pre-Flight: Email Signature Installation</title>
<link rel="stylesheet" href="https://unpkg.com/awsm.css/dist/awsm.min.css">
<link rel="stylesheet" href="app.css">
</head>
<body id="home">
<header>
<h1>Email Signature Walkthrough</h1>
<p>Here you will find clear instructions for installing your new email signature!
Please feel free to reach out should you have any issues, Thank you.</p>
<nav>
<ul>
<li><a href="#gmail">Gmail</a></li>
<li><a href="#apple">Apple Mail</a></li>
<li><a href="#outlook-web">Outlook Web</a></li>
<li><a href="#outlook">Outlook Desktop</a></li>
</ul>
</nav>
</header>
<h2 id="gmail">How to Add to Gmail</h2>
<video src="/assets/videos/install_signature_gmail_720p.m4v" controls=""></video>
<hr>
<h2 id="apple">How to Add to Apple Mail</h2>
<video src="/assets/videos/install_signature_apple_mail_720p.m4v" controls=""></video>
<hr>
<h2 id="outlook-web">How to Add to Outlook Web</h2>
<video src="/assets/videos/install_signature_outlook_web_720p.m4v" controls=""></video>
<hr>
<h2 id="outlook">How to Add to Outlook Desktop</h2>
<ol>
<li>
<div><b><u>Critical First Step!</u></b></div>
Follow this short video to prepare for adding your signature to Outlook Desktop.
<video src="/assets/videos/install_signature_outlook_desktop_720p.m4v" controls=""></video>
</li>
<li>
<hr>
In Outlook desktop, click "New Email" to open a new email message.
<img
src="https://uploads-ssl.webflow.com/5e66ca0250be6103da645a88/60f0c6393965cf082e1d4ca4_Outlook%20desktop%20email%20signature%203.jpg"
alt="">
</li>
<li>
<hr>
On the Message menu, select Signature > Signatures.
<img
src="https://uploads-ssl.webflow.com/5e66ca0250be6103da645a88/60f0c6466e927150bc97d455_Outlook%20desktop%20email%20signature%204.jpg"
alt="">
</li>
<li>
<hr>
Under Select signature to edit, choose New. In the New Signature dialog box, type in a name for the signature.
<img
src="https://uploads-ssl.webflow.com/5e66ca0250be6103da645a88/60f0c6502184408f6b5c09e5_Outlook%20desktop%20email%20signature%205.jpg"
alt="">
<small>*Depending on the size of your Outlook window, the Message menu and the Signature button might be in two
different locations.</small>
</li>
<li>
<hr>
Under Edit signature, paste your signature.
<img
src="https://uploads-ssl.webflow.com/5e66ca0250be6103da645a88/60f0c659e51aeefb928ecb48_Outlook%20desktop%20email%20signature%206.jpg"
alt="">
</li>
<li>
<hr>
Under Choose default signature, select the email account you want to associate with your signature and if you
want it to be added to all new messages by default. Then click 'OK'.
<img
src="https://uploads-ssl.webflow.com/5e66ca0250be6103da645a88/60f0c6bc6907336fbae0dd76_Outlook%20desktop%20email%20signature%207.jpg"
alt="">
</li>
<li>
<hr>
Your signature should now be working, it will automatically appear in the message box when you compose a new
email.
</li>
</ol>
<hr>
<center> <a href="#home">Back to Top</a></center>
<footer>
<p>Please feel free to reach out should you have any issues! Thank you.</p>
<p>
<a href="https://www.upwork.com/freelancers/~01283ed8f56a74553d">Made by Omar From UpWork </a>
</p>
</footer>
</body>
</html>