-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·101 lines (96 loc) · 4.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Subhrendu</title>
<meta charset="UTF-8">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta name="google-site-verification" content="NyurXBZy08iM4zKLYo_2I8-GyX0CW2K7fSqB63u2zJc" />
<!------------------------------------------------>
<link rel="stylesheet" type="text/css" href="css/css1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<script type="text/javascript" src="js/js1.js"></script>
<script type="text/javascript" src="js/jquery-3.6.1.js"></script>
<!--script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script-->
<!--script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script-->
<!--script src="js/jquery-3.6.1.slim.min.js"></script-->
<script type="text/javascript">
if (screen.width <= 720) {
window.location = "msite.html";
}
</script>
</head>
<!------------------------------------------------------------------------------------------->
<body>
<div class="sidenav" style="background-image: url('imgs/3dnetwork.jpg');">
<img src="imgs/Subhrendu.jpg" alt="Subhrendu's Photo">
<a href="#about">About</a>
<a href="#academics">Academics</a>
<a href="#publications">Publication</a>
<a href="#people">People</a>
<a href="#others">Others</a>
<a href="https://subhrendu1987.github.io/photoslide/gallery.html">Gallery</a>
<a href="#contact">Contact</a>
<br><br><br>
<a href="https://subhrendu1987.github.io/course/index.html">Courses</a>
<br><br><br>
<a style="font-size: 8px" href="https://subhrendu1987.github.io/redirection/">ShortLinks</a>
<a style="font-size: 8px" href="sitemap.xml">Sitemap</a>
</div>
<!------------------------------------------------------------------------------>
<div class="main">
<script>
$(document).ready(function(){
$('#about').load("basic_pages/about.html");
});
</script><div id="about"></div>
<!--------------------------------------------------------------------->
<script>
$(document).ready(function(){
$('#academics').load("basic_pages/academics.html");
});
</script><div id="academics"></div>
<!---------------------------------------------------------------------->
<script>
$(document).ready(function(){
$('#publications').load("basic_pages/publications.html");
});
</script><div id="publications"></div>
<!--------------------------------------------------------------------->
<!--script>
$(document).ready(function(){
$('#pubsummary').load("pub/Charts/ChartData.html");
});
</script><div id="pubsummary"></div-->
<!------------------------------------------------------------------->
<script>
$(document).ready(function(){
$('#people').load("basic_pages/people.html");
});
</script><div id="people"></div>
<!--------------------------------------------------------------------->
<script>
$(document).ready(function(){
$('#others').load("basic_pages/others.html");
});
</script><div id="others"></div>
<!--------------------------------------------------------------------->
<script>
$(document).ready(function(){
$('#contact').load("basic_pages/contact.html");
});
</script><div id="contact"></div>
<!--------------------------------------------------------------------->
</div>
<!------------------------------------------------------------------------->
<footer class="main">
<!--Last Modified on 02/11/2019 02:56:17| Copyright © 2013 - All Rights Reserved by Subhrendu-->
</footer>
<script type="text/javascript">
var x = document.lastModified;
$('footer').html("Last Modified on "+x+" | Copyright © 2013 - Present. All Rights Reserved by Dr. Subhrendu Chattopadhyay");
</script>
</body>
</html>