-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmessage.html
More file actions
271 lines (196 loc) · 11.9 KB
/
message.html
File metadata and controls
271 lines (196 loc) · 11.9 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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<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"/>
<title>Faculty Message</title>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link href="css pages/home1.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="css pages/home.css" type="text/css">
<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="shortcut icon" href="image/logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"/>
<link rel="stylesheet" href="css pages/message.css">
<link rel="stylesheet" href="css pages/index.css">
</head>
<body class="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 " 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 active 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 active" 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.html">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#firstvphp">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="initiatives.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</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="pastMembers.html">Past Members</a></li>
</ul>
</div>
<!-- -------------------------------------------faculty message----------------------------------------- -->
<div class="facmsg" style="margin:2px;">
<section>
<div class="msgcont">
<img src="image/vc.jpg" alt="">
<div class="msgtext">
<h2>Dr. Yogesh Singh</h2>
<h3>Vice Chancellor, DTU</h3>
<p>Delhi Technological University has been one of India’s most sought after and high ranking universities since time immemorial. With over 75 years of legacy behind, DTU has forever held it’s own as an institute of great imminence and repute.
Entrepreneurship Cell, Delhi Technological University was started in the year 2008 with an aim to bring together the entrepreneurial passions to converge on a common platform.
Since its nascence in 2008, E-Cell has worked much past its limits to bring forth the entrepreneurial dwelling within students from various walks of life. To achieve its goal to provide efficacious platform for networking and interaction, E-Cell has been organizing an array of events.
Startup Weekend and E-Summit being the two major events held by the society every year promote the spirit of entrepreneurship and of treading the road not taken. These events have become global as they not only attract crowds from the university itself but also from educational institutions all over the country.
I wish E-Cell DTU keeps up the momentum in the coming years and keeps on encouraging students to tap into their entrepreneurial spirit. I wish E-Cell DTU all the very best.
</p>
</div>
</div>
</section>
<section>
<div class="msgcont">
<img src="image/tripathi.jpg" alt="">
<div class="msgtext">
<h2>Prof. M. M. Tripathi</h2>
<h3>Faculty Advisor, E-CELL DTU</h3>
<p>E-Cell DTU envisions a society of self motivated individuals kernelled with constructive and intense entrepreneurial drive. We firmly believe that emerging economies like India need the drive and innovation of young entrepreneurs. E-Cell DTU, since its inception in 2008 has been organizing the Entrepreneurship Summit every year to celebrate this Spirit of Entrepreneurship. We have emerged as a common platform for interaction among angel investors, venture capitalists, professionals, mentors and aspiring entrepreneurs. By providing substantial business opportunities to creative minds, we make them ready to break the shackles and take up the challenges of 21st century’s globalized world business. As we believe that entrepreneurship will not only push India to the forefront of the world but also help ameliorate the quality of life in the country.
</p>
</div>
</div>
</section>
</div>
<!-------------------------------------------------------FOOTER--------------------------------------------->
<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>
<!------------------------------------------------------------Java Script--------------------------------------------------------------------->
<!-- Swiper JS -->
<script src="/js pages/swiper.min.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Initialize Swiper -->
<script src="js pages/home.js" type="text/javascript">
</script>
<script src="js pages/scroll-out.js"></script>
<script type="text/javascript">
ScrollOut({
targets: 'h2,h3,p,img'
})
</script>
<!-- ------script for chat bot-------- -->
<script src="//code.tidio.co/8rlwtx9ex9jcgkwhedb1wqkkaosclsxp.js" async></script>
</body>
</html>