-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
254 lines (192 loc) · 11.2 KB
/
about.html
File metadata and controls
254 lines (192 loc) · 11.2 KB
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178464387-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178464387-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<meta name="description" content="Official webiste of E-Cell DTU">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"/>
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="shortcut icon" href="image/logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" type="text/css"/>
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="css pages/swiper.min.css">
<link rel="stylesheet" href="css pages/about.css">
<link rel="stylesheet" href="css pages/index.css">
</head>
<body>
<!----------------------------------------------navbar----------------------------------------------------------------------->
<!---------------------------------------------navbar large-------------------------------------------------------------->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<a class="navbar-brand pl-3" href="#">
<img src="image/ecelltext.png" class="logoimg" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-md-auto mr-5 text-capitalize ">
<li class="nav-item ml-0 pl-0 px-2">
<a class="nav-link" href="index.html#firstvphp">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item px-2">
<a class="nav-link active" href="about.html">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item px-2">
<a class="nav-link " href="initiatives.html">Initiatives</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="esummit.html">E-Summit</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="sw.html">SW</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="social.html">Social</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="https://anchor.fm/entrepreneurship-cell-dtu">Podcast</a>
</li>
<li class="nav-item dropdown px-2">
<a class="nav-link dropdown-toggle" href="index.html#testvphp" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Message
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.html#testvphp">Testimonials</a>
<a class="dropdown-item" href="message.html">Faculty</a>
</div>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="index.html#contactformvphp">Contact</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="">Reports</a>
</li>
<li class="nav-item dropdown px-2">
<a class="nav-link dropdown-toggle" href="team.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Team
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="team.html">Our Team</a>
<a class="dropdown-item" href="pastMembers.html">Past Members</a>
</div>
</li>
</ul>
</div>
</nav>
<!---------------------------------------------navbar small-------------------------------------------------------------->
<nav class="navbarsm">
<a class="navbar-brand" href="#">
<img src="image/ecelltext.png" class="logoimgsm " a="logo">
</a>
</nav>
<div class="sidebar" id="sidebar">
<div class="toggle" onclick="toggle_div()"></div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="initiative.html">Initiatives</a></li>
<li><a href="esummit.html">E-Summit</a></li>
<li><a href="sw.html">SW</a></li>
<li><a href="social.html">Social</a></li>
<li><a href="https://anchor.fm/entrepreneurship-cell-dtu">Podcast</a></li>
<li><a href="index.html#testvphp">Testimonial</a></li>
<li><a href="index.html#contactformvphp">Contact</a></li>
<li><a href="/reports.html">Reports</a></li>
<li><a href="message.html">Message</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="pastMembers.html">Past Members</a></li>
</ul>
</div>
<!------------------------------------------------------------About------------------------------------------------------------------>
<div class="abfirstvp">
<div id="container">
<div class="section1"aa
<div class="abimg" style="background-image: url(../image/team2018.jpg);background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 70vh; display:flex; align-items:center; justify-content:center;"><h1 class="abhead">Who Are <b class="underlin">We</b> </h1></div>
<div class="content">
<div class="text">
<p>We are a team of enthusiastic individuals striving to create a change in the society. We aim to cultivate an entrepreneurial ecosystem. We aim to bridge the gap between theoretical knowledge and practical applications of contemporary ideas. E-Cell DTU acts as an outlet for entrepreneurial thought process, zeal and energy in order to transform ordinary minds into dynamic young individuals.</p>
</div>
</div>
</div>
<div class="section2">
<div class="abimg" style="background-image: url(../image/oat.jpg);background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 70vh;"><h1 class="abhead">Our <b class="underlin">Aim</b></h1></div>
<div class="content">
<div class="text">
<p>We at E-Cell DTU bring practicality into existence. We host several seminars, workshops, Techstars Startup Weekend, North India's largest entrepreneurship summit, and various online/offline initiatives such as QuarIntern, InternDTU, and DTU Connect so as to give students the right exposure to the business-related and entrepreneurial world. Our aim is to leverage and maximize the potential of young individuals and prepare them to become future leaders. </p>
</div>
</div>
</div>
<div class="section3">
<div class="abimg" style="background-image: url(../image/swimage/image26.jpg);background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 70vh;"><h1 class="abhead"><b class="underlin"> Establishment</b> </h1></div>
<div class="content">
<div class="text">
<p>E-Cell DTU was established in the year 2008 by former Chief Minister Ms. Sheila Dixit, with an attempt to foster the spirit of entrepreneurship amongst young individuals. We have come a long way and myriad milestones are yet to be achieved. </p>
</div>
</div>
</div>
<div class="section4">
<div class="abimg" style="background-image: url(../image/swimage/image27.jpeg);background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 70vh;"><h1 class="abhead">Plan of <b class="underlin"> Action</b> </h1></div>
<div class="content">
<div class="text">
<p>The idea behind this initiative was to become a job creator rather than a seeker. E-Cell actively hosts innumerous events and acts as a catalyst between young minds and brilliant ideas by providing an efficacious networking platform by promoting innovative and independent thinking. </p>
</div>
</div>
</div>
</div>
</div>
<footer><div class="footer-wrapper">
<div class="single-footer">
<img src="image/ecelltext.png" class="footlogo">
<p>Entrepreneurship Cell<br>
Delhi Technological University<br>
(Formerly Delhi College of Engineering)</p>
</div>
<div class="single-footer">
<h4>NAVIGATION</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#sixthvphp">E-Summit</a></li>
<li><a href="index.html#seventhvphp">SW</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</div>
<div class="single-footer">
<h4>CONTACT US</h4>
<ul>
<li><a href="mailto:info@ecelldtu.in">info@ecelldtu.in</a></li>
<li><a href="#">Delhi Technological University </a></li>
<li><a href="#">Shahbad Daulatpur, Main Bawana Road, Delhi-110042</a></li>
<li><a href="tel:9871500839 ">+91 9871500839</a></li>
<li><a href="tel:9711086593">+91 9711086593</a></li>
</ul>
</div>
<div class="single-footer">
<h4 style="margin-top:0">SOCIALS</h4>
<a href="https://www.linkedin.com/company/ecelldtu/" target="_blank"><img src="image/linkedin logo.jpg" class="socialimg link grow glow"></a>
<a href="https://www.instagram.com/ecelldtu/" target="_blank"><img src="image/instagram logo.jpg" class="socialimg link grow glow" ></a>
<a href="https://twitter.com/ecelldtu?lang=en" target="_blank"><img src="image/twitter logo.png" class="socialimg link grow glow"></a>
<a href="https://www.facebook.com/ECellDTU/" target="_blank"><img src="image/facebook logo.png" class="socialimg link grow glow"></a>
<a href="https://www.youtube.com/user/ecelldtu" target="_blank"><img src="image/youtube logo.png" class="socialimg link grow glow"></a>
<a href="https://www.quora.com/q/utucvggigaejekxt" target="_blank"><img src="image/quora logo.png" class="socialimg link grow glow"></a>
</div>
</div>
<hr style="background-color: #f3f4f69a;"><div class="bottomline">
<div class="crypt"> © 2020 E-Cell DTU. All Rights Reserved</div><div class="desby"> <a href="thev.html">Meet The Developers </a></div></div>
</footer>
<!-- ------script for chat bot-------- -->
<script src="//code.tidio.co/8rlwtx9ex9jcgkwhedb1wqkkaosclsxp.js" async></script>
<script src="js pages/home.js" type="text/javascript">
</script>
</body>
</html>