-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (201 loc) · 9.89 KB
/
index.html
File metadata and controls
216 lines (201 loc) · 9.89 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
---
layout: page
headerImg: header.svg
title: E-Cell IIIT-H
cardTitle: Demystifying Entrepreneurship
cardContent: At E-Cell, we aim to inspire university students to start their own ventures and dispel the many fears that surround starting one's own company.
---
<link type="text/css" href="{{site.baseurl}}/css/index.css" rel="stylesheet" />
<!-- {% include banner.html %} -->
<div class="container p-5">
<div class="row">
<div class="col text-center p-5">
<h1>About Us</h1>
</div>
</div>
<div class="row">
<div class="col col-lg-8 col-md-10 col-xs-11 mx-auto text-justified">
<p>
Entrepreneurship Cell, IIIT Hyderabad is a non-profit organization run by students, and has been
established with the objective of creating, manifesting and guiding the entrepreneurial spirit in the
student community and to encourage them to be successful entrepreneurs. We want to build an ecosystem
where networking and knowledge sharing can happen. To this end, we conduct several events, seminars and
workshops both for students of and beyond our college for the purpose of cultivating this
entrepreneurial spirit.
</p>
</div>
</div>
</div>
<div class="container pt-2 pb-5">
<div class="row">
<div class="col text-center">
<h1>Flagship Events</h1>
</div>
</div>
</div>
<div class="container-fluid tiles-container col-sm-12 col-md-11">
<div class="row tile-row tile-row-left row-megathon">
<div class="para col-md-8 para-left">
<h1 class="m-5 para-head">Megathon</h1>
<p class="m-5 para-text">
Started in 2016, Megathon is an ambitious hackathon organised by E-Cell IIIT Hyderabad with
the intention of promoting the spirit of entrepreneurship and development among the student community in
and around Hyderabad.
Every edition has been a growing success with the participation steadily increasing. In 2018, we had
around 1000 participants.
</p>
<div class="cta-btn-container">
<a href="https://megathon.in"><button class="m-5 btn palette-bg-green cta-btn">Explore</button></a>
</div>
</div>
<div class="image col-md-4 image-right">
<img class="img-fluid megathon-image"
src="{{ site.baseurl }}/assets/imgs/eventsimages/megathon-carousel-1.jpg" />
</div>
<div class="stats-display stats-display-megathon">
<h1>200+ ideas</h1>
<h1>1000+ participants</h1>
</div>
</div>
<div class="row tile-row tile-row-right row-fail">
<div class="image col-md-4 image-left">
<img class="img-fluid fail-image" src="{{ site.baseurl }}/assets/imgs/eventsimages/fail2025.webp" />
</div>
<div class="para col-md-8 para-right">
<h1 class="m-5 para-head">Fail?</h1>
<p class="m-5 para-text">
Fail? is a celebration of the moments we don't generally share: the moments of failure. Here, incredible
keynote speakers from diverse backgrounds will share their inspiring stories of setbacks, challenges,
and how they transformed failure into a stepping stone towards their ultimate success. The speaker panel
for the event consists of some of the most eminent and accomplished personalities in their respective
fields. The event has witnessed a large audience in its past 2 iterations.
</p>
<div class="cta-btn-container">
<a href="{{site.baseurl}}/fail"><button class="m-5 btn palette-bg-red cta-btn">Explore</button></a>
</div>
</div>
<div class="stats-display stats-display-fail">
<h1>300+ attendees</h1>
<h1> Full auditorium!</h1>
</div>
</div>
<div class="row tile-row tile-row-left row-startup">
<div class="para col-md-8 para-left">
<h1 class="m-5 para-head">Startup Aid</h1>
<p class="m-5 para-text">
Startup Aid is a 40-day sprint designed to cultivate entrepreneurial skills within the IIIT-H community.
The program takes participants through key aspects of launching a startup—ideation, market analysis,
prototyping, marketing, and pitching—through expert-led masterclasses, hands-on challenges, and a
mini-hackathon.
Participants don’t need a startup idea to join! The program starts with an ideation phase to help
participants identify real-world problems and develop solutions. Those with existing ideas can jump
straight into refining their business model and prototype. The journey concludes with a final pitch in
front of investors, where top teams compete for cash prizes, mentorship, and the winner secures an
opporunity to get incubated at CIE.
</p>
<div class="cta-btn-container">
<a href="{{site.baseurl}}/startup-aid">
<button class="m-5 btn palette-bg-blue cta-btn">Explore</button>
</a>
</div>
</div>
<div class="image col-md-4 image-right">
<img class="img-fluid startup-image" src="{{ site.baseurl }}/assets/imgs/eventsimages/startup_aid.jpg" />
</div>
<div class="stats-display stats-display-startup txt-green">
<h1>5 Teams Incubated!</h1>
<h1>130+ Team Applicants</h1>
</div>
</div>
<!-- this is necessary to keep container height contain all its rows -->
<div style="clear: both;"></div>
</div>
<!-- Contact Form by Jivitesh copied from contact-form-2 -->
<div class="container-fluid contact-us mt-5">
<div class="row">
<div class="col text-center p-5">
<h1>Contact Us</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 col-11 backbox">
<form action="https://formspree.io/f/xjvnyplb" method="POST">
<div class="form-group">
<label for="inp-name">Name</label>
<input type="text" name="name" class="form-control" id="inp-name" placeholder="Name">
</div>
<div class="form-group">
<label for="inp-email">Email address</label>
<input type="email" name="_replyto" class="form-control" id="inp-email" placeholder="Email">
</div>
<div class="form-group">
<label for="inp-subject">Subject</label>
<input name="subject" type="text" class="form-control" id="inp-subject" placeholder="Subject">
</div>
<div class="form-group">
<label for="inp-message">Message</label>
<textarea name="message" class="form-control" id="inp-message" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary" value="send">Submit</button>
<input type="hidden" name="_cc" value="ecell@iiit.ac.in" />
<input type="hidden" name="_next" value="{{site.baseurl}}" />
</form>
</div>
</div>
</div>
<div id="testimonial-parent">
<!-- id is necessary for carousel controls to work -->
<div id="testimonial-container" class="testimonial-container carousel slide" data-ride="carousel">
{% assign moniallist = site.data.testimonials %}
<ol class="carousel-indicators">
{% assign num = 0 %}
{% for testimonial in moniallist %}
{% assign class = nil %}
{% if num == 0 %}
{% assign class = "active" %}
{% endif %}
<li data-target="#testimonial-container" data-slide-to="{{num}}" class="{{class}}"></li>
{% assign num = num | plus:1 %}
{% endfor %}
</ol>
<div class="carousel-inner">
{% assign num = 0 %}
{% for testimonial in moniallist %}
{% assign class = nil %}
{% if num == 0 %}
{% assign class = "active" %}
{% endif %}
<div class="testimonial carousel-item {{class}}">
<div class="text">
{{testimonial.text}}
</div>
<div class="person-info">
<div class="profilepic">
<img src="assets/imgs/{{ testimonial.profilepic }}"
alt="Profile picture of {{ testimonial.name }}">
</div>
<div class="name">{{testimonial.name}}</div>
<div class="designation">{{testimonial.designation}}</div>
</div>
</div>
{% assign num = num | plus:1 %}
{% endfor %}
</div>
<a class="carousel-control-prev" href="#testimonial-container" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#testimonial-container" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<script>
ScrollReveal().reveal('.row', { delay: 200, easing: 'ease-in-out' });
ScrollReveal().reveal('.para', { delay: 250, easing: 'ease-in-out' });
ScrollReveal().reveal('.image', { delay: 300, easing: 'ease-in-out' });
ScrollReveal().reveal('.main-head', { delay: 200, easing: 'ease-in-out' });
ScrollReveal().reveal('.card', { delay: 250, easing: 'ease-in-out' });
ScrollReveal().reveal('#testimonial-parent', { delay: 250, easing: 'ease-in-out' })
</script>