Skip to content

Commit 9022902

Browse files
committed
DEV
1 parent 4d73624 commit 9022902

5 files changed

Lines changed: 135 additions & 141 deletions

File tree

Verified.html

Lines changed: 0 additions & 141 deletions
This file was deleted.

public/TempMail/bluetick.html

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>DevDisplay Profile Verified</title>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
</head>
8+
<body
9+
style="
10+
margin: 0;
11+
padding: 0;
12+
background-color: #0d1b2a;
13+
font-family:
14+
Segoe UI,
15+
sans-serif;
16+
"
17+
>
18+
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #0d1b2a">
19+
<tr>
20+
<td align="center">
21+
<!-- Container -->
22+
<table
23+
border="0"
24+
cellpadding="0"
25+
cellspacing="0"
26+
width="600"
27+
style="background-color: #091224; border-radius: 10px; overflow: hidden"
28+
>
29+
<!-- Logo -->
30+
<tr>
31+
<td align="center" style="padding: 20px">
32+
<img
33+
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/DDColorLOGO.png"
34+
alt="DevDisplay"
35+
width="180"
36+
style="display: block"
37+
/>
38+
</td>
39+
</tr>
40+
41+
<!-- Hero Image -->
42+
<tr>
43+
<td align="center">
44+
<img
45+
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/VP.png"
46+
alt="Profile Verified"
47+
width="100%"
48+
style="max-width: 600px; display: block"
49+
/>
50+
</td>
51+
</tr>
52+
53+
<!-- Content -->
54+
<tr>
55+
<td style="padding: 30px; text-align: center">
56+
<h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">🎉 Congratulations, Developer!</h1>
57+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 15px">
58+
Your profile has been officially <strong style="color: #ffffff">verified</strong> on
59+
<strong style="color: #ffffff">DevDisplay</strong>!<br />
60+
You've shown consistency, skill, and dedication with your portfolio and 5+ projects.
61+
</p>
62+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 25px">
63+
You’ve earned the <strong style="color: #3bbeff">Blue Tick badge</strong> — wear it with pride and
64+
share it with your network!
65+
</p>
66+
<!-- Button -->
67+
<a
68+
href="https://www.devdisplay.org/profile/codeaashu"
69+
style="
70+
background-color: #3bbeff;
71+
color: #ffffff;
72+
text-decoration: none;
73+
padding: 12px 25px;
74+
border-radius: 30px;
75+
font-weight: bold;
76+
font-size: 15px;
77+
display: inline-block;
78+
"
79+
>
80+
Visit Your Profile
81+
</a>
82+
</td>
83+
</tr>
84+
85+
<!-- Footer -->
86+
<tr>
87+
<td align="center" style="padding: 20px; background-color: #0a192f">
88+
<p style="color: #999; font-size: 14px; margin-bottom: 10px">
89+
Stay connected with the DevDisplay community!
90+
</p>
91+
<!-- Social Icons -->
92+
<table cellpadding="0" cellspacing="0">
93+
<tr>
94+
<td style="padding: 0 6px">
95+
<a href="https://discord.com/invite/chyt2UgTv5">
96+
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111370.png" width="26" alt="Discord" />
97+
</a>
98+
</td>
99+
<td style="padding: 0 6px">
100+
<a href="https://www.linkedin.com/company/devdisplay/">
101+
<img src="https://cdn-icons-png.flaticon.com/512/145/145807.png" width="26" alt="LinkedIn" />
102+
</a>
103+
</td>
104+
<td style="padding: 0 6px">
105+
<a href="https://www.instagram.com/devdisplay/">
106+
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111463.png" width="26" alt="Instagram" />
107+
</a>
108+
</td>
109+
<td style="padding: 0 6px">
110+
<a href="https://x.com/devdisplay_">
111+
<img src="https://cdn-icons-png.flaticon.com/512/733/733579.png" width="26" alt="Twitter" />
112+
</a>
113+
</td>
114+
<td style="padding: 0 6px">
115+
<a href="https://github.com/codeaashu/devdisplay">
116+
<img src="https://cdn-icons-png.flaticon.com/512/733/733553.png" width="26" alt="GitHub" />
117+
</a>
118+
</td>
119+
</tr>
120+
</table>
121+
<p style="font-size: 13px; color: #3bbeff; margin: 10px 0 4px">
122+
<a href="https://www.devdisplay.org" style="color: #3bbeff; text-decoration: underline"
123+
>www.devdisplay.org</a
124+
>
125+
</p>
126+
<p style="color: #666; font-size: 12px; margin: 0">DevDisplay © 2025 — Paradise for Developers</p>
127+
</td>
128+
</tr>
129+
</table>
130+
<!-- End Container -->
131+
</td>
132+
</tr>
133+
</table>
134+
</body>
135+
</html>

public/TempMail/hackathon.html

Whitespace-only changes.

public/TempMail/profileadd.html

Whitespace-only changes.

public/VPO.png

608 KB
Loading

0 commit comments

Comments
 (0)