-
Notifications
You must be signed in to change notification settings - Fork 4
/
india-about.html
53 lines (50 loc) · 2.09 KB
/
india-about.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
---
title: About - India
layout: default-india
permalink: "/india/about"
redirect_from:
- "/india/about-us"
---
<section id="about-header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="lgx-heading-area">
<div class="lgx-heading">
<h1 class="heading-title">We exist to help people to learn to code.</h1>
<p class="heading-subtitle">Awesome Inc was founded on the basis of the "give-first" mentality. Awesome Inc started in 2009 and has grown beyond the US to help kids learn to code.</p>
</div>
</div>
</div>
</div><!-- row -->
</div>
</section>
<hr>
<section id="team">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
<div class="lgx-heading-area">
<h2 class="heading-subtitle text-center">Meet the team</h2>
<br><br>
</div>
<div class="col-xs-6">
<img src="/assets/img/aincu/youth/india/bryce.jpeg" width="150px" height="150px">
<h5>Bryce Anderson</h5>
<p>
Bryce Anderson is an entrepreneur based in Lexington, KY (USA). He has founded multiple companies and currently runs four of them with over 900 employees. Having been involved with Awesome Inc in the US for the last 10 years, he’s excited to launch the coding school in Bhopal. He’s been to India several times visiting his family and can’t wait to spend more time there.
</p>
<br>
</div>
<div class="col-xs-6">
<img src="/assets/img/aincu/youth/india/ashlin.jpeg" width="150px" height="150px" />
<h5>Ashlin Mathews</h5>
<p>
Ashlin is a Senior Software Engineer and has worked for Bloomberg LP for the past 11 years. He currently lives in Dallas, TX (USA) but grew up in Bhopal. Ashlin brings a high level of software experience and will serve as a Technical Advisor. He’s excited to help launch the Awesome Inc coding school in his home town.
</p>
<br>
</div>
</div>
</div>
</div>
</section>