Skip to content

Commit 5bc9c19

Browse files
committed
Update profile addition email template with new images and content
1 parent f35d4a4 commit 5bc9c19

1 file changed

Lines changed: 33 additions & 16 deletions

File tree

public/TempMail/profileadd.html

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<tr>
4343
<td align="center">
4444
<img
45-
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/DevPioneerpng.gif"
46-
alt="Dev Pioneer"
45+
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/WMT.png"
46+
alt="Welcome to DevDisplay"
4747
width="100%"
4848
style="max-width: 600px; display: block"
4949
/>
@@ -53,7 +53,7 @@
5353
<!-- Welcome Content -->
5454
<tr>
5555
<td style="padding: 30px; text-align: center">
56-
<h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">👋🏻 Welcome {User's Name}!</h1>
56+
<h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">🎉 Congratulations, Developer!</h1>
5757
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 15px">
5858
We are thrilled to have you on board as a <strong style="color: #3bbeff">Dev Pioneer🏅</strong>. Your
5959
profile has been added, and you've taken the first step toward building connections and making an
@@ -62,9 +62,25 @@ <h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">👋🏻 Welcome {
6262
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 25px">
6363
Let's <strong style="color: #ffffff">connect ▸ collab ▸ code ▸ create ▸ conquer</strong>
6464
</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>
65+
66+
<!-- Visit Profile Button -->
67+
<div style="margin: 0 0 25px">
68+
<a
69+
href="#"
70+
style="
71+
background-color: #3bbeff;
72+
color: #ffffff;
73+
text-decoration: none;
74+
padding: 12px 25px;
75+
border-radius: 30px;
76+
font-weight: bold;
77+
font-size: 15px;
78+
display: inline-block;
79+
"
80+
>
81+
Visit Your Profile
82+
</a>
83+
</div>
6884
</td>
6985
</tr>
7086

@@ -82,7 +98,7 @@ <h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">👋🏻 Welcome {
8298
>
8399
<h2 style="color: #3bbeff; font-size: 20px; margin: 0 0 15px">🏆 Celebrate Your Contribution</h2>
84100
<h3 style="color: #ffffff; font-size: 18px; margin: 0 0 15px">
85-
🎉 You've Earned the Contribution Card & Badge! 🎉
101+
You've Earned the Contribution Card! 🎉
86102
</h3>
87103
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0">
88104
Share your contribution card on LinkedIn, Twitter, or Instagram and inspire others to join our
@@ -110,7 +126,7 @@ <h2 style="color: #28a745; font-size: 20px; margin: 0 0 15px">
110126
</h2>
111127
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 15px">
112128
🌟 <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!
129+
5 projects! ☑️ You will get a blue color verification tick on your profile!
114130
</p>
115131
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 20px">
116132
Gain greater visibility and credibility within the global developer community. Establish yourself as
@@ -122,7 +138,7 @@ <h2 style="color: #28a745; font-size: 20px; margin: 0 0 15px">
122138
<tr>
123139
<td style="padding: 0 10px">
124140
<a
125-
href="#"
141+
href="https://www.devdisplay.org/PortfolioIdeas"
126142
style="
127143
background-color: #3bbeff;
128144
color: #ffffff;
@@ -141,7 +157,7 @@ <h2 style="color: #28a745; font-size: 20px; margin: 0 0 15px">
141157
</td>
142158
<td style="padding: 0 10px">
143159
<a
144-
href="#"
160+
href="https://www.devdisplay.org/ProjectShowcase"
145161
style="
146162
background-color: #28a745;
147163
color: #ffffff;
@@ -185,13 +201,14 @@ <h2 style="color: #ffc107; font-size: 20px; margin: 0 0 15px">🌟 Ready to Take
185201
</td>
186202
</tr>
187203

188-
<!-- Signature -->
189204
<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>
205+
<td align="center" style="padding: 10px 10px 10px">
206+
<img
207+
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/DevPioneerpng.gif"
208+
alt="Dev Pioneer"
209+
width="120"
210+
style="display: block; margin: 0 auto"
211+
/>
195212
</td>
196213
</tr>
197214

0 commit comments

Comments
 (0)