-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·424 lines (376 loc) · 20.8 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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Description" CONTENT="Mohammed Aqeel Gaggutur's online portfolio">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content=""> -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="img/favicons/manifest.json">
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="img/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Mohammed Aqeel Gaggutur</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/main.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Mohammed Aqeel Gaggutur</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#experience">Experience</a>
</li>
<li>
<a class="page-scroll" href="#projects">Projects</a>
</li>
<li>
<a class="page-scroll" href="#hobbies">Hobbies</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<div class="circular"></div>
<h2>Mohammed Aqeel Gaggutur</h2>
<hr>
<p>Engineer. Thinker. Developer.</p>
<a href="#about"></a>
<!-- <a href="#about" class="btn btn-primary btn-xl page-scroll"></a> -->
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">I've got what you need</h2>
<hr class="light">
<p class="text-faded">I am an undergraduate student at San Jose State University studying Software Engineering. I love technology and I'm super passionate about coding. I am very experienced in agile development and would like to use my skills to change the world one line at a time.</p>
<img src="img/sjsu.png" style="width: 40%"/>
<h4>Class of <u>December 2016</u></h4>
<h4>B.S. in Software Engineering</h4>
<h5>Minor in Business</h5><br />
<!-- <a href="#" class="btn btn-default btn-xl"></a> -->
</div>
</div>
</div>
</section>
<section id="experience">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Experience</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row"><br />
<div>
<div class="col-md-3">
<img src="img/portfolio/adobe.png" style="width: 45%; padding-top: 7%" />
</div>
<div class="col-md-9">
<h3>UI Development Intern</h3>
<h4>January 2016 - March 2016</h4>
<p>
Worked on an internal property management tool. Did <u>Full Stack Web Development</u><br /><br />
• Used the Django Framework with <u>Python</u>, <u>HTML</u>, <u>CSS</u> and <u>JavaScript</u>. Wrote Server-side and Client-side code to add new features to an existing platform and optimize performance.<br />
• Used Google Charts and its API to visualize data to give users more information about their properties<br />
• Wrote mintainable and extensibe code<br />
• <u>Rapidly developed</u> and tested different features in the application to decide whether it should be added to it<br />
• Automated deployment of application to the server so manual deployment is not needed.<br />
• Got brief introduction to InfluxDB
</p>
</div>
</div>
<div>
<div class="col-md-3">
<img src="img/portfolio/equinix.png" style="width: 60%;padding-top: 8%" />
</div>
<div class="col-md-9">
<h3>Information Technology Intern</h3>
<h4>June 2015 - October 2015</h4>
<p>
Worked onsite Equinix for <u>PRO Unlimited</u><br /><br />
• Assisted in the automation tool creation for data migration between different databases including MongoDB, Elasticsearch, SQL, etc. Used <u>Spring Boot Framework</u> to achieve this<br />
• Created a filtering system for results of customers using <u>AngularJS</u> and Bootstrap<br />
• Successfully set up a template for queries to fetch results for Elasticsearch<br />
• Worked directly with the Chief of Staff to take large amounts of data and create an<br />
aesthetically appealing visual representation of that data using Tableau<br />
• Created an Android Application for the visualized data and presented both to senior executives<br />
On the success of the data visualization project, given additional responsibilities to create:<br />
Data viz hub on the web and mobile so new data could be added<br />
Automatically updating visual representations<br />
To be used by executives and anyone in the company<br />
• Worked with Docker to create a base image
</p>
</div>
<div>
<div class="col-md-3">
<img src="img/portfolio/vidkix.png" style="width: 45%; padding-top: 8%" />
</div>
<div class="col-md-9">
<h3>Software Engineering Intern</h3>
<h4>May 2015 - August 2015</h4>
<p>
• Used the Ionic Framework to build a cross platform prototype<br />
• Created the database which this product would use<br />
• Worked on creating a Mobile application to launch into the market
</p>
</div>
<div>
<div class="col-md-3">
<a href="http://steps165.parseapp.com" target="_blank" style="cursor:pointer"><img src="img/portfolio/steps.png" style="width: 62%; padding-top: 10%"/></a>
</div>
<div class="col-md-9">
<h3>Scrum Master/ Project Manager / Backend Developer</h3>
<h4>August 2015 - December 2015</h4>
<p>
This is a service which lets college students get help from other students or offer services to other students on campus. There are three fixed price values at $10, $20 and $30.<br />
• As the <u>Scrum Master</u> and Project Manager, managed a group of 8 people<br />
• Created the Product Backlog, Release Plan and decided how each sprint should look like<br />
• Used Parse, a <u>NoSQL datatbase</u>, as the backend and hosting for this project<br />
• Used HTML5, CSS3 and JavaScript with AngularJS and Bootstrap to implement the frontend
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Projects</h2>
<hr class="light">
<!-- <p class="text-faded">I am an undergraduate student at San Jose State University studying Software Engineering! I love technology and I'm very passionate about coding.</p> -->
<!-- <a href="#" class="btn btn-default btn-xl"></a> -->
<div>
<img src="img/portfolio/proconnect.png"/>
<h4>January 2015 - May 2015</h4>
<p>
This is a website similar to LinkedIn where professionals can make connections with each other and have forums to discuss with each other. There are two profile types, one for job seekers and another for recruiters.<br />
• Used Google API, XML and Java to design, architect, implement and deploy this Android application and Website using Android Studio. Also used HTML, CSS and JavaScript with Bootstrap and jQuery to implement the web portion. Used Java, JSON and XML on the Android side<br />
• Used Agile Software Development Cycle with Scrum meeting methodologies to collaborate in a group of nine people<br />
• Used PHP to connect to a <u>MySQL</u> database as back-end on both the android and the web interface<br />
</p>
</div>
</div>
</div>
<hr class="light">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h4>I also do other cool stuff like design logos and make Android apps in my spare time.</h4>
</div>
</div>
</div>
</div>
</section>
<section class="no-padding" id="hobbies">
<!-- <section> -->
<div class="container" style="padding-top:5%">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Hobbies</h2>
<h3>What I enjoy doing</h3>
<hr class="primary">
</div>
</div>
</div>
<!-- </section> -->
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<a href="img/background.jpg" target="_blank" class="portfolio-box">
<img src="img/background_reduced.jpeg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Hobby
</div> -->
<div class="project-name">
Exploring the wilderness
<p>
(Yes that's me on the boulder)
</p>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box">
<img src="img/portfolio/basketball.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div> -->
<div class="project-name">
Basketball
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://www.google.com/#q=gym+near+me" target="_blank" class="portfolio-box">
<img src="img/portfolio/weights.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div> -->
<div class="project-name">
Hitting the gym
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box">
<img src="img/portfolio/swimming.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div> -->
<div class="project-name">
Swimming
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="http://www.yelp.com/search?find_desc=restaurants+near+me" target="_blank" class="portfolio-box">
<img src="img/portfolio/food.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div> -->
<div class="project-name">
Trying out new and different places to eat
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box">
<img src="img/portfolio/vgame.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<!-- <div class="project-category text-faded">
Category
</div> -->
<div class="project-name">
Playing video games
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="primary">
<p>Ready to start something great? Want to learn more about me? Contact me and I will get back to you as soon as possible.</p>
</div>
<div class="col-lg-4 col-lg-offset-2 text-center">
<a href="http://linkedin.com/in/mohammedagaggutur"><i style="color: black" class="fa fa-linkedin-square fa-3x wow bounceIn"></i></a>
<p><a href="http://linkedin.com/in/mohammedagaggutur">LinkedIn</a></p>
</div>
<div class="col-lg-4 text-center">
<a href="mailto:[email protected]"><i style="color: black" class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i></a>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</section>
<div style="height: 50px; background-color: #f05f40">
<div class="row">
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.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-74323111-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>