-
Notifications
You must be signed in to change notification settings - Fork 0
/
places.html
69 lines (64 loc) · 2.63 KB
/
places.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
<!-- Generic -->
<html>
<head>
<title>Places | Samrat Ambadekar</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/skel.min.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-48754118-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<nav id="div1">
<div class="row">
<div class="6u name1">
<h3><a href="./index.html">Samrat Ambadekar</a></h3>
</div>
<div class="6u">
<ul>
<li><a id="folio_link" class="scrolly scrolly-centered" href="./index.html#portfolio">Portfolio</a></li>
<!-- <li><a id="folio_link" class="scrolly scrolly-centered" href="./index.html#sketches">Sketches</a></li> -->
<li><a id="resume_link" class="scrolly scrolly-centered" target="_blank" href="./resume.pdf">Resume</a></li>
<li><a id="about_link" class="scrolly scrolly-centered" href="./index.html#banner">About</a></li>
</ul>
</div>
</div>
</nav>
<article class="container box style3">
<h1 class="boldText">Places</h1>
<br/>
<hr />
<h3 class="boldText">About</h3>
<p>A week long project where I used Google Maps API to search nearby places of interest. The web app is mobile optimized.
</p>
<p>The Design was inspired by Material Design in 2014. My personal goal was to design a web app in the browser.
</p>
<hr />
<h3 class="boldText">Caveat</h3>
<p>The user location is hard coded to San Francisco.
</p>
<hr />
<h3 class="boldText">Application</h3>
<p>Check out the application at: <a href="http://samratambadekar.com/projects/places/" target="blank">Places</a>
</p>
</article>
</body>
</html>