-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (204 loc) · 10.3 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
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Heya!</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="js/home.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body ng-app="myWebsite">
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio">Projects</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">Bala Ramsha</h1>
<h3>
<span>Coder by day | Climber by night | Explorer always</span><br>
Scroll to learn more <a class="smoothscroll" href="#about">about me</a>.</h3>
<hr />
<ul class="social">
<li><a href="https://moontails.github.io/blog/"><i class="fa fa-pencil"></i></a></li>
<li><a href="https://peakbagger.com/climber/ClimbListC.aspx?cid=20549&u=ft&j=-1&y=9999&sort=ascentdated"><i class="fa fa-star"></i></a></li>
<li><a href="https://www.mountainproject.com/user/200438565/balachander-ramachandran/ticks"><i class="fa fa-signal"></i></a></li>
<li><a href="https://github.com/moontails"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/bala-ramsha/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<figure>
<img src="images/profilepic.jpg" alt="" />
<figcaption>Mt Si, my favorite training ground.</figcaption>
</figure>
<br><br>
<figure>
<img src="images/badges.png" alt="" />
<figcaption>Badges earned with Washington Mountaineers!</figcaption>
</figure>
</div>
<div class="nine columns main-col">
<h2>Ahoy!</h2>
<p>
I grew up in Bangalore, the Silicon Valley of India with a passion for cricket (like most Indians) and computers. This led me to pursue an undergraduate degree in Computer Science and Engineering from R. V. College of Engineering, followed by a Master's degree from the University of Illinois at Urbana-Champaign. I have been fortunate enough to work on varied domains in the indsutry from content delivery networks to detecting fraud in online transactions to serving original content for Amazon Alexa users.
</p>
<p>
Now I am building the voice connectivity platform at Twilio.
</p>
<p>
I am inspired to build systems that help people in their day to day life. I like contributing to open source, learning new technologies and my research interests include Distributed Systems, Machine Learning, Natural Language Processing and Information Retrieval.
</p>
In my spare time - I love to write, read epic fantasies, climb mountains and explore the outdoor world!
<br>
<br>
YNWA ❤️
<p>
</p>
<div class="row">
<!--div class="columns download">
<p>
<a href="https://goo.gl/SRgO5h" class="button"><i class="fa fa-download"></i>Download Resume</a>
</p>
</div-->
</div> <!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Education
----------------------------------------------- -->
<div class="row education" ng-controller="EduController">
<div class="three columns header-col">
<h1><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item" ng-repeat="uni in universities">
<div class="twelve columns">
<h3>{{uni.universityName}}</h3>
<p class="info">{{uni.degree}} <span>•</span> <em class="date">{{uni.startEndDate}}</em></p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Work
----------------------------------------------- -->
<div class="row work" ng-controller="WorkController">
<div class="three columns header-col">
<h1><span>Work</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns" ng-repeat="work in workex">
<h3>{{work.employer}}</h3>
<p class="info">{{work.position}} <span>•</span> <em class="date">{{work.sdate}}</em></p>
<p>
<span ng-show='work.desc.heading.length > 0'>{{work.desc.heading}} <br></span>
<span>{{work.desc.bullets.join(" ")}}</span>
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
</section> <!-- Resume Section End-->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<!-- Project
----------------------------------------------- -->
<div class="row work" ng-controller="ProjectController">
<div class="three columns header-col">
<h1><span>Projects</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns" ng-repeat="project in projects">
<h3>{{project.name}}</a>
</h3>
<p class="info">{{project.heading}}</p>
<p>{{project.body}}</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Projects -->
</section> <!-- Portfolio Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://moontails.github.io/blog/"><i class="fa fa-pencil"></i></a></li>
<li><a href="https://peakbagger.com/climber/ClimbListC.aspx?cid=20549&u=ft&j=-1&y=9999&sort=ascentdated"><i class="fa fa-star"></i></a></li>
<li><a href="https://www.mountainproject.com/user/200438565/balachander-ramachandran/ticks"><i class="fa fa-signal"></i></a></li>
<li><a href="https://github.com/moontails"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/bala-ramsha/"><i class="fa fa-linkedin"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2014 CeeVee</li>
<li>Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a></li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64630830-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>