-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
103 lines (91 loc) · 4.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Contacts</title>
</head>
<body>
<body style="overflow-x:auto;" bgcolor="" data-new-gr-c-s-check-loaded="14.1115.0" data-gr-ext-installed="">
<center>
<table width="100%" border="1" rules="groups" frame="BOX" bgcolor="">
<tbody><tr> <td width="10%"> <center> <img src="iiita.jpg"> </center> </td>
<td width="80%"> <center> <em> <font color="darkblue"> <h1>Fog-CPS Security Lab<br> </h1> </font></em><font color="darkblue">
<h4> Room No.-2105, Ground Floor, Computer Center-1 <br> Indian Institute of Information Technology, Allahabad <br>
Devghat, Jhalwa, Prayagraj-211015, Uttar Pradesh, INDIA. </h4> </font>
<font color="darkblue" style="Courier"><br>
Sponsored By<br>
<font face="verdana"> <b> <font color="brown"> Centre for Cyber Security and Cyber Defence of Critical
Infrastructures (C3i HUB),<br>
Indian Institute of Technology, Kanpur </font> <br>
</b></font>
</font>
</center> </td>
<td width="10%"> <center> <img src="c3i.png"> </center> </td>
</tr> </tbody></table> <br>
<table width="100%" border="1" rules="ROWS" frame="BOX" bgcolor="BLUE">
<tbody><tr> <td align="center">
<nav> <v>
<a class="m" href="index.html" style="text-decoration:none">Home</a>
<div class="dropdown">
<button class="dropbtn">People</button>
<div class="dropdown-content">
<a href="faculty.html">Faculty</a>
<a href="reserch_scholer.html">Research Scholer</a>
</div>
</div>
<a class="m" href="index.html" style="text-decoration:none">Research Areas</a>
<div class="dropdown">
<button class="dropbtn">Useful Link</button>
<div class="dropdown-content">
<a href="https://www.iiita.ac.in/">IIIT-A</a>
<a href="https://c3ihub.org/">C3i IIT Kanpur</a>
<a href="#">Link 3</a>
</div>
</div>
<a class="m" href="index.html" style="text-decoration:none">Activities</a>
<a class="m" href="index.html" style="text-decoration:none">Projects</a>
<a class="m" href="contact.html" style="text-decoration:none">Contact</a>
</v> </nav>
</td></tr>
</tbody></table>
<div>
</div>
<table width="80%">
<tbody><tr> <p align="justify"> <b> <i> <font color="venkat"> Principal Investigator </font> </i> </b> <br>
<td width="35%" valign="top">
<b> Dr. Soumyadev Maity </b> <br>
Department of Information Technology<br>
Computer Centre - 3 (CC-3)<br>
Indian Institute of Information Technology, Allahabad<br>
Jhalwa, Prayagraj,<br>
Uttar Pradesh - 211015<br>
India.<br>
E-Mail: <b>[email protected] </b><br>
Phone: +91-7379437887
</td>
</tr></tbody></table>
<br>
<table width="80%">
<tbody> <tr><p align="justify"> <b> <i> <font color="venkat"> Project Manager </font> </i> </b> <br>
<td>
<b> Mr. Junaid Alam </b> <br>
E-Mail: <b>[email protected] </b> <br>
Phone: +91-7017031015
</td>
</tr></tbody></table>
<br> <footer>
<table>
<tbody><tr>
<td width="100%">
<center>
<samp>Developed & Maintained by Fog-CPS Security Lab @ <a href="http://iiita.ac.in">IIIT-A</a> | All rights reserved. For any suggestion or queries write to pro.junaid[at]iiita[dot]ac[dot]in.
</samp>
<center>
</center></center></td>
</tr>
</tbody></table>
</footer>
</body>
</html>