-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (82 loc) · 3.88 KB
/
index.html
File metadata and controls
94 lines (82 loc) · 3.88 KB
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
<!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;">
Placement Drive for Full Time / Internship at [Company Name]
</h2>
<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;">
Click here to Proceed
</a>
<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="https://raw.githubusercontent.com/iamrishirb/email-templates/master/images/email%20footer.PNG"
alt="biet jhansi logo footer"
style="width: 100%; margin: 0px auto; border-radius: 0px 0px 20px 20px;">
</div>
</div>
</body>
</html>