-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
39 lines (36 loc) · 1.92 KB
/
about.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
---
title: Amanda Pinsker | Designer
name: about
layout: base
---
<section class='site-container'>
<div class="about__topper">
<div class='about__img'><img src="/img/small/me.jpg"/></div>
<div class="about__content">
<p>I'm a Product Designer at GitHub based in San Francisco. As a designer, I like hard problems, smart type, fun hover interactions, and compassionate design. As a person, I enjoy pretending I know how to play the piano, buying Moleskine notebooks that I don't need, and making self-deprecating jokes.</p>
</div>
</div>
<div class="about-info-container">
<div id="contact" class="about-info">
<h2 class='about-info-header'>Contact</h2>
<h6>Email</h6>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<h6>On the web</h6>
<p><a href="http://linkedin.com/in/amandapinsker" target="_blank">LinkedIn</a> - <a href="http://twitter.com/ampinsk" target="_blank">Twitter</a> - <a href="http://instagram.com/ampinsk" target="_blank">Instagram</a></p>
<h6>Resume</h6>
<p><a href="pinsker-resume_2017.pdf" target="_blank">View PDF</a></p>
</div>
<div id="experience" class="about-info">
<h2 class='about-info-header'>Experience</h2>
<h6>June 2017–Present</h6>
<p>Product Designer, <a href="http://github.com" target="_blank">GitHub</a></p>
<h6>May 2016–May 2017</h6>
<p>Design Director, <a href="http://northeastern.edu/scout" target="_blank">Scout</a></p>
<h6>Jan 2016–June 2016</h6>
<p>Design Apprentice, <a href="http://upstatement.com" target="_blank">Upstatement</a></p>
<h6>Jan 2015–June 2015</h6>
<p>Design Co-op, <a href="http://ronikdesign.com" target="_blank">Ronik Design</a></p>
</div>
</div>
{% include footer.html %}
</section>