-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (181 loc) · 7.34 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
<!DOCTYPE HTML>
<!--
Overflow 1.1 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Samrat Ambadekar | Design Technologist</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="Samrat, Ambadekar, SamratAmbadekar, UX Design, User, Experience, Human, Computer, Interaction, Design, Prototype, Prototyper, Technologist, Engineer, Develop, Georgia, Tech, Georgia, Institute, Technology, Interface" />
<!-- <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/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>
<!-- <link rel="stylesheet" href="css/skel-noscript.css" /> -->
<link rel="stylesheet" href="css/style.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<nav id="div1">
<div class="row">
<div class="4u name1">
<h3><a href="#home" class="scrolly scrolly-centered">Samrat Ambadekar</a></h3>
</div>
<div class="8u">
<ul>
<li><a id="portfolio_link" class="scrolly scrolly-centered" href="#portfolio">Portfolio</a></li>
<!-- <li><a id="sketches_link" class="scrolly scrolly-centered" href="#sketches">Sketches</a></li> -->
<li><a id="resume_link" class="scrolly scrolly-centered" target="_blank" href="./resume.pdf">Resume</a></li>
<!-- <li><a id="resume_link" class="scrolly scrolly-centered" href="#resume">Resume</a></li> -->
<li><a id="about_link" class="scrolly scrolly-centered" href="#banner">About Me</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<section id="header">
<header>
<h1>Samrat Ambadekar</h1><!--
<p>Experience Designer and a creative problem solver. I love designing interactive applications that create engaging experience</p> -->
<p>Design Technologist</p>
</header>
<footer>
<a href="#portfolio" class="button style2 scrolly scrolly-centered">Work</a>
</footer>
</section>
<!-- Portfolio -->
<section id="portfolio" class="box style2 style3">
<header>
<h2>Portfolio</h2>
<!-- <p>Selected projects</p> -->
</header>
<div class="inner">
<div class="row flush">
<div class="4u">
<a href="./docusign.html" class="image full">
<img src="images/thumbs/thumb_DocuSign.svg" alt="DocuSign" title="" />
<p class="projectName">DocuSign</p>
</a>
</div>
<div class="4u">
<a href="./cox.html" class="image full">
<img src="images/thumbs/thumb_Cox.svg" alt="Cox Communications" title="" />
<p class="projectName">Cox Communications</p>
</a>
</div>
<div class="4u">
<a href="./places.html" class="image full">
<img src="images/thumbs/thumb_Places.png" alt="Places" title="" />
<p class="projectName">Places</p>
</a>
</div>
</div>
<div class="row flush">
<div class="4u">
<a href="./gitcity.html" class="image full">
<img src="images/thumbs/thumb_GitCity.png" alt="PeerSpot: Augmented Reality" title="" />
<p class="projectName">GitHub City</p>
</a>
</div>
<div class="4u">
<a href="./gitviz.html" class="image full">
<img src="images/thumbs/thumb_GitViz.jpg" alt="GitHub Visualization" title="" />
<p class="projectName">GitHub Visualization</p>
</a>
</div>
<div class="4u">
<a href="./ezballot.html" class="image full">
<img src="images/thumbs/thumb_EZBallot.jpg" alt="EZ Ballot: Universal Design Voting Application" title="" />
<p class="projectName">EZ Ballot: Voting Application</p>
</a>
</div>
</div>
<div class="row flush">
<div class="4u">
<a href="./peerspot.html" class="image full">
<img src="images/thumbs/thumb_PeerSpot.jpg" alt="PeerSpot: Augmented Reality" title="" />
<p class="projectName">PeerSpot: Augmented Reality</p>
</a>
</div>
<div class="4u">
<a href="./wristy.html" class="image full">
<img src="images/thumbs/thumb_Wristy.jpg" alt="Wristy: Smartwatch Concept" title="" />
<p class="projectName">Wristy: Smartwatch Concept</p>
</a>
</div>
<div class="4u">
<a href="./weathercube.html" class="image full">
<img src="images/thumbs/thumb_WeatherCube.jpg" alt="WeatherCube: Weather Simulator" title="" />
<p class="projectName">WeatherCube: Weather Simulator</p>
</a>
</div>
<!-- <div class="4u">
<a href="./geoAR.html" class="image full">
<img src="images/thumbs/thumb_GeoAR.jpg" alt="Geo-based Memory Book" title="" />
<p class="projectName">Geo-based Memory Book</p>
</a>
</div> -->
</div>
<br/>
</div>
</section>
<!-- Sketches -->
<!-- <section id="sketches" class="box style2">
<header>
<h1>Sketches</h3>
</header>
<div class="inner">
<div class="row flush">
<div class="3u"><img src=""/></div>
<div class="6u"><a href="./sketch.html" class="image full"><img src="images/thumbs/thumb_Sketch.jpg" alt="Sketches" title="" /></a></div>
<div class="3u"><img src=""/></div>
</div>
<br/>
</div>
</section> -->
<!-- Banner -->
<section id="banner">
<header>
<h2>About Me</h2>
</header>
<div class="row box">
<div class="4u photo">
<img id="myPhoto" src="pic.jpg"/>
</div>
<div class="7u">
<p>I'm a Design Technologist working with DocuSign where I create high fidelity web and native prototypes. I am passionate about micro interactions and motion design. My side projects often include Data Visualization. In the past I've worked on AR, VR and IoT. I am an amateur photoshop painter, and I sketch if I get stressed.
</p>
<p>If you want to know more about what I do, contact me at <a href="#about">[email protected]</a></p>
</div>
</div>
<footer>
</footer>
</section>
<section id="footer">
<ul class="icons">
<li><a href="http://www.linkedin.com/in/samratambadekar" target="_blank" class="fa fa-linkedin solo"><span>LinkedIn</span></a></li>
<li><a href="http://github.com/samratambadekar" target="_blank" class="fa fa-github solo"><span>GitHub</span></a></li>
<li><a href="https://samratambadekar-blog.tumblr.com" target="_blank" class="fa fa-tumblr solo"><span>Tumblr</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© Samrat. Some rights reserved.</li>
</ul>
</div>
</section>
</body>
</html>