-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.88 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
<html>
<head>
<title>Jesse Chand</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Spectral&display=swap" >
</head>
<body>
<div class="content">
<h1>Jesse Chand</h1>
<p>I’m a designer at <a href="https://www.wallpaper.com/design/apple-park-behind-the-scenes-design-team-interview" target="_blank">Apple</a>, working on the operating system for the <a href="https://www.apple.com/apple-vision-pro/" target="_blank">Vision Pro</a>, a new spatial computer.</p>
<p>Formerly on the design team at <a href="https://www.snapchat.com/" target="_blank">Snapchat</a>, working directly with CEO Evan Spiegel to transform a simple camera into a rich tool for creative expression. I was also a founder of a <a href="https://www.ycombinator.com/" target="_blank">Y Combinator</a> company, and a software engineer at <a href="https://www.wired.com/2014/03/facebook-paper/" target="_blank">Facebook Paper</a>, helping to pioneer the state of the art for mobile animations & interactions.</p>
<p>I have over a decade of experience pushing at the furthest boundaries of expressive software, animations & interactions, prototyping, spatial computing interfaces, mobile product design, and Swift & Objective-C.</p>
<hr />
<ul class="links">
<li><a href="https://twitter.com/jessechand" class="footer">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/jessechand/" class="footer">LinkedIn</a></li>
<li><a href="https://patents.justia.com/inventor/jesse-chand" class="footer">Patents</a></li>
</ul>
</div>
</body>
</html>