-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (91 loc) · 3.54 KB
/
index.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
.fab {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fab:hover {
opacity: 0.7;
}
.fa-solid{
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa-solid:hover {
opacity: 0.8;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-envelope {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-github {
background: #171515;
color: white;
}
.fa-researchgate {
background: #0cb;
color: white;
}
.fa-phone {
background: #10ad;
color: white;
}
</style>
</head>
<body>
<article id="post-369" class="single single-post group post-369 page type-page status-publish hentry">
<div class="post-header">
<h1 class="post-title">Contact</h1>
</div><!-- .post-header -->
<div class="post-inner">
<!-- <div class="post-content entry-content"> -->
<div class="img-container">
<p> <img src="{% static '/images/iiserbhopal.jpeg' %}" alt="IISER Bhopal"; /> </p>
</div>
<h4 class="moz-signature">Prof. Varadharajan Srinivasan – <a href="http://helios.iiserb.ac.in/" target="_blank" rel="noopener noreferrer"></a></h4>
<p><strong>Office address</strong></p>
<p>225, Ab Initio Theory Group (AITG) <br class="manualbr" /> Department of Chemistry (2nd floor)<br /></p>
<p class="moz-signature"><strong>Correspondence and delivery address</strong></p>
<p>Academic Block 2, Indian Institute of Science Education and Research (IISER) <br class="manualbr" /><br />
Bhopal 462066 – India</p>
<p class="moz-signature">T. +91 755 269 1315</p>
<p class="moz-signature">WWW: <a href="http://helios.iiserb.ac.in">vardha.iiserb.ac.in</a><br />
E-mail:<a href="mailto:[email protected]"> [email protected]</a><br />
<p> Reach to Us </p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d916.1943438220875!2d77.27523292914958!3d23.28753763089963!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397c61a463480471%3A0xc1fec837c21da19c!2sDepartment%20of%20Chemistry!5e0!3m2!1sen!2sin!4v1653455016264!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- Add font awesome icons -->
<p> <<a href="https://twitter.com/Vardha_AITG" class="fab fa-twitter"></a>
<a href="mailto:[email protected]"class="fa-solid fa-envelope"></a>
<a href="https://www.linkedin.com/in/varadharajan-srinivasan-581b264/" class="fab fa-linkedin"></a>
<a href="https://chm.iiserb.ac.in/faculty_profile.php?id=Mjc=&lname=dmFyZGhh" class="fab fa-google"></a>
<a href="https://github.com/LITESOPH/litesoph" class="fab fa-github"></a>
<a href="https://www.researchgate.net/profile/Varadharajan-Srinivasan-4" class='fab fa-researchgate'></a>
<a href="call:+91 755269 1315 " class='fa-solid fa-phone'></a>></p>
</body>
</html>