-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (127 loc) · 6.13 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
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
<!DOCTYPE html>
<html>
<head>
<title>E-Cell JUET</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/edc.png" type="image/png" >
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- link to Bootstrap minified css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- link to Jquery minified-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- link to Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- link to external CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<meta content="text/html; charset=iso-8859-2" http-equiv="Content-Type">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body >
<nav class="nav navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavBar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand">Entrepreneurship Development Cell</a>
</div>
<div class="collapse navbar-collapse" id="mynavBar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a href="https://www.juet.ac.in/"><span class="glyphicon glyphicon-grain"></span> University</a></li>
<li><a href="#mv"><span class="glyphicon glyphicon-tower"></span> Mission & Vision</a></li>
<li><a href="team.html"><span class="glyphicon glyphicon-flash"></span> Team EDC</a></li>
<li><a href="event.html"><span class="glyphicon glyphicon-camera"></span> Event Gallery</a></li>
<li><a href="help.html"><span class="glyphicon glyphicon-phone-alt"></span> Help Desk</a></li>
<!-- <li><a href="contact.html"><span class="glyphicon glyphicon-phone-alt"></span> Contacts</a></li> -->
</ul>
</div>
</div>
</nav>
<div id="banner-image">
<div class="container">
<div id="banner_content">
<h1>Welcome to Entrepreneurship Development Cell</h1>
<p>Where entrepreneurship starts defining!!</p>
<a href="index.html">
<center>
<img src="images/edc.png" height=30% width=30%></center>
</a>
<p><b>E-Cell JUET</b></p>
</div>
</div>
</div>
<div class ="content">
<center>
<div class = "head">About Us</div>
EDC (Entrepreneurship Development Cell) was established on 7th March 2016 with a
vision to bridge the gap between Industry and acdemics. Entrepreneurship Devlopment Cell(EDC),
is initiated to promote entrepreneurship culture among the students by organizing
entrepreneurship awareness camps. Business Plan Competition: "face to face" students-to-entrepreneurs
programmes, guest lectures by succesful entrepreneurs, faculty development programmes,
thereby sensitize the students and faculty members in the college regarding the importance
of entrepreneurship in real life and economic development of the country.
</center>
</div>
<!-- -->
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images/img1.jpg" alt="Los Angeles" style="width:100%;">
</div>
<div class="item">
<img src="images/img2.jpg" alt="Chicago" style="width:100%;">
</div>
<div class="item">
<img src="images/img3.jpg" alt="New york" style="width:100%;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- -->
<div class ="content1">
<div id="mv" style="text-decoration:none;">
<center>
<div class = "head1">Mission & Vision</div>
<div class = "head2">Mission:</div>
<ul>
<li>Inculcating a culture of innovation and an entrepreneurial spirit on the campus, through various activities and campaigns.
<li>Serving as a catalyst for entrepreneurship at JUET by supporting and incubating entrepreneurial ideas.
<li>Creating a strong foundation of academic learning in the field of entrepreneurship not only to acquaint students with concepts but also with the application of the same.
</ul>
<div class = "head2">Vision:</div>
To prepare next generation of Entrepreneurs who would contribute to the Economic and Social Development of India.
</center></div>
</div>
<!-- -->
<footer>
<div class="container">
<b>Get in Touch</b><br>Through following links<br>
<a href="https://www.facebook.com/edcjuet/" class="fa fa-facebook" alt="E-Cell facebook"></a>
<a href="#" class="fa fa-linkedin" alt="E-Cell linkedin"></a>
<a href="https://www.instagram.com/edc_juet/" class="fa fa-instagram" alt="E-Cell instagram"></a><br>
<span class="glyphicon glyphicon-copyright-mark"></span> Team EDC<br> Developed by:Shrey Nigam(Team EDC)
</div>
</footer>
</body>
</html>