-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
193 lines (177 loc) · 7.39 KB
/
Contact.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Useful meta tags -->
<title>Quantiki Group</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="google-site-verification" content="CMaTwqBTvzyULmgECDshUbn4bQxtETt6kAEyl57euxw" />
<link rel="shortcut icon" type="image/jpg" href="./Logo/tab_logo.png"/>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Libre+Baskerville:wght@700&display=swap" rel="stylesheet">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Your custom CSS -->
<link rel="stylesheet" href="./css/main.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css">
<!-- AOS CSS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-dark fixed-top navbar-expand-md bg-dark">
<div class="container">
<!-- Toggler for mobile -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#Navbar"
aria-controls="Navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Brand/Logo -->
<a class="navbar-brand" style="font-family:'YourFont'; font-size: 1.85em;" href="index.html">
<img src="Logo/iisert-logo1.jpg" height="50" style="border-radius: 30px"> Quantiki Group
</a>
<!-- Collapsible Nav -->
<div class="collapse navbar-collapse" id="Navbar">
<!--
1) 'flex-column' ensures a vertical stack on smaller screens.
2) 'flex-md-row' reverts to a horizontal row on md (>=768px) and up.
3) 'm-auto' centers items horizontally on larger screens.
-->
<ul class="navbar-nav m-auto flex-column flex-md-row">
<li class="nav-item">
<a class="nav-link" href="index.html">
<span class="fa fa-home"></span> Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">
<span class="fa fa-flask"></span> Research
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">
<span class="fa fa-users"></span> People
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="working_withus.html">
<span class="fa fa-briefcase"></span> Working with us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publication.html">
<span class="fa fa-book"></span> Publication
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teaching.html">
<span class="fa fa-graduation-cap"></span> Teaching
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="talks.html">
<span class="fa fa-microphone"></span> Talks
</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Contact.html">
<span class="fa fa-envelope"></span> Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- END NAVBAR -->
<!--------jumbotron-
<header class="jumbotron jumbotron-fluid" style="background: url('./img/hp\ bg\ 3\ correction\ 2.jpg');">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-sm-8 col-lg-6" ><img class="img-fluid" src="./img/logo.webp"></div>
<div class="col-12">
<h1 class="text-center" style="font-family: 'Libre Baskerville', serif;">MINUSCULES</h1>
<h3 class="text-center" style="font-family: Georgia, 'Times New Roman', Times, serif;"> My Insect Guide</h3>
<h5 class="text-center">A place for entomologists and entomophiles to share their knowledge and experience of insects and other arthropods.</h5>
<br>
<br>
</div>
</div>
</div>
</header> --------->
<!--------jumbotron---------->
<!-------------site content----------------->
<br>
<br>
<br>
<br>
<br>
<br>
<div class="contact-container">
<div class="contact-details">
<h3>Dr. Sambuddha Sanyal</h3>
<address>
IISER Tirupati, Transit Campus<br>
Karakambadi Rd,<br>
Opp Sree Rama Engineering College,<br>
Rami Reddy Nagar, Mangalam,<br>
Tirupati-517507,<br>
Andhra Pradesh<br>
<strong>E-mail:</strong><br>
<a href="mailto:sambuddha.sanyal@labs.iisertirupati.ac.in">sambuddha.sanyal@labs.iisertirupati.ac.in</a><br>
<a href="mailto:sambuddha.sanyal@iisertirupati.ac.in">sambuddha.sanyal@iisertirupati.ac.in</a>
</address>
</div>
<!-- <div class="contact-image"> -->
<!-- Replace 'your-image.jpg' with the path to the actual image -->
<!-- <img src="Images/profile.jpeg" alt="Dr. Sambuddha Sanyal" /> -->
<!-- <br> -->
<!-- <br> -->
<!-- <p> <a href="https://www.iisertirupati.ac.in/faculty-details/?faculty_id=Phy-9&id=4644" target="_blank";><button class="button1" style="border-radius: 15px" >More</button></a></p> -->
<!-- </div> -->
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!------------x------site-content------x------------>
<footer class="footer">
<div class="container">
<div class="footer-content">
<h6> © Quantiki, IISER-Tirupati</h6>
<!-- <p>Last Updated: <time datetime="2024-03-27">March 26, 2024</time></p> -->
<!-- <p>Contact us at <a href="mailto:info@quantiki.org">info@quantiki.org</a></p> -->
</div>
</div>
</footer>
<!-- Bootstrap 5 Bundle (includes Popper) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- AOS JS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Your custom scripts -->
<script src="./js/scripts.js"></script>
</body>
</html>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<!-- build:js js/main.js -->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="./js/scripts.js"></script>
<!-- endbuild -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").onmouseover();
</script>
</body>
</html>