Skip to content

Commit ae076e6

Browse files
committed
dev
1 parent f3600dd commit ae076e6

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

public/TempMail/hackathon.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>Hackathon Featured on DevDisplay</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+
<table
22+
border="0"
23+
cellpadding="0"
24+
cellspacing="0"
25+
width="600"
26+
style="background-color: #091224; border-radius: 10px; overflow: hidden"
27+
>
28+
<!-- Logo -->
29+
<tr>
30+
<td align="center" style="padding: 20px">
31+
<img
32+
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/DDColorLOGO.png"
33+
alt="DevDisplay Logo"
34+
width="180"
35+
style="display: block"
36+
/>
37+
</td>
38+
</tr>
39+
40+
<!-- Spotlight Banner -->
41+
<tr>
42+
<td align="center">
43+
<img
44+
src="https://cdn.jsdelivr.net/gh/codeaashu/DevDisplay@main/public/Hackathons.png"
45+
alt="Global Spotlight"
46+
width="100%"
47+
style="max-width: 600px; display: block"
48+
/>
49+
</td>
50+
</tr>
51+
52+
<!-- Message -->
53+
<tr>
54+
<td style="padding: 30px; text-align: center">
55+
<h1 style="color: #ffffff; font-size: 24px; margin: 0 0 15px">
56+
🌍 Your Hackathon is in the Global Spotlight!
57+
</h1>
58+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 20px">
59+
Congratulations, <strong style="color: #ffffff">Hackathon Team!</strong> 🎉<br />
60+
Your event <strong style="color: #3bbeff">has been featured</strong> on
61+
<strong style="color: #ffffff">DevDisplay</strong>'s Global Hackathon Spotlight.
62+
</p>
63+
<p style="color: #cccccc; font-size: 15px; line-height: 1.6; margin: 0 0 25px">
64+
Now developers from around the world can discover and join your hackathon. Get ready for global
65+
innovation, networking, and impact!
66+
</p>
67+
68+
<!-- CTA Button -->
69+
<a
70+
href="https://www.devdisplay.org/hackathons"
71+
style="
72+
background-color: #3bbeff;
73+
color: #ffffff;
74+
text-decoration: none;
75+
padding: 12px 25px;
76+
border-radius: 30px;
77+
font-weight: bold;
78+
font-size: 15px;
79+
display: inline-block;
80+
"
81+
>
82+
View Featured Hackathons
83+
</a>
84+
</td>
85+
</tr>
86+
87+
<!-- Footer -->
88+
<tr>
89+
<td align="center" style="padding: 20px; background-color: #0a192f">
90+
<p style="color: #999; font-size: 14px; margin-bottom: 10px">
91+
Thank you for empowering the global developer community!
92+
</p>
93+
<table cellpadding="0" cellspacing="0">
94+
<tr>
95+
<td style="padding: 0 6px">
96+
<a href="https://discord.com/invite/chyt2UgTv5">
97+
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111370.png" width="26" alt="Discord" />
98+
</a>
99+
</td>
100+
<td style="padding: 0 6px">
101+
<a href="https://www.linkedin.com/company/devdisplay/">
102+
<img src="https://cdn-icons-png.flaticon.com/512/145/145807.png" width="26" alt="LinkedIn" />
103+
</a>
104+
</td>
105+
<td style="padding: 0 6px">
106+
<a href="https://www.instagram.com/devdisplay/">
107+
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111463.png" width="26" alt="Instagram" />
108+
</a>
109+
</td>
110+
<td style="padding: 0 6px">
111+
<a href="https://x.com/devdisplay_">
112+
<img src="https://cdn-icons-png.flaticon.com/512/733/733579.png" width="26" alt="X" />
113+
</a>
114+
</td>
115+
<td style="padding: 0 6px">
116+
<a href="https://github.com/codeaashu/devdisplay">
117+
<img src="https://cdn-icons-png.flaticon.com/512/733/733553.png" width="26" alt="GitHub" />
118+
</a>
119+
</td>
120+
</tr>
121+
</table>
122+
<p style="font-size: 13px; color: #3bbeff; margin: 10px 0 4px">
123+
<a href="https://www.devdisplay.org" style="color: #3bbeff; text-decoration: underline"
124+
>www.devdisplay.org</a
125+
>
126+
</p>
127+
<p style="color: #666; font-size: 12px; margin: 0">DevDisplay © 2025 — Paradise for Developers</p>
128+
</td>
129+
</tr>
130+
</table>
131+
</td>
132+
</tr>
133+
</table>
134+
</body>
135+
</html>

0 commit comments

Comments
 (0)