-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
687 lines (466 loc) · 27.9 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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177270043-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-177270043-1');
</script>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Raghav | Projects, Music, Things</title>
<meta name="description" content="Portfolio website for Raghav Kaul">
<meta name="author" content="Raghav Kaul">
<!-- 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://kit.fontawesome.com/3e341cd678.js" crossorigin="anonymous"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- 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"> Work Experience</a></li>
<li><a class="smoothscroll" href="#resume1"> Projects</a></li>
<li><a class="smoothscroll" href="#portfolio">Gallery</a></li>
<li><a class="smoothscroll" href="#testimonials">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">Raghav Kaul</h1>
<h3>Hey there! I'm a Tempe based <span>software developer</span> with a Master's in Computer Science from
<span>Arizona State University</span> currently looking for full-time roles in Software Development.
<!-- <a class="smoothscroll" href="#about">start scrolling</a>
and learn more <a class="smoothscroll" href="#about">about me</a>.</h3> -->
<hr />
<ul class="social">
<li><a href="https://www.linkedin.com/in/raghavkaul/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/kaulraghav/" target="_blank"><i class="fab fa-github-square"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a></li>
<li><a href="https://twitter.com/kaulraghav/" target="_blank"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.instagram.com/kaulmeraghav/channel/" target="_blank"><i class="fab fa-instagram-square"></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">
<img class="profile-pic" src="images/raghavCropped.jpg" alt="Raghav's profile picture" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>I'm Raghav, an MS CS graduate from ASU. I'm <em>deeply</em>
passionate about technology and love learning new skills through meaningful <a href="https://github.com/kaulraghav" target="_blank">projects</a>. With 2 years of internship and full-time experience in the industry,
I'm driven by solving real-world problems through innovative solutions and cutting-edge technology. When I’m not coding,
I make <a href="https://www.instagram.com/kaulmeraghav/channel/" target="_blank">music</a>, point my phone at <a class="smoothscroll" href="#portfolio">things</a>, read, and cook. </p>
<div class="row">
<div class="columns contact-details">
<h2>Currently</h2>
<!-- <p class="address"> -->
<ul class = "currently">
<li><em class="currbold">Learning: </em>AWS Architecture </li>
<li><em class="currbold">Reading: </em>The Alchemist by Paulo Coelho</li>
</ul>
</div>
<div class="columns download">
<p>
<a href="Raghav_Kaul_Resume.pdf" class="button" target="_blank"><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">
<!-- Professional
----------------------------------------------- -->
<div class="row education">
<div class="three columns header-col">
<h1><span>Experience</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Aeeiee, Inc.</h3>
<p class="info">Web Development Intern <span>•</span> <em class="date"> June - August 2020</em></p>
<p>
• Launched an online museum with Augmented reality and 3D viewing experiences using Apple’s WebKit and Divi in WordPress. <br>
• Built and integrated a responsive 3D-model viewer using three.js and jQuery that showcased museum sculptures interactively. <br>
• Resolved 2 server-side/client-side issues concerning multiple user logins and user disconnection for a RESTful captive portal.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>University Technology Office, ASU</h3>
<p class="info">Project Coordinator Assistant <span>•</span> <em class="date">October 2019 - May 2020</em></p>
<p>
• Optimized resource capacity planning for 60+ members of the Cloud Acceleration teams resulting in a 30% increase in logged and planned time reporting in Jira. <br>
• Wrote 20+ queries in Jira Query Language (JQL) that filtered employees based on different use cases, which significantly increased time reporting visibility for product owners and scrum masters. <br>
• Attended product meetings and monitored teamwork plans to document action items and major decisions in Confluence.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Decimal Technologies</h3>
<p class="info">Software Engineer Intern (Computer Vision)<span>•</span> <em class="date">January - May 2019</em></p>
<p>
• Led a team of 2 in developing an Optical Character Recognition (OCR) <a href="https://github.com/kaulraghav/documentScanner" target="_blank"> scanner </a> that extracted text data from 4 identity documents. <br>
• Applied image and text processing techniques such as automatic cropping, image transformation, and RegEx considerably improving the OCR engine’s performance. Tested application on 15+ document samples obtaining an accuracy of 90.48%. <br>
• Deployed the service as a serverless web application on AWS Lambda using Flask and Zappa, allowing users to upload images and view the extracted text as a JSON response.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>CBRE</h3>
<p class="info">Web Development Intern <span>•</span> <em class="date">June - July 2017</em></p>
<p>
• Helped design and publish a responsive <a href="https://cbrehomes.co.in/mumbai/zinnia-apartments-mahim-west-mumbai" target="_blank">landing page </a>for a residential project using JS, jQuery and Bootstrap.<br>
• Created and curated content for 10+ CBRE residential projects.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>CBRE</h3>
<p class="info">Database Intern <span>•</span> <em class="date">June - July 2016</em></p>
<p>
• Developed a Complaint Manager System using JAVA Swing and MySQL.
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Project
----------------------------------------------- -->
</section> <!-- Resume Section End-->
<section id = "resume1">
<div class="row work">
<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">
<h3> <a href="https://github.com/kaulraghav/mobileOffloading" target="_blank">Distributed Mobile Task Offloading</a></h3>
<p class="info">Technologies: <em class="date">JAVA, Android Studio • September - December 2020</em></p>
<p class="info alert"><a href="https://www.youtube.com/watch?v=WrOEgRcmEiA&ab_channel=RaghavKaul" target="_blank">Project Demo</a></p>
<p>
• Employed a master-slave architecture between mobile devices to perform distributed task (matrix multiplication) computation based on certain criteria (battery level, proximity). <br>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/covidHealthMonitoring" target="_blank">Covid-19 Health Monitoring Application</a></h3>
<p class="info">Technologies: <em class="date">JAVA, Android Studio, Python, PHP, JS, nginx • September - December 2020</em></p>
<p class="info alert"><a href="https://www.youtube.com/watch?v=ylt_PvTw-ww&ab_channel=RaghavKaul" target="_blank">Project Demo</a></p>
<p>
• Designed a symptom tracking mobile application allowing users to measure heart rate and respiratory rate using mobile sensors. <br>
• Implemented a server-side contact tracing algorithm by processing location information of 11 patients. <br>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3> <a href="https://kurrayamini.github.io/dataviz/index.html#" target="_blank">Analysis of Amazon Reviews</a></h3>
<p class="info">Technologies: <em class="date">Python, NLTK, TextBlob, Tableau • May - June 2020</em></p>
<p>
• Analyzed Amazon user reviews over multiple product categories and generated a hierarchical dashboard of visualizations using Tableau. <br>
• Performed sentiment analysis using NLTK and TextBlob to calculate polarity and sentiment of the reviews.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/cgmMealPrediction" target="_blank">Meal Intake Prediction using CGM Data</a></h3>
<p class="info">Technologies: <em class="date">Python, Scikit-learn, SciPy, Seaborn, SVC, DBSCAN • January - May 2020</em></p>
<p>
• Predicted meal intake in type-1 diabetic patients using supervised and unsupervised learning methods. <br>
• Extracted meaningful temporal and frequency-based features from the CGM time-series data. <br>
• Achieved an accuracy of 81% using a linear SVC and 44% using DBSCAN algorithm.
</p>
</div>
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/geospatialAnalysisNYCTaxiTrips" target="_blank">Large Scale Geospatial Analysis of NYC Taxi Trips</a></h3>
<p class="info">Technologies: <em class="date">Apache Spark, Scala, SparkSQL, sbt, Getis-Ord • January - May 2020</em></p>
<p>
• Identified statistically significant clusters for taxi pickups in a Spatio-temporal domain using Apache Spark and Spark SQL. <br>
• Retrieved the 50 most significant hot spot cells using the Getis-Ord (Gi*) statistic.
</p>
</div>
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/compilerDesignProjects" target="_blank">Compiler Design Projects</a></h3>
<p class="info">Technologies: <em class="date">C++, Bash Scripting, Ubuntu • September - December 2019</em></p>
<p class="info alert">To view the projects, please request access due to the course's copyright policy.</p>
<p>
• Implemented a compiler from scratch by generating a linked list of nodes for I/O, assignment, and looping statements. <br>
• Constructed a parser for a given input grammar and integrated a type checker enforcing syntactic and semantic rules. <br>
• Calculated useless symbols, first and follow sets and list of terminals and non-terminals for any given context-free grammar.
</p>
</div>
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/berkeleyPacman" target="_blank">Berkeley Pacman Projects</a></h3>
<p class="info">Technologies: <em class="date">Python, Search, RL, Gradient Descent • September - December 2019</em></p>
<p>
• Implemented artificial intelligence concepts such as search, adversarial behaviour, reinforcement learning and neural nets on a Pacman interface.
</p>
</div>
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/imdbRatings" target="_blank">Movie Rating Recommendation System</a></h3>
<p class="info">Technologies: <em class="date">Python, NumPy, Pandas, Matplotlib, kNN, SVM, Naive Bayes • January - May 2018</em></p>
<p>
• Predicted IMDb ratings of upcoming movies using supervised machine learning algorithms such as Decision Trees, Bayesian Regression etc.
</p>
</div>
<div class="twelve columns">
<h3> <a href="https://github.com/kaulraghav/aliceAssistant" target="_blank">Hey Alice!</a></h3>
<p class="info">Technologies: <em class="date">Python, BeautifulSoup, Google Text-to-Speech • October - November 2017</em></p>
<p>
• Designed a python script for automating web searches using voice command and obtained results on Google Search and Maps.
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
</section>
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row">
<div class="twelve columns collapsed">
<h1>Shot on Oneplus™ 5t</h1>
<!-- portfolio-wrapper -->
<div id="portfolio-wrapper" class="bgrid-quarters s-bgrid-thirds cf">
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-01" title="">
<img alt="" src="images/portfolio/vnimanie_vnimanie.jpeg">
<!-- <div class="overlay">
<div class="portfolio-item-meta">
<h5>Inconsequential</h5>
<p>Illustrration</p>
</div>
</div> -->
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-02" title="">
<img alt="" src="images/portfolio/mirror.jpg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-03" title="">
<img alt="" src="images/portfolio/wind_down.jpg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-04" title="">
<img alt="" src="images/portfolio/desert_calm.jpeg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-05" title="">
<img alt="" src="images/portfolio/grid.jpeg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-06" title="">
<img alt="" src="images/portfolio/hues.jpeg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-07" title="">
<img alt="" src="images/portfolio/gotham.jpeg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-08" title="">
<img alt="" src="images/portfolio/wildfire.jpeg">
<div class="link-icon"><i class="fas fa-search-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
</div> <!-- portfolio-wrapper end -->
</div> <!-- twelve columns end -->
<!-- Modal Popup
--------------------------------------------------------------- -->
<div id="modal-01" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/vnimanie_vnimanie.jpeg" alt="" />
<div class="description-box">
<h4>Vnimanie Vnimanie</h4>
<!-- <p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p> -->
<span class="categories"><i class="fas fa-map-marker-alt"></i>Tempe, AZ</span>
</div>
<!-- <div class="link-box">
<a href="http://www.behance.net">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div> -->
</div><!-- modal-01 End -->
<div id="modal-02" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/mirror.jpg" alt="" />
<div class="description-box">
<h4>Mirror</h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Tempe, AZ</span>
</div>
</div><!-- modal-02 End -->
<div id="modal-03" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/wind_down.jpg" alt="" />
<div class="description-box">
<h4>Wind down</h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Phoenix, AZ</span>
</div>
</div><!-- modal-03 End -->
<div id="modal-04" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/desert_calm.jpeg" alt="" />
<div class="description-box">
<h4>Serendipity </h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Tempe, AZ</span>
</div>
</div><!-- modal-04 End -->
<div id="modal-05" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/grid.jpeg" alt="" />
<div class="description-box">
<h4>Grid</h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Tempe, AZ</span>
</div>
</div><!-- modal-05 End -->
<div id="modal-06" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/hues.jpeg" alt="" />
<div class="description-box">
<h4>Hues</h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Tempe, IL</span>
</div>
</div><!-- modal-06 End -->
<div id="modal-07" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/gotham.jpeg" alt="" />
<div class="description-box">
<h4>Gotham</h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Chicago, IL</span>
</div>
</div><!-- modal-07 End -->
<div id="modal-08" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/wildfire.jpeg" alt="" />
<div class="description-box">
<h4>Wildfire</h4>
<span class="categories"><i class="fas fa-map-marker-alt"></i>Tempe, AZ</span>
</div>
</div><!-- modal-01 End -->
</div> <!-- row End -->
</section> <!-- Portfolio Section End-->
<!-- Testimonials Section
================================================== -->
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="two columns header-col">
<h1><span></span></h1>
</div>
<div class="ten columns flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<p>Your work is going to fill a large part of your life, and the only way to be truly satisfied is
to do what you believe is great work. And the only way to do great work is to love what you do.
If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it.
</p>
<cite>Steve Jobs</cite>
</blockquote>
</li> <!-- slide ends -->
</ul>
</div> <!-- div.flexslider ends -->
</div> <!-- div.flex-container ends -->
</div> <!-- row ends -->
</div> <!-- text-container ends -->
</section> <!-- Testimonials Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.linkedin.com/in/raghavkaul/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/kaulraghav/" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank"><i class="fas fa-paper-plane"></i></a></li>
<li><a href="https://twitter.com/kaulraghav/" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/kaulmeraghav/channel/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
<ul class="copyright">
<li>© 2020 Raghav Kaul.</li>
<li>1275 E University Dr, Tempe, AZ 85281</li>
<li>(602) 587-6935</li>
<li>Design by <a title="Styleshout" href="http://www.styleshout.com/" target="_blank">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>
</body>
</html>