-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·84 lines (80 loc) · 2.85 KB
/
index.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
---
layout: page
title: ETT India
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="block">
<center>
<h1 class="animated fadeInUp">Emerging Technology Trust (ETT)</h1>
<p class="animated fadeInUp">
A non-profit organisation which focuses on creating opportunities & conducting events to promote Open Source contributions in India.
<span class="underline-bottom"></span>
</p>
<p class="animated fadeInUp next-event-caption">
Next.Events
</p>
<ul class="animated fadeInUp next-event-list">
<li><a href="https://www.townscript.com/e/gci20/" target="_blank" title="GopherCon India 2020">GopherCon India<br><span class="date">28, 29 March, 2020</span></a></li>
<li><a href="https://www.townscript.com/e/rci20/" target="_blank" title="RubyConf India 2020">RubyConf India<br><span class="date">25, 26 April 2020</span></a></li>
</ul>
</center>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<center>
<section id="intro">
<div class="container">
<div class="row">
<div class="section-title">
<h1>About</h1>
<span class="underline-bottom"></span>
<p><strong>ETT</strong> is a non-profit organization behind the series of high-caliber developer events in India.</p>
<p>We started in April 2010 by helping in organizing the first-ever RubyConfIndia conference in Bengaluru.</p>
<p>On August 2015, we organized our first conference, Deccan RubyConf 2015.</p>
<p>Now we organizes around ten different conferences and workshops throughout the calender year.</p>
<p class="discover-more">
<a href="/about" class="button" title="More about ETT">Discover more</a>
</p>
</div>
</div>
</div>
</section>
</center>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h1>Our Services</h1>
<span class="underline-bottom"></span>
<p>All the services are community based ...</p>
</div>
</div>
<div class="row ">
<div class="col-sm-6 col-md-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-users fa-stack-2x fa-inverse"></i>
</span>
<h4>Organizing Conference</h4>
</div>
</div>
<div class="col-sm-6 col-md-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-laptop fa-stack-2x fa-inverse"></i>
</span>
<h4>Conducting Workshop</h4>
</div>
</div>
</div>
</div>
</section>