Skip to content

Commit f35d4a4

Browse files
committed
Add profile addition HTML template and WMT image
1 parent 55619b2 commit f35d4a4

2 files changed

Lines changed: 248 additions & 0 deletions

File tree

public/TempMail/profileadd.html

Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Welcome to DevDisplay - Profile Added Successfully</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/DevPioneerpng.gif"
46+
alt="Dev Pioneer"
47+
width="100%"
48+
style="max-width: 600px; display: block"
49+
/>
50+
</td>
51+
</tr>
52+
53+
<!-- Welcome Content -->
54+
<tr>
55+
<td style="padding: 30px; text-align: center">
56+
<h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">👋🏻 Welcome {User's Name}!</h1>
57+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 15px">
58+
We are thrilled to have you on board as a <strong style="color: #3bbeff">Dev Pioneer🏅</strong>. Your
59+
profile has been added, and you've taken the first step toward building connections and making an
60+
impact in the open-source ecosystem. 🚀
61+
</p>
62+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 25px">
63+
Let's <strong style="color: #ffffff">connect ▸ collab ▸ code ▸ create ▸ conquer</strong>
64+
</p>
65+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 25px">
66+
Your journey has just begun, and we can't wait to see your contributions. 🌟
67+
</p>
68+
</td>
69+
</tr>
70+
71+
<!-- Contribution Card Section -->
72+
<tr>
73+
<td style="padding: 0 30px 30px; text-align: center">
74+
<div
75+
style="
76+
background-color: #0a192f;
77+
border-radius: 10px;
78+
padding: 25px;
79+
margin-bottom: 25px;
80+
border-left: 4px solid #3bbeff;
81+
"
82+
>
83+
<h2 style="color: #3bbeff; font-size: 20px; margin: 0 0 15px">🏆 Celebrate Your Contribution</h2>
84+
<h3 style="color: #ffffff; font-size: 18px; margin: 0 0 15px">
85+
🎉 You've Earned the Contribution Card & Badge! 🎉
86+
</h3>
87+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0">
88+
Share your contribution card on LinkedIn, Twitter, or Instagram and inspire others to join our
89+
vibrant community! 🌟 Tag & Mention DevDisplay in your posts to showcase your commitment to tech
90+
innovation!
91+
</p>
92+
</div>
93+
</td>
94+
</tr>
95+
96+
<!-- Verification Section -->
97+
<tr>
98+
<td style="padding: 0 30px 30px; text-align: center">
99+
<div
100+
style="
101+
background-color: #0a192f;
102+
border-radius: 10px;
103+
padding: 25px;
104+
margin-bottom: 25px;
105+
border-left: 4px solid #28a745;
106+
"
107+
>
108+
<h2 style="color: #28a745; font-size: 20px; margin: 0 0 15px">
109+
☑️ Verify your profile on DevDisplay
110+
</h2>
111+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 15px">
112+
🌟 <strong style="color: #ffffff">Prove You're a Pro!</strong> By adding your portfolio and at least
113+
10 projects! ☑️ You will get a blue color verification tick on your profile!
114+
</p>
115+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 20px">
116+
Gain greater visibility and credibility within the global developer community. Establish yourself as
117+
a trusted expert in your domain. Unlock more collaboration opportunities and career prospects.
118+
</p>
119+
120+
<!-- Action Buttons -->
121+
<table cellpadding="0" cellspacing="0" style="margin: 0 auto">
122+
<tr>
123+
<td style="padding: 0 10px">
124+
<a
125+
href="#"
126+
style="
127+
background-color: #3bbeff;
128+
color: #ffffff;
129+
text-decoration: none;
130+
padding: 12px 20px;
131+
border-radius: 25px;
132+
font-weight: bold;
133+
font-size: 14px;
134+
display: inline-block;
135+
min-width: 140px;
136+
text-align: center;
137+
"
138+
>
139+
Showcase Your Portfolio
140+
</a>
141+
</td>
142+
<td style="padding: 0 10px">
143+
<a
144+
href="#"
145+
style="
146+
background-color: #28a745;
147+
color: #ffffff;
148+
text-decoration: none;
149+
padding: 12px 20px;
150+
border-radius: 25px;
151+
font-weight: bold;
152+
font-size: 14px;
153+
display: inline-block;
154+
min-width: 140px;
155+
text-align: center;
156+
"
157+
>
158+
Showcase Your Projects
159+
</a>
160+
</td>
161+
</tr>
162+
</table>
163+
</div>
164+
</td>
165+
</tr>
166+
167+
<!-- Next Steps Section -->
168+
<tr>
169+
<td style="padding: 0 30px 30px; text-align: center">
170+
<div
171+
style="background-color: #0a192f; border-radius: 10px; padding: 25px; border-left: 4px solid #ffc107"
172+
>
173+
<h2 style="color: #ffc107; font-size: 20px; margin: 0 0 15px">🌟 Ready to Take the Next Step?</h2>
174+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 10px">
175+
<strong style="color: #ffffff">Dev Enhancer:</strong> Resolve issues or refine features.
176+
</p>
177+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 20px">
178+
<strong style="color: #ffffff">Dev Innovator:</strong> Propose and implement new, creative features.
179+
</p>
180+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0">
181+
Thank you for joining DevDisplay! Together, let's build a vibrant, supportive, and innovative
182+
open-source community. 💻✨
183+
</p>
184+
</div>
185+
</td>
186+
</tr>
187+
188+
<!-- Signature -->
189+
<tr>
190+
<td style="padding: 0 30px 30px; text-align: center">
191+
<p style="color: #cccccc; font-size: 16px; margin: 0">
192+
<strong style="color: #ffffff">Warm Regards,</strong><br />
193+
<strong style="color: #3bbeff">Team DevDisplay</strong>
194+
</p>
195+
</td>
196+
</tr>
197+
198+
<!-- Footer -->
199+
<tr>
200+
<td align="center" style="padding: 20px; background-color: #0a192f">
201+
<p style="color: #999; font-size: 14px; margin-bottom: 10px">
202+
Stay connected with the DevDisplay community!
203+
</p>
204+
<!-- Social Icons -->
205+
<table cellpadding="0" cellspacing="0">
206+
<tr>
207+
<td style="padding: 0 6px">
208+
<a href="https://discord.com/invite/chyt2UgTv5">
209+
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111370.png" width="26" alt="Discord" />
210+
</a>
211+
</td>
212+
<td style="padding: 0 6px">
213+
<a href="https://www.linkedin.com/company/devdisplay/">
214+
<img src="https://cdn-icons-png.flaticon.com/512/145/145807.png" width="26" alt="LinkedIn" />
215+
</a>
216+
</td>
217+
<td style="padding: 0 6px">
218+
<a href="https://www.instagram.com/devdisplay/">
219+
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111463.png" width="26" alt="Instagram" />
220+
</a>
221+
</td>
222+
<td style="padding: 0 6px">
223+
<a href="https://x.com/devdisplay_">
224+
<img src="https://cdn-icons-png.flaticon.com/512/733/733579.png" width="26" alt="Twitter" />
225+
</a>
226+
</td>
227+
<td style="padding: 0 6px">
228+
<a href="https://github.com/codeaashu/devdisplay">
229+
<img src="https://cdn-icons-png.flaticon.com/512/733/733553.png" width="26" alt="GitHub" />
230+
</a>
231+
</td>
232+
</tr>
233+
</table>
234+
<p style="font-size: 13px; color: #3bbeff; margin: 10px 0 4px">
235+
<a href="https://www.devdisplay.org" style="color: #3bbeff; text-decoration: underline"
236+
>www.devdisplay.org</a
237+
>
238+
</p>
239+
<p style="color: #666; font-size: 12px; margin: 0">DevDisplay © 2025 — Paradise for Developers</p>
240+
</td>
241+
</tr>
242+
</table>
243+
<!-- End Container -->
244+
</td>
245+
</tr>
246+
</table>
247+
</body>
248+
</html>

public/WMT.png

500 KB
Loading

0 commit comments

Comments
 (0)