-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
65 lines (49 loc) · 2.49 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<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="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'>
<script src="https://kit.fontawesome.com/bdee93272c.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/E-cell-logo.png">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/about.css" rel="stylesheet">
</head>
<body id="about_body">
<a class="header--logo" href="index.html">
<img src="assets/img/E-cell-logo.png" alt="Ecell logo">
<p>E-cell</p>
</a>
<section class="site-section-small">
<div>
<h2 class="section-title">Who We Are?</h2>
<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>
<div>
<h2 class="section-title">Our Vision</h2>
<div class="row">
<div class="col container-fluid-custom">
<p class="section-text">We at E-Cell IIIT Lucknow believe in creating an entrepreneurial ecosystem for creative minds to convert spark of their ideas into a wildfire that can impact the world.</p>
</div>
</div>
</div>
<div>
<h2 class="section-title">Our Mission</h2>
<div class="row">
<div class="col container-fluid-custom">
<p class="section-text">We aim to promote inventive and creative solutions. To act as a simple and effective bridge between the vital components, the students,the entrepreneurs and the investors.</p>
</div>
</div>
</div>
</section>
</body>
</html>