-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignature.html
More file actions
163 lines (151 loc) · 8.56 KB
/
Copy pathsignature.html
File metadata and controls
163 lines (151 loc) · 8.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ANKOMMER — Email signature preview</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; background: #F5F2EC; padding: 40px 20px; margin: 0; color: #1A1A2E; }
.wrap { max-width: 720px; margin: 0 auto; }
.label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: #5C5C78; margin: 32px 0 8px; }
.preview { background: #fff; padding: 28px 32px; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.stage { background: #fff; padding: 20px; border-radius: 8px; margin-top: 8px; border: 1px dashed rgba(0,0,0,0.12); }
pre { background: #0F1B2D; color: #E8E3DC; padding: 18px 20px; border-radius: 8px; font-size: 0.78rem; line-height: 1.5; overflow-x: auto; white-space: pre-wrap; word-break: break-word; font-family: 'DM Mono', 'Menlo', monospace; }
.copy-btn { background: #C60C30; color: #fff; border: 0; padding: 10px 18px; border-radius: 999px; font-weight: 600; cursor: pointer; font-size: 0.88rem; }
.copy-btn:hover { opacity: 0.9; }
h1 { font-family: Georgia, 'Playfair Display', serif; font-size: 1.7rem; margin: 0 0 4px; }
.sub { color: #5C5C78; font-size: 0.95rem; margin: 0; }
details { margin-top: 24px; }
summary { cursor: pointer; color: #2E6DA4; font-weight: 600; }
ol li { margin: 8px 0; }
.pill { display: inline-block; background: rgba(198,12,48,0.08); color: #C60C30; padding: 4px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }
</style>
</head>
<body>
<div class="wrap">
<h1><span style="color:#C60C30">A</span>NKOMMER — Email signature</h1>
<p class="sub">Drop-in HTML for Gmail / Outlook / Apple Mail. Renders crisply in every major client.</p>
<div class="label">PREVIEW (this is what recipients see)</div>
<div class="preview">
<div class="stage">
<!-- ╔══════════════════════════════════════════════════════╗
║ EMAIL SIGNATURE — copy from here ║
╚══════════════════════════════════════════════════════╝ -->
<table cellpadding="0" cellspacing="0" border="0" style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;color:#1A1A2E;font-size:14px;line-height:1.55;border-collapse:collapse;">
<tr>
<td style="padding-right:22px;border-right:3px solid #C60C30;vertical-align:top;">
<div style="font-family:Georgia,'Playfair Display',serif;font-weight:800;font-size:24px;letter-spacing:0.04em;line-height:1;color:#0F1B2D;margin-bottom:6px;">
<span style="color:#C60C30;">A</span>NKOMMER
</div>
<div style="color:#5C5C78;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;font-weight:600;">
Moving to Denmark
</div>
</td>
<td style="padding-left:22px;vertical-align:top;">
<div style="font-weight:700;font-size:15px;color:#0F1B2D;margin-bottom:2px;">
Ali Al Mokdad
</div>
<div style="color:#5C5C78;font-size:13px;margin-bottom:10px;">
Founder
</div>
<div style="font-size:13px;color:#1A1A2E;">
<a href="mailto:partnerships@ankommer.org" style="color:#C60C30;text-decoration:none;font-weight:600;">partnerships@ankommer.org</a><br>
<a href="https://ankommer.org" style="color:#1A1A2E;text-decoration:none;">ankommer.org</a>
·
<a href="https://www.linkedin.com/in/ali-al-mokdad/" style="color:#1A1A2E;text-decoration:none;">LinkedIn</a>
</div>
</td>
</tr>
<tr>
<td colspan="2" style="padding-top:12px;">
<div style="font-style:italic;color:#5C5C78;font-size:12px;line-height:1.5;border-top:1px solid rgba(0,0,0,0.08);padding-top:10px;">
The complete, free, multilingual guide for newcomers to Denmark.
16 chapters · 10 languages · AI guide Bjørn.
</div>
</td>
</tr>
</table>
<!-- ╚══════════════════════════════════════════════════════╝ -->
</div>
</div>
<div class="label">PASTE-READY HTML <button class="copy-btn" onclick="copyHTML()">Copy to clipboard</button></div>
<pre id="src"><table cellpadding="0" cellspacing="0" border="0" style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;color:#1A1A2E;font-size:14px;line-height:1.55;border-collapse:collapse;">
<tr>
<td style="padding-right:22px;border-right:3px solid #C60C30;vertical-align:top;">
<div style="font-family:Georgia,'Playfair Display',serif;font-weight:800;font-size:24px;letter-spacing:0.04em;line-height:1;color:#0F1B2D;margin-bottom:6px;">
<span style="color:#C60C30;">A</span>NKOMMER
</div>
<div style="color:#5C5C78;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;font-weight:600;">
Moving to Denmark
</div>
</td>
<td style="padding-left:22px;vertical-align:top;">
<div style="font-weight:700;font-size:15px;color:#0F1B2D;margin-bottom:2px;">
Ali Al Mokdad
</div>
<div style="color:#5C5C78;font-size:13px;margin-bottom:10px;">
Founder
</div>
<div style="font-size:13px;color:#1A1A2E;">
<a href="mailto:partnerships@ankommer.org" style="color:#C60C30;text-decoration:none;font-weight:600;">partnerships@ankommer.org</a><br>
<a href="https://ankommer.org" style="color:#1A1A2E;text-decoration:none;">ankommer.org</a>
&nbsp;·&nbsp;
<a href="https://www.linkedin.com/in/ali-al-mokdad/" style="color:#1A1A2E;text-decoration:none;">LinkedIn</a>
</div>
</td>
</tr>
<tr>
<td colspan="2" style="padding-top:12px;">
<div style="font-style:italic;color:#5C5C78;font-size:12px;line-height:1.5;border-top:1px solid rgba(0,0,0,0.08);padding-top:10px;">
The complete, free, multilingual guide for newcomers to Denmark.
16 chapters &middot; 10 languages &middot; AI guide Bjørn.
</div>
</td>
</tr>
</table></pre>
<details>
<summary>How to install in Gmail</summary>
<ol>
<li>Open <a href="https://mail.google.com/mail/u/0/#settings/general" target="_blank">Gmail Settings → General</a></li>
<li>Scroll down to <strong>Signature</strong> → click <strong>+ Create new</strong></li>
<li>Name it <em>ANKOMMER</em></li>
<li>In the editor, click the rendered preview above (NOT the HTML source) — select all (Ctrl+A or Cmd+A), copy (Ctrl+C / Cmd+C), and paste into the Gmail signature editor. The styling will carry over.</li>
<li>Under <strong>Signature defaults</strong>, set ANKOMMER as the default for both <em>FOR NEW EMAILS USE</em> and <em>ON REPLY/FORWARD USE</em></li>
<li>Scroll to the bottom and click <strong>Save Changes</strong></li>
</ol>
</details>
<details>
<summary>How to install in Outlook (web)</summary>
<ol>
<li>Settings (gear icon) → View all Outlook settings → Mail → Compose and reply</li>
<li>Email signature → New signature → name it <em>ANKOMMER</em></li>
<li>Copy the rendered preview above and paste into the editor</li>
<li>Set as default for new and reply messages → Save</li>
</ol>
</details>
<details>
<summary>How to install in Apple Mail</summary>
<ol>
<li>Mail → Settings → Signatures</li>
<li>Add new signature → name it <em>ANKOMMER</em></li>
<li>Copy the preview above and paste into the signature box</li>
<li>Drag the new signature onto your account in the left column</li>
<li>Set <em>Choose Signature</em> dropdown at the bottom to <strong>ANKOMMER</strong></li>
</ol>
</details>
<p style="margin-top:32px;color:#5C5C78;font-size:0.85rem;">
<span class="pill">Tip</span> If you want a slightly more compact signature for replies, tell me — I'll generate a one-line variant.
</p>
</div>
<script>
function copyHTML() {
const html = document.getElementById('src').textContent;
navigator.clipboard.writeText(html).then(() => {
const btn = document.querySelector('.copy-btn');
const orig = btn.textContent;
btn.textContent = '✓ Copied';
setTimeout(() => { btn.textContent = orig; }, 1800);
});
}
</script>
</body>
</html>