-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (242 loc) · 13.5 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132681499-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132681499-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>Max Yao</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i"
rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link href="assets/css/replacer.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/favicon.ico?v=2"/>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Ranga', 'Julius Sans One', 'Montserrat']
}
});
</script>
</head>
<body>
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-light">
<a class="navbar-brand text-dark mr-0 ml-4" href="index.html">
<img src="assets/icons/numbers-23-dark.svg" width="30" height="30" class="d-inline-block align-top" alt="">
Max Yao
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-1">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link" href="portfolio.html">Portfolio </a>
</li>
<li class="nav-item mx-1">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Nav Bar End -->
<div id="hero-01" style="background: url('assets/images/etienne-girardet-360034-unsplash.jpg') center top; background-size: cover;">
<div class="container d-flex flex-column" style="min-height: 105vh;">
<div class="row my-auto">
<div class="col-lg-5 col-md-8 col-sm-12">
<h1 class="display-2 font-weight-normal mb-2" style="font-family: 'Montserrat', sans-serif;">If two
things don't make a right, Try three!</h1>
<a class="btn btn-warning btn-lg mr-2" href="mailto:bojinyao@berkeley.edu">Send Email</a>
<a class="btn btn-light bg-white btn-lg" href="assets/doc/Resume.pdf" target="_blank">Resume</a>
</div>
</div>
</div>
</div>
<div class="pt-5 pb-5 mb-2">
<div class="container pt-3">
<div class="row">
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto">
<h2 class="display-4 mb-1">Welcome</h2>
<hr class="mt-3 mb-5">
<h3 class="h4 mb-3">About Me</h3>
<p class="lead mb-4 text-secondary mr-5">
Hi there, I'm a third year, Computer Science Major at The University of California Berkeley,
class of 2020 <span class="font-weight-bold text-warning">GO BEARS!!</span> Welcome to my
personal website where you can find some helpful links to some of the projects I've done,
especially in the <em>Portfolio</em> page. If you're interested in getting into contact with
me, please visit the <em>Contact</em> page.
</p>
<p class="lead mb-4 text-secondary mr-5">
</p>
</div>
</div>
<div class="row">
<div class="col-lg-9 col-md-10 col-sm-12 mx-auto">
<img class="w-100 my-5 pb-4" src="assets/images/anthony-hall-359446-unsplash.jpg">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto">
<h3 class="h4 mb-3">Experiences</h3>
<ul class="text-secondary mb-4">
<li class="lead mb-2">
CSM Junior Mentor | UC Berkeley
<ul>
<li>
Hold weekly one hour sessions and manage emailing for a group of four students in Data Structures to walk through assigned worksheets, teach class core-concepts, and answer any questions related to coursework.
</li>
</ul>
</li>
<li class="lead mb-2">
Summer General Intern | <a class="text-primary" href="https://onepiecework.com/">OnePiece Work</a> |San Francisco
<ul>
<li>
Assisted in maintaining company’s website.
</li>
<li>
Shadowed the startup technology company founder and management, and assisted in daily operations.
</li>
<li>
Planned live events to promote the company’s brand, generate awareness in the investor community, and target potential new customers.
</li>
<li>
Interviewed existing clients to better understand their needs to assist management to improve company’s services.
</li>
<li>
Researched and contacted potential new clients to discuss the company’s value propositions and distinguished services. And tracked data in excel model to create internal reporting for management.
</li>
<li>
Participated in negotiations with new clients and vendors to establish long-term partnerships.
</li>
<li>
Managed the company’s social media accounts and public relations: Facebook + Twitter.
</li>
</ul>
</li>
<li class="lead mb-2">
Beauty & Joy of Computing Academic Intern | UC Berkeley
<ul>
<li>
Assisted students with lab practices and homework problems. Explained and taught various concepts to advance students’ knowledge of computer science. Helping students with their Midterm, and Final projects. Main Language: Python3
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto">
<h3 class="h4 mb-3">Relevant Courses</h3>
<p class="lead mb-4 text-secondary mr-5">
Below are some of the classes I've taken that might be of interest to you:
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-5 col-sm-12 ml-auto">
<ul class="text-secondary list-unstyled mb-4">
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS162 Operating Systems</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS186 Databases</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS170 Advanced Algorithms</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>EE16A Intro to EE</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS61C Computer Architecture</li>
</ul>
</div>
<div class="col-lg-4 col-md-5 col-sm-12 mr-auto">
<ul class="text-secondary list-unstyled mb-4">
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS61B Data Structures</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS61A Computer Programs</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>CS70 Discrete Math & Probability Theory</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>Stat134 Advanced Probability Theory</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>Math110 Proof based Linear Algebra</li>
<li class="lead mb-2">
<i class="fa fa-book mr-2 text-secondary"></i>1 Year of Calculus</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="pt-5 pb-1" id="footer-01">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12 col-lg-6 text-center text-lg-left">
<ul class="list-inline my-4 my-0">
<li class="list-inline-item">
<a class="btn-link h3 text-secondary p-1" href="https://www.facebook.com/max.yao.7" target="_blank">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-link h3 text-secondary p-1" href="https://github.com/bojinyao" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-link h3 text-secondary p-1" href="https://bitbucket.org/maxyao/" target="_blank">
<i class="fab fa-bitbucket"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-link h3 text-secondary p-1" href="https://www.linkedin.com/in/bojinyao/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col">
<hr class="mb-4">
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-12 text-secondary text-center text-lg-left">
<p class="pb-2">© 2017 — 2018, Max Yao</p>
</div>
<div class="col-lg-6 col-md-12 text-secondary text-center text-lg-right">
<ul class="list-inline pb-2">
<li class="list-inline-item">
<a class="py-2 text-secondary" href="mailto:bojinyao@berkeley.edu">bojinyao@berkeley.edu</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="assets/javascript/replacer.js"></script>
</body>
</html>