-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.aspx
80 lines (79 loc) · 4.28 KB
/
about.aspx
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="about.aspx.cs" Inherits="MyBlog.about"
MasterPageFile="~/Master.Master" %>
<asp:Content runat="server" ContentPlaceHolderID="head">
<link href="Style/slider.css" rel="stylesheet" type="text/css" />
</asp:Content>
<asp:Content runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<hr class="colorgraph">
</div>
</div>
<div class="row">
<div class="col-sm-3">
<img src="Images/download.jpg" />
</div>
<div class="col-sm-9">
<h3 style="font-weight: bold">
Vision
</h3>
<p style="text-align: justify">
We believe that entrepreneurship is the key that can unlock India's latent inventive
potential. It will not only push India to the forefront of the world but also help
raise the quality of life in the country.
</p>
<p style="text-align: justify">
With this belief The Entrepreneurship Cell, IIT Bombay targets to help in the development
of India's entrepreneurial ecosystem by enabling easy and efficient interaction
between it's major components spanning students, working professionals, aspiring
and existing entrepreneurs, mentors, angel investors, venture capital firms and
corporates through initiatives like interactive sessions, competitions, conferences
et al.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<hr class="colorgraph">
</div>
</div>
<div class="row">
<div class="col-sm-3">
<img src="Images/achievements.png" />
</div>
<div class="col-sm-9">
<h3 style="font-weight: bold">
Achievements
</h3>
<p style="text-align: justify">
Ecell, through its activities and competitions, has served as the guiding torch
to many individuals to start their own ventures. 16 years of unprecedented work
and planning has led to Ecell being recognized as the Leading Entrepreneurship Promoting
Student Organization in the country by the "NEN Achievement Awards" instituted by
the Wadhwani Foundation and felicitated at TiECon 2005. Continuing the tradition
to make everything we do, the best possible, we have been successful in making Eureka!
E-cell's B-Plan competition, Asia's largest in 2001. Proof of our claims was verified
by CNN, which recognized Eureka! as E-cell's largest business plan competition in
2001 and by Thomson Reuters in 2010.
</p>
<p style="text-align: justify">
Through our initiative National Entrepreneurship Challenge we helped around 1000
colleges to open their own Entrepreneurship cell aiming to promote entrepreneurship
across the nation and successfully established 150+ E-Cells in about 80 cities.
E-Summit, the yearly flagship event supported by UNESCO and Make in india initiative
brings together the leading entrepreneurs of the world and Enthusiasts catering
about 20,000 attendees both students and professionals. Some eminent personalities
who have been a part of the E-Summit in the past are: Mr. Travis Kalanick (Founder
& CEO Uber), Sachin Bansal( Co-founder & Executive chairman, Flipkart) Mr. Nandan
Nilekani (Co-founder, Infosys), Dr. Werner Vogels, (CTO, Amazon.com)
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<hr class="colorgraph">
</div>
</div>
</div>
</asp:Content>