-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.html
145 lines (140 loc) · 5.09 KB
/
404.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Enactus JMI | 404 Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-control" content="max-age=86400">
<meta name="theme-color" content="#ffc437">
<meta name="description" content="Enactus is an international non-profit organization that nurtures managerial skills of students. It channelizes the energy of these future leaders towards constructing innovative business models that improve the quality of life and standard of living of the people in need. Enactus creates and implements community empowerment projects around the globe. The experience not only transforms lives, but also helps students develop the skills that are essential in this challenging, corporate world.
Enactus is now collaborating with Jamia Millia Islamia University to expand this network across the globe." />
<meta name="keywords" content="Enactus,Enactus Jmi,Enactus India,JMI,Enactus Jamia Millia Islamia,Vasudha,Aarogyam" />
<link rel="shortcut icon" href="images/favicon.ico" />
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<!--webfont-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<!----font-Awesome----->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!----font-Awesome----->
<!------ light-box-script ----->
<script async src="js/jquery.chocolat.js"></script>
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
$(function() {
$('.about-grid a').Chocolat({
linkImages: false
});
});
</script>
<!------ light-box-script ----->
<!-- google-analytics -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-76814343-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="header_about"> </div>
<div class="header-home">
<div class="fixed-header">
<div class="logo">
<a href="index.html">
<span class="main"><img src="images/enact2.svg" alt="Enactus logo" class="img1" /></span>
<span class="secondary">Enactus JMI</span>
</a>
</div>
<div class="top-nav">
<span class="menu"> </span>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- script-nav -->
<script>
$("span.menu").click(function() {
$(".top-nav ul").slideToggle(500, function() {});
});
</script>
<!-- //script-nav -->
</div>
<div class="clearfix"> </div>
</div>
</div>
<!--script-->
<script>
$(document).ready(function() {
$(".top-nav li a").click(function() {
$(this).parent().addClass("active");
$(this).parent().siblings().removeClass("active");
});
});
</script>
<!-- script-for sticky-nav -->
<script>
$(document).ready(function() {
var navoffeset = $(".header-home").offset().top;
$(window).scroll(function() {
var scrollpos = $(window).scrollTop();
if (scrollpos >= navoffeset) {
$(".header-home").addClass("fixed");
} else {
$(".header-home").removeClass("fixed");
}
});
});
</script>
<div class="grid_1 action_section">
<div class="container">
<div style="margin-top:30px;" class="jumbotron bg-danger">
<h1>Oops! <br>404 ERROR!</h1>
<p class="lead">This page does not exist. Let us help you get back to our site.</p>
<p><a class="btn btn-lg btn-success" href="index.html" role="button">Home</a></p>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer_top">
<div class="col-sm-3">
<ul class="socials">
<li><a href="https://www.facebook.com/EnactusJMI/"><i class="fa fb fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/enactusjmi/"><i class="fa tw fa-instagram"></i></a></li>
</ul>
<ul class="list2">
<li><strong class="phone">+91 9650909917<br>+91 9999001211</strong>
<br><small>Mon - Sat / 9.00AM - 06.00PM</small></li>
<li>Questions? <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</body>
</html>