forked from enigmatic241/eCell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
216 lines (143 loc) · 8.66 KB
/
about-us.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About Us | E-CELL IIIT Lucknow</title>
<meta name="keywords" content="html, css, twitter bootstrap, javascript, jquery, responsive, e cell, e-cell, lucknow, IIITL">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!-- <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> -->
<script src="https://kit.fontawesome.com/bdee93272c.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/logo.png">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<link href="assets/css/colors.css" rel="stylesheet">
</head>
<body>
<header id="masthead" class="site-header" data-anchor-target=".hero" data-top="background: rgba(59,58,54,0); border-bottom-color: rgba(226,226,226,0);" data-top-bottom="background: rgba(59,58,54,1); border-bottom-color: rgba(226,226,226,1);">
<nav id="primary-navigation" class="site-navigation">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="site-title yellow-text"><img src="assets/img/E-cell-Bird.png" class="site-logo"></a>
</div>
<div class="main-menu" id="perfect-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="right-nav-links"><a href="index.html">Home</a></li>
<li class="active right-nav-links"><a href="about-us.html">About Us</a></li>
<li class="right-nav-links"><a href="teams.html">Teams</a></li>
<li class="right-nav-links"><a href="https://ecell-iiitl.github.io/Start-the-buckup/" target="_blank">Events</a></li>
<li class="right-nav-links"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="hero hero-max-720 hero-about-us background-overlay">
<div class="hero-text">
<h1 class="white-text">Why Choose US?</h1>
</div>
<div class="hero-arrow">
<a class="scrollTo" href="#"><i class="fa fa-angle-down" aria-hidden="true"></i></a>
</div>
</div>
<main id="main" class="site-main">
<section class="site-section-small section-who-we-are">
<div class="container-fluid">
<h2 class="section-title text-center pb-50">Who We Are?</h2>
<hr class="custom-hr">
<div class="row">
<div class="col container-fluid-custom">
<p class="section-text">Entrepreneurship Cell (E-Cell) is a non-profit organisation run by the students of IIIT Lucknow. We create awareness
among students about Entrepreneurship through our various programs like workshops, speaker sessions and other such events. We support the upcoming Entrepreneurs by providing them necessary resources such mentors, consultancy, seed fund and networking.</p>
</div>
</div>
</div>
</section>
<section class="section-we-are-creative">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6 hidden-xs">
<img class="img-carousel" src="assets/img/we-are-creative.jpg" alt="We are creative">
</div>
<div class="col-sm-6 project gradient yellow-bg">
<div class="project-content">
<h3 class="section-title">We are creative professionals.</h3>
<br>
<p class="small-title mb-30">You are limited only and only by the limitations
of your own mind. Just believe in destiny/gut/whatever and do what you believe.
</p>
<a href="./contact.html" class="white-text">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
<section class="social-networks">
<div class="container-fluid">
<div class="row">
<a class="white-text black-bg twitter-bg" href="#" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a class="white-text gray-bg facebook-bg" href="https://www.facebook.com/ecelliiitl/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a class="white-text black-bg google-plus-bg" href="mailto:ecell@iiitl.ac.in" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a class="white-text gray-bg linkedin-bg" href="https://www.linkedin.com/company/e-cell-iiit-lucknow/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</section>
</main>
<footer id="colophon" class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-xs-6">
<div class="mb-xs-20">
<a href="index.html" class="site-title yellow-text"><img src="assets/img/eCell-Logo.png" class="footer-logo"></a>
<p class="mb-0"></p>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="mb-xs-20">
<h4 class="small-title">Get in touch</h4>
<ul class="list-unstyled">
<li>Phone: <a href="tel:+919161994909">+91-9161994909</a></li>
<li>Email: <a href="mailto:ecell@iiitl.ac.in">ecell@iiitl.ac.in</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="mb-xs-20">
<h4 class="small-title">Important Links</h4>
<ul class="list-unstyled">
<li><a href="about-us.html">About Us</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="mb-xs-20">
<h4 class="small-title">Location</h4>
<ul class="list-unstyled">
<li>IIIT LUCKNOW</li>
<li>Mastemau, Lucknow</li>
<li>Uttar Pradesh 226002</li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright">
<p>© E-CELL IIIT LUCKNOW | Made with <font style="color:red">♥</font> by <a href="teams.html#web-team" class="yellow-text">WEB
TEAM</a></p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.slicknav.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/touchswipe.min.js"></script>
<script src="assets/js/skrollr.min.js"></script>
<script src="assets/js/jquery.countTo.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>