-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailcard.htm
53 lines (45 loc) · 2.05 KB
/
mailcard.htm
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
<!-- CREATED BY MASTERBOOTRECORD32 FOR LOTHRINGER OPENAURORE: https://openaurore.ddns.net/ -->
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="/resources/styles/fonts/ubuntu.css">
<link rel="stylesheet" href="/resources/styles/fonts/ubuntu-condensed.css">
<link rel="stylesheet" href="/resources/styles/fonts/odin-rounded.css">
</head>
<body>
<table cellpadding="0" cellspacing="0" style="vertical-align: -webkit-baseline-middle">
<tr>
<td>
<img src="/resources/images/profile-picture.webp" style="margin-top:38.35pt; margin-right:30pt; margin-left: 30pt; display: block; max-width: 300px;">
</td>
<td>
<div style="margin-top:38.35pt; border-left: 1px solid black; height: 160pt;"></div>
</td>
<td>
<p style="margin-top:30pt; margin-left:50pt; text-align:justify;">
<span style="font-family: Odin Rounded; font-size:20pt;">Name</span>
<br>
<p style="margin-left:50pt;">
<span style="font-family: Ubuntu; font-weight: Lighter; font-size:8pt;">(Nickname)</span>
</p>
<br>
<p style="margin-top:10pt; margin-left:50pt;">
<span style="font-family: Ubuntu; font-size:10pt;">+00.0.00.00.00.00</span>
</p>
<p style="margin-top:0.5pt; margin-left:50pt;">
<span style="font-family: Ubuntu; font-size:10pt;">[email protected]</span>
</p>
<p style="margin-top:18pt; margin-left:50pt;">
<span style="font-family: Ubuntu; font-size:10pt;">Address, City (State)</span>
</p>
<br>
<a style="margin-top:18pt; margin-left:50pt; text-align:justify;" href="https://openaurore.ddns.net/">
<span style="font-family: Ubuntu; font-size:10pt; color: #000000;">https://example.com/</span>
</a>
</td>
</tr>
</table>
</body>
</html>