-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
157 lines (125 loc) · 6.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Biomedical Imaging Laboratory, IIIT Allahabad</title>
<meta name="description" content="Biomedical Imaging Laboratory | IIIT Allahabad">
<meta name="keywords"
content="Biomedical Imaging Lab, Learning, Lab,Bio,Ratan K Saha,Ratan Saha, IIIT, Allahabad, Indian Institute of Information Technology, IIIT Allahabad">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/logo/iiita.png" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<!-- Custom Style Sheet -->
<link rel="stylesheet" href="stylecarosal.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!--______________________________________________________________________________________________________________________________________-->
<!-- Navigation-->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed " data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span> </button>
<a class="navbar-brand page-scroll" href="/"><img src="img/logo/iiita.png"
style="height:56px;margin-top: -21px;" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="page-scroll">Home</a></li>
<li><a href="aboutus.html" class="page-scroll">About</a></li>
<li><a href="events.html" class="page-scroll">Events</a></li>
<li><a href="publication.html" class="page-scroll">Publications</a></li>
<!-- <li><a href="project.html" class="page-scroll">Projects</a></li> -->
<li><a href="courses.html" class="page-scroll">Courses</a></li>
<li><a href="gallery.html" class="page-scroll">Gallery</a></li>
<!--<li><a href="#testimonials" class="page-scroll">Testimonials</a></li>-->
<li><a href="team.html" class="page-scroll">Team</a></li>
<li><a href="contact.html" class="page-scroll">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!--______________________________________________________________________________________________________________________________________-->
<div id="team" class="text-center" style="overflow-x: hidden;">
<div class="section-title title-banner">
<h2>Contact</h2>
</div>
<div class="about-me">
<h3>Office Address</h3>
<br>
<p>
Room number- 4104, CC-II
<br>
<br>
Indian Institute of Information Technology Allahabad
<br>
<br>
Deoghat, Jhalwa, Allahabad 211012, INDIA
<br>
<br>
</p>
<h3>Contact</h3>
<br>
<p>
Phone: +91 532 292 2198 (O), 9532123153
<br>
<br>
Email: [email protected], [email protected]
</p>
</div>
</div>
<!-- Contact Section -->
<div id="contact">
</div>
<!--______________________________________________________________________________________________________________________________________-->
<!-- Footer Section -->
<div id="footer">
<div class="container text-center">
<p>© Biomedical Imaging Laboratory, <a href="https://iiita.ac.in" style="color:#888" target="_blank">Indian
Institute of Information Technology Allahabad</p>
</div>
</div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script>
$('#carouselFade').carousel();
</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/nivo-lightbox.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>