-
Notifications
You must be signed in to change notification settings - Fork 0
/
headfoot.html
113 lines (98 loc) · 4.23 KB
/
headfoot.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
<!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">
<link rel="icon" href="images/logo.png" type="image/png" sizes="16x16">
<title>ICSPR | JECRC</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="homepage">
<header id="header">
<div class="banner">
<div class="conference-name">
<h1>International Conference
On SMART GRID, POWER ELECTRONICS AND RENEWABLE ENERGY‐2019</h1>
<h3>JECRC Foundation, Jaipur, Rajasthan</h3>
</div>
<div class="conference-img">
<div>
<p style="color: red">Organised By :</p>
</div>
<div class="organised">
<img class="imgb" align="center" src="images/jc.png">
<img class="JECRC" src="http://www.jecrcfoundation.com/images/logo.jpg">
<img class="ICSPR" src="images/ICSPR.png">
<!-- <img class="CSI" src="images/CSI.png"> -->
<!-- <img class="ACM" src="images/ACM.png"> -->
</div>
</div>
</div>
</div>
<nav class="navbar navbar-inverse" data-spy="affix" data-offset-top="173.5" role="banner">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li ><a href="/">Home</a></li>
<li class="active" ><a href="index.html">About Conference</a></li>
<li class="dropdown"><a >Author's Panel <span class="caret"></span> </a>
<div class="dropdown-content">
<a href="registration.html">Registration</a>
<a href="submission.html">Submission</a>
<a href="guidelines.html">Author Guidelines</a>
<a href="schedule.html">Tentative Schedule</a>
</div>
</li>
<li><a href="callforpapers.html">Call for papers</a></li>
<li><a href="tracks.html">Tracks</a></li>
<li><a href="dates.html">Important Dates</a></li>
<li><a href="speakers.html">Keynote Speakers</a></li>
<li><a href="venue.html">Venue</a></li>
<li><a href="Committee.html">Committee</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</div><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<!-- code goes here...... -->
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2019 <a target="_blank" href="http://jecrcfoundation.com/" >JECRC</a>. All Rights Reserved.
</div>
<div class="col-sm-6">
Designed and Developed by DEPARTMENT of INFORMATION TECHNOLOGY.
</div>
</div>
</div>
</footer><!--/#footer-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>