forked from teamenactusjmi/teamenactusjmi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
151 lines (146 loc) · 6.17 KB
/
services.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
146
147
148
149
150
151
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Enactus JMI | Projects</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 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 class="active"><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>
<!-- /script-for sticky-nav -->
<!--//header-->
<div class="grid_2">
<div class="container">
<h3 class="head_1 wow rotateInUpLeft" data-wow-delay="0.4s">Our Projects</h3>
<div class="col-sm-4 box_6 wow rotateInDownLeft " data-wow-delay="0.4s">
<a href="vasudha.html"><img src="images/pic1.jpg" class="img-responsive" alt=""/></a>
<div class="desc">
<h4>PROJECT VASUDHA</h4>
<p>Sheetal hoga kann kann vasudha ke sparsh se</p>
<div class="more"><a href="vasudha.html"><img src="images/more.png" alt=""></a></div>
</div>
</div>
<div class="col-sm-4 box_6 wow lightSpeedIn" data-wow-delay="0.4s">
<a href="aarogyam.html"><img src="images/pic2.jpg" class="img-responsive" alt=""/></a>
<div class="desc">
<h4>PROJECT AAROGYAM</h4>
<p>Zarre zarre ki pavitrata ka ehsaas hoga Aarogyam ke saath</p>
<div class="more"><a href="aarogyam.html"><img src="images/more.png" alt=""></a></div>
</div>
</div>
<div class="col-sm-4 box_6 wow rotateIn " data-wow-delay="0.4s">
<a href="chetna.html"><img src="images/pic3.jpg" class="img-responsive" alt=""/></a>
<div class="desc">
<h4>CHETNA</h4>
<p>An awareness programme</p>
<div class="more"><a href="chetna.html"><img src="images/more.png" alt=""></a></div>
</div>
</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>