-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (129 loc) · 5.52 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"></script>
<meta charset="utf-8">
<title>
E-Cell@JUET
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header of website layout -->
<div class = "header">
<center>
<img src="images/edc.png"alt="E-Cell@JUET" >
<b>Entrepreneurship Development Cell</b>
</center>
</div>
<div class="logo"><center style = "font-size:200%;">
<a class="logo" href="http://www.juet.ac.in/" title="JAYPEE UNIVERSITY OF ENGINEERING AND TECHNOLOGY">
<img src="images/logo2.jpg" alt="JAYPEE UNIVERSITY OF ENGINEERING AND TECHNOLOGY" align="center" style="width: 90%"></a>
</center> </div>
<!-- nevigation menu for website layout -->
<div class = "nav_menu">
<a href = "index.html">Home</a>
<a href = "http://www.juet.ac.in/">University</a>
<a href = "#mv">Mission & Vision</a>
<a href = "team.html">Team EDC</a>
<a href = "help.html">E-Cell Help Desk</a>
<!-- <a href = "#git">Get in Touch</a> -->
<a href = "contact.html">Contacts</a>
</div>
<!-- website body -->
<div class="body">
<p><u><b>WELCOME TO E-CELL JUET</b></u></p></div>
<div class="body1"><center>Where entrepreneurship starts defining!!</center>
</div>
<article class="info">
<div class ="content">
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.
</div>
<!-- image gallery -->
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="images/img1.jpg" style="width:100%">
<!-- <div class="text">Caption Text</div> -->
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="images/img2.jpg" style="width:100%">
<!-- <div class="text">Caption Two</div> -->
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="images/img3.jpg" style="width:100%">
<!-- <div class="text">Caption Three</div> -->
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<script>
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script><br><br>
<a name="mv">
<div class="base1"><b>Mission & Vision</b><br></div>
<div class="base2"><b><u>Mission:</u></b></div>
<div class="basecontent">
<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><br></div>
<div class="base3">
<b><u>Vision:</u></b></div>
<div class="basecontent1">
To prepare next generation of Entrepreneurs who would contribute to the Economic and Social Development of India.</div>
</div></a><br><br>
<a name="git">
<div class="footer" style="margin-bottom: 0">
<font size ="5" color="white">
<b>Get in touch</b></font><br>
<font size ="4" color="white">Through following links</font><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><br>
<font size ="4" color="white">© Team EDC</font><br><br>
<font size ="4" color="white">Developed by:Shrey Nigam</font><br>
<font size ="4" color="white">(Team EDC)</font>
</div></a>
</body>
</html>