-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
93 lines (90 loc) · 4.35 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About | Portfolio of Zak Weiland</title>
<meta name="viewport" content="initial-scale=1, user-scalable=yes">
<meta name="description" content="Zak Weiland is a interaction / user experience designer and developer." />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css">
<link rel="stylesheet" href="css/screen.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
</head>
<body id="about">
<main>
<div class="cd-index cd-main-content">
<nav class="header">
<ul>
<li><a href="index.html" class="work">Work</a>
<li><a href="cv.html" class="cv">CV</a>
<li><a href="about.html" class="about">About</a>
</ul>
</nav>
<div class="wrapper">
<img src="img/zak-4.jpg" class="zak">
<h1>About Zak Weiland</h1>
<p>I'm an product designer and developer with over 14 years experience designing for real estate, insurance, healthcare, finance, IT, education, and 7 years in e-commerce.</p>
<p>I'm currently living in beautiful Austin, TX.</p>
<p>I've helped build products and marketing/branding assets for clients ranging from start-ups to Fortune 500 companies.</p>
<p>I collaborate and strategize customer experience and human-centered design with clients, stakeholders, product/project managers, engineers, and designers through group discussions, interviews, and workshops with the goal of finding the most effective balance between customer needs and business goals.</p>
<p>Before making the transition into Product & Customer Experience(CX), I was a Visual Designer & Front-End Developer. This has helped emmensely when there is a need to rapidly create html/css/js prototypes or animated UIs. It also comes in handy when communicating with front-end and back-end developers alike.</p>
<p>I grew up in Wisconsin and received a Bachelors in Web & Digital Media Development from the University of Wisconsin - Stevens Point.</p>
<p>When I'm not researching the mating rituals of interaction design and psychology, I'm an obsessed <a href="http://www.strava.com/athletes/2135089">road cyclist</a>, <a href="https://soundcloud.com/uugnpieco">music lover</a>, and comedy nerd. Not surpisingly, I also have a semi-inappropriate love affair with coffee.</p>
<h5>Me on Medium:</h5>
<ul class="b-2">
<li><a href="https://medium.com/@zweiland/a-few-tips-that-have-helped-me-work-remotely-a53be0c3aae">A Few Tips & Tricks That Have Helped Me Work Remotely</a></li>
</ul>
<p>For more information download <strong><a href="docs/Zak_Weiland_CV.pdf">my CV</a></strong> (pdf 39kb).</p>
<p>Contact me via:<br>
email: <a href="mailto:zweiland@gmail.com">zweiland@gmail.com<br></a>linkedin: <a href="https://www.linkedin.com/in/zakweiland">@zakweiland</a>
</p>
<p>Elsewhere you can find me:</p>
<nav class="social">
<a href="https://www.pinterest.com/zweiland/">
<i class="fab fa-fw fa-pinterest"></i>
</a>
<a href="https://instagram.com/zweiland">
<i class="fab fa-fw fa-instagram"></i>
</a>
<a href="https://twitter.com/zweiland">
<i class="fab fa-fw fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/zakweiland">
<i class="fab fa-fw fa-linkedin"></i>
</a>
<a href="https://dribbble.com/zweiland">
<i class="fab fa-fw fa-dribbble"></i>
</a>
<a href="https://open.spotify.com/user/126329578?si=maCWt7SnQ52ekqrHqiPqqQ">
<i class="fab fa-fw fa-spotify"></i>
</a>
<a href="https://soundcloud.com/uugnpieco">
<i class="fab fa-fw fa-soundcloud"></i>
</a>
<a href="https://behance.net/zcw">
<i class="fab fa-fw fa-behance"></i>
</a>
<a href="https://github.com/zweiland">
<i class="fab fw fa-github-square"></i>
</a>
</nav>
</p>
</div>
<nav class="footer">
<ul>
<li><a href="index.html" class="work">Work</a>
<li><a href="cv.html" class="cv">CV</a>
<li><a href="about.html" class="about">About</a>
</ul>
</nav>
</div>
</main>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-69666519-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-69666519-1');
</script>
</body>
</html>