-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcongratulations.html
104 lines (86 loc) · 4.64 KB
/
congratulations.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#460011">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#460011">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#460011">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#460011">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="BIET Jhansi Invitation to HR Email"/>
<meta name="author" content="Rishi Bajpai"/>
</head>
<body style="background: #eee;">
<div style=" width: 96%;
margin: 20px auto;
max-width: 700px;
background: #fff;
border-radius: 40px;">
<div class="email-head">
<img src="images/tpc header.png"
alt="tpc header image"
style="width: 100%;
border-radius: 40px;">
</div>
<!-- Email Body -->
<div style="margin: 5% auto; width: 80%; max-width: 600px; text-align: justify;">
<h2 style="text-align: center;">
Offer Letter for Full Time / Internship at [Company Name]
</h2>
<img src="images/congrats.jpg" style="width: 70%; margin: 0% 15%;" alt="congrats image">
<h3 style="text-align: center; color: #007aff;">( Student Name )</h3>
<p style="text-align: center; line-height: 32px; letter-spacing: 1px;">for getting selected as the role of <br><b>(Position)</b><br> at <br><span style="font-size: 20px; font-weight: 700; color: #9e7b06;">(Company Name)</span></p>
<p style="text-align: center;">Please follow the steps you are required to do as stated on email sent by company. Here is your Offer Letter attached with this email. Follow the given link to download your Offer letter.</p>
<!-- drive link of the pdf to be attached here.... -->
<a href="#"
style="display: block;
margin: 20px auto;
width: fit-content;
padding: 15px 30px;
text-align: center;
text-decoration: none;
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
background: rgb(0, 122, 255);
color: #fff;
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
border-radius: 30px;">
Download Attachment
</a>
<br>
<p style="text-align: center; font-weight: 700; line-height: 24px; letter-spacing: 1px;">College appreciates your hardwork throughout this journey and wishes you a great career ahead 🎉🎉</p>
<br><br>
<p style="text-align: left; line-height: 22px;">
<!-- ******* deputy secratary details ******* -->
For any queries, please contact undersigned<br>delete the unnecessary ones<br><br>
Rishi Bajpai<br>
Mobile : <a href="tel:+91 7607 173 962" style="text-decoration: none; color: #00db42; font-weight: 700;">+91 7607 173 962</a><br>
<span style="color: #007aff;">Deputy Secratary - TnP Cell</span>
<!-- ******* secratary (DM) details ******* -->
<br><br>
Vivek Kashyap<br>
Mobile : <a href="tel:+91 9680 105 260" style="text-decoration: none; color: #00db42; font-weight: 700;">+91 9680 105 260</a><br>
<span style="color: #007aff;">Secratary (Drive Management) - TnP Cell</span>
<!-- ******* secratary (CR) details ******* -->
<br><br>
Sameer Ahmad<br>
Mobile : <a href="tel:+91 8896 417 559" style="text-decoration: none; color: #00db42; font-weight: 700;">+91 8896 417 559</a><br>
<span style="color: #007aff;">Secratary (Corporate Relations) - TnP Cell</span>
</p>
</div>
<div class="footer">
<img src="images/email footer.png"
alt="biet jhansi logo footer"
style="width: 100%; margin: 0px auto; border-radius: 0px 0px 20px 20px;">
</div>
</div>
</body>
</html>