-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
80 lines (70 loc) · 2.29 KB
/
email.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
<br>
<hr style="border: 2px solid #ff00c4;">
<br>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<p><img src="https://ogusers.com/images/ogusers/ogusers_default.png" alt="ogusers_default.png" width="100" style="margin: 0px 10px 10px 0px; float: left; width: 125px;" title="headshot-placeholder-1.jpg" caption="false" data-constrained="true"><img src="https://cdn.discordapp.com/attachments/709303214435991747/712670149345542224/border-img.png" alt="border-img.png" width="27" style="margin: 0px 10px 10px 0px; float: left; width: 27px; height: 125px;" title="email-sig-border-1.png" caption="false" data-constrained="true"></p>
<p class="myname">Charon</p>
<p style="color: #c0dc67;" class="mytitle"><b>charon.gg</b></p>
<p class="mynumber">Discord: Dread#1337</p>
<p class="social"><img src="https://cdn.discordapp.com/attachments/709303214435991747/712670143376916550/twitter.png" width="22" style="width: 22px; vertical-align: middle; display: inline;"></a><span style="vertical-align: middle; display: inline; color: #ff00c4;"><strong> @charon</strong></span></p>
<p class="toast" style="color: #c0dc67;"><strong>XMPP: [email protected] | SIGNAL: 1+ (515) 468-2023</a></strong></p>
<p class="last" style="color: #c0dc67;"><strong>Copyright <i class="fa fa-copyright"></i> 2020</a></strong></p>
<style>
html {
background-color: #000;
color: #fff;
padding: 10px;
border: 3px solid #ff00c4;
}
body {
font-family: Helvetica;
overflow: hidden;
}
h1, h2, p {
font-family: Helvetica;
color: #fff;
}
p.social {
margin-top: 10px;
margin-bottom: 5px;
}
p.toast {
margin-top: 0px;
margin-bottom: 0px;
}
p.myname {
text-transform: uppercase;
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 22px;
font-weight: bold;
margin-top: 0px !important;
letter-spacing: 2px;
}
p.mytitle {
font-weight: 500;
margin-bottom: 0px;
padding-bottom: 0px;
text-size: 16px;
margin-top: 3px !important;
font-size: 12px;
}
p.mynumber {
font-weight: 900;
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 8px !important;
font-size: 14px;
}
p.toast {
color: #ff00c4;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
p.last {
color: black;
padding-top: 10px;
font-size: 14px !important;
}
</style>