-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.old.html
154 lines (136 loc) · 5.11 KB
/
index.old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Bowen Li is a product manager and UX designer. He recently graduated with a Master's degree in Human-Computer Interaction at Stanford University."/>
<meta name="keywords" content="bowenli, bowen, li, interaction designer, user experience, user interface, human centered design, stanford, design, interaction, interface"/>
<meta name="robots" content="NOODP"/>
<script src="https://use.typekit.net/znq2wga.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel=stylesheet href="css/style.css">
<link href="lib/lightbox2/css/lightbox.min.css" rel="stylesheet">
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<title>Bowen Li</title>
</head>
<body class="home">
<div class="header">
<div class="navigation container">
<div class="logo" title="That's Me!">Bowen Li</div>
<div class="menu"><a href="mailto:bowen[at]bowenli.com">Contact</a></div>
</div>
</div>
<section>
<div class="nudge"> </div>
</section>
<section>
<div class="container">
<div class="title">About Me</div>
<p>I am an expert in Design Thinking as well as the Human-Centered Design process. I believe that design is about solving problems.
</p>
<p>My Process = Qualitative Data + Quantitative Data + Design Experience</p>
<p>I am a results oriented designer who has worked with many startups.</p>
</div>
</section>
<section>
<div class="container">
<div class="title">Curriculet</div>
<div class="info">
<div class="description">
<p>As Lead Product Designer at Curriculet, I designed a complete digital reading platform that included content management, classroom organization, and an e-reader.</p>
</div>
<div class="tags">
<span>User Experience</span>
<span>User Research</span>
<span>Visual Design</span>
<span>Product Management</span>
</div>
<div class="seeproject">
<p>
<a href="curriculet.html" alt="See Curriculet Project">See Project</a>
</p>
</div>
</div>
<div class="image"><div><a href="curriculet.html" alt="See Curriculet Project"><img src="img/index/curriculet3.png" alt="See Curriculet"></a></div></div>
</div>
</section>
<section>
<div class="container">
<div class="title">Hearsay Social</div>
<div class="info">
<div class="description">
<p>Hearsay Social's product is focused around advisor-client relationships relating to social platforms. My designs focused on bringing relevant information for the right person at the right time.</p>
</div>
<div class="tags">
<span>User Experience</span>
<span>User Research</span>
</div>
<div class="seeproject">
<p>
<a href="hearsay.html" alt="Hearsay Social">See Project</a>
</p>
</div>
</div>
<div class="image"><div><a href="hearsay.html" alt="Hearsay Social"><img src="img/index/hearsay.png" alt="Hearsay Social"/></a></div></div>
</div>
</section>
<section>
<div class="container">
<div class="title">Microsoft</div>
<div class="info">
<div class="description">
<p>As a Program Manager on the Excel Web App, I designed rich web experiences, was the product owner, and project manager for a product that reached hundreds of millions of customers.</p>
</div>
<div class="tags">
<span>Product Management</span>
<span>User Experience</span>
<span>User Research</span>
</div>
<div class="seeproject">
<p>
<a href="microsoft.html" alt="See Microsoft Project">See Project</a>
</p>
</div>
</div>
<div class="image"><div><a href="microsoft.html" alt="See Microsoft"><img src="img/index/microsoft.png" alt="See Microsoft"></a></div></div>
</div>
</section>
<section>
<div class="container">
<div class="title">ZangZing</div>
<div class="info">
<div class="description">
<p>As UX Designer at ZangZing, my main focus was on growth and engagement.</p>
</div>
<div class="tags">
<span>User Experience</span>
<span>User Research</span>
</div>
<div class="seeproject">
<p>
<a href="zangzing.html" alt="See ZangZing Project">See Project</a>
</p>
</div>
</div>
<div class="image"><div><a href="zangzing.html" alt="See ZangZing"><img src="img/index/zangzing.png" alt="See ZangZing"></a></div></div>
</div>
</section>
<footer>
<div class="container">Copyright © 2018 by <a href="mailto:bowen[at]bowenli.com">Bowen Li</a></div>
</footer>
<!-- GA -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-10971196-2', 'auto');
ga('send', 'pageview');
</script>
<script src="lib/lightbox2/js/lightbox-plus-jquery.min.js"></script>
<script>
lightbox.option({
'alwaysShowNavOnTouchDevices': true
})
</script>
</body>
</html>