-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsandeep.html
43 lines (35 loc) · 2.19 KB
/
sandeep.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Secret Santa Assignment</title>
</head>
<body
style="font-family: 'Arial', sans-serif; background-color: #f5f5f5; color: #333; text-align: center; padding: 20px;">
<div
style="background-color: #ffffff; max-width: 600px; margin: 0 auto; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);">
<h1 style="color: #d9534f;">🎅 Secret Santa 🎁</h1>
<p style="font-size: 22px;">Ho Ho Ho, Sandeep Rajendran !</p>
<p style="font-size: 24px;">Congratulations, you are the chosen one to spread joy and happiness to
<strong>Akram Rameez</strong> this Christmas!</p>
<p style="font-size: 18px;">Your mission, should you choose to accept it, is to find the perfect gift within the
budget of $40 to $60. 🎄💸</p>
<p style="font-size: 18px;">Remember, it's not about the price but the thought that counts. Santa is watching!
🎅✨</p>
<div style="background-color: #d9534f; color: #ffffff; padding: 10px; border-radius: 5px; margin-top: 15px;">
<p style="margin: 0; font-size: 16px;"><strong>Name:</strong> Akram Rameez</p>
<p style="margin: 0; font-size: 16px;"><strong>Email:</strong> [email protected]</p>
<p style="margin: 0; font-size: 16px;"><strong>Address:</strong> 801 S Financial Pl, Apt 2114, Chicago, IL 60605</p>
<p style="margin: 0; font-size: 16px;"><strong>Phone Number:</strong> 4709296647</p>
</div>
<p style="font-size: 18px;">Let your creativity shine and make this holiday season unforgettable for your Secret
Santa recipient.</p>
<p style="font-size: 18px;">And here's a little secret... send your gift swiftly, or Santa might add you to the
naughty list for next year. 📦🚀</p>
<p style="font-size: 18px;">Wishing you a Merry Christmas and a Happy New Year!</p>
<p style="font-size: 18px;">Best Regards,<br>Your Secret Santa Organizer</p>
</div>
</body>
</html>