-
Notifications
You must be signed in to change notification settings - Fork 4
/
fin.php
executable file
·59 lines (50 loc) · 2.28 KB
/
fin.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-signin-client_id" content="307712715810-5gqv439ef8l9hmmod3ggpbdplcc7t7gq.apps.googleusercontent.com">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Team .EXE is the technical team of Computer Science & Engineering Department for technical fest NIMBUS at NIT Hamirpur.">
<meta name="author" content="Team .EXE">
<link rel="icon" href="images/title.png">
<title>Members - Team .EXE</title>
<?php
include_once('stylesheets.php');
?>
</head>
<body>
<?php
include_once('header.php');
include_once('navigation.php');
?>
</div>
<section class="company-description">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInLeft" data-wow-delay=".3s" >
<img src="images/naveenchauhan.jpg" style="float: left; width: 50%;">
</div>
<div class="col-md-6">
<div class="block">
<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s" data-wow-duration="500ms">Faculty Coordinator</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Dr. Naveen Chauhan<br/>Assistant Professor, Ph.D. (Computer Science & Engineering)<br/>[email protected]
</p>
<p class="wow fadeInUp" data-wow-delay=".7s" data-wow-duration="500ms">
<a href="http://cse.nith.ac.in/csed/Faculty.aspx" target="_blank">more info.</a>
</p>
</div>
</div>
</div>
</div>
</section>
<center>
<iframe id="fram" src="members/final.php" ></iframe>
</center>
<?php
include_once('footer.php');
?>
</body>
</html>