-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (232 loc) · 9.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.0/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.js" charset="utf-8"></script>
<script src="js/p5.js" charset="utf-8"></script>
<script src="js/p5.sound.js" charset="utf-8"></script>
<script src="js/p5.dom.js" charset="utf-8"></script>
<script src="js/jquery.fullpage.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/jquery.typeit/4.4.0/typeit.min.js"></script>
<script src="https://unpkg.com/[email protected]/dest/tilt.jquery.min.js" charset="utf-8"></script>
<script src="js/main.js" charset="utf-8"></script>
<title>Weijia's Playground</title>
</head>
<body>
<nav class="navbar">
<div class="navbar-brand">
<div class="navbar-burger burger" data-target="nav-menu" id="nav-toggle" class="nav-toggle" onclick="document.getElementById('nav-menu').classList.toggle('is-active');">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="nav-menu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="#page1">Home</a>
<a class="navbar-item" href="#page2">About</a>
<a class="navbar-item" href="#page3">Projects</a>
<a class="navbar-item" href="#page4">Contact</a>
</div>
<div class="navbar-end">
<a href="https://github.com/unicar9" target="_blank">
<i class="fa fa-github navbar-item" aria-hidden="true"></i>
</a>
<a href="https://codepen.io/unicar/" target="_blank">
<i class="fa fa-codepen navbar-item" aria-hidden="true"></i>
</a>
<a href="https://www.behance.net/unicar9cbe0" target="_blank">
<i class="fa fa-behance navbar-item" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/weijiali9/" target="_blank">
<i class="fa fa-linkedin navbar-item" aria-hidden="true"></i>
</a>
<a class="navbar-item" href="https://drive.google.com/file/d/1zzJva-S7Ga-wYQzOcQ6_0d9jg_eupIg_/view" target="_blank">Resume</a>
</div>
</div>
</nav>
<div id="fullpage">
<!-- home page -->
<div data-anchor="page1" class="section">
<div id="typeit"></div>
</div>
<!-- about me page -->
<div data-anchor="page2" class="section">
<div class="columns">
<div class="column is-5">
<div class="box">
<img src="image/me.png" alt="Avatar" class="photo">
<div class="overlay">
<div class="text">
<h2>Skills</h2>
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-jquery-plain-wordmark"></i>
<i class="devicon-ruby-plain-wordmark"></i>
<i class="devicon-rails-plain-wordmark"></i>
<i class="devicon-backbonejs-plain-wordmark"></i>
</div>
</div>
</div>
</div>
<div class="column">
<div class="content about is-medium">
<h2>/About Me</h2>
<p>Before GA, I worked as a graphic designer and had a general interest towards computer related stuff. I previously learned programming through some online courses, but in order to enter this industry and make a solid contribution, I decided to commit to studying it full time. During the last three months, I have loved coding and building websites and developing the skills that comes with it. I especially enjoyed the process of doing every project, because no matter how frustrated and anxious I felt along the way, there was always a huge sense of fulfilment at the end. Now, I’m looking a for full-time position where I can utilise what I learned and also continue to learn. My goal is to make dynamic, user-friendly, functional yet visually pleasing websites.</p>
</div>
</div>
</div>
</div>
<!-- projects start -->
<div data-anchor="page3" class="section">
<div class="columns">
<div class="column">
<div class="card js-tilt">
<div class="card-image">
<figure class="image is-16by9">
<img src="http://i.imgur.com/r151Hv7.png" alt="Image">
</figure>
</div>
<div class="card-content">
<p class="title">
Tic Tac Toe
</p>
<div class="content">
This simple game is my first individual project. It's built with html, css and javascript/jQuery. It also comes with an unbeatable AI.
</div>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://unicar9.github.io/tictactoe/" target="_blank">Demo</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a href="https://github.com/unicar9/tictactoe" target="_blank">Source</a>
</span>
</p>
</footer>
</div>
</div>
<div class="column">
<div class="card js-tilt">
<div class="card-image">
<figure class="image is-16by9">
<img src="http://i.imgur.com/X3fgCPN.png" alt="Image">
</figure>
</div>
<div class="card-content">
<p class="title">
Hua
</p>
<div class="content">
I made a fun and experimental online drawing app with 3 different brushes, it's also my first attempt with HTML5 Canvas.
</div>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://hua-project.herokuapp.com/" target="_blank">Demo</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a href="https://github.com/unicar9/project1" target="_blank">Source</a>
</span>
</p>
</footer>
</div>
</div>
<div class="column">
<div class="card js-tilt">
<div class="card-image">
<figure class="image is-16by9">
<img src="http://i.imgur.com/F4VJxqp.png" alt="Image">
</figure>
</div>
<div class="card-content">
<p class="title">
PikQ
</p>
<div class="content">
My teammates and I built this app which allows users to take pictures from their webcams and then edit them before sharing.
</div>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://pikq.herokuapp.com/" target="_blank">Demo</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a href="https://github.com/Ryan-ruan/project2" target="_blank">Source</a>
</span>
</p>
</footer>
</div>
</div>
<div class="column">
<div class="card js-tilt">
<div class="card-image">
<figure class="image is-16by9">
<img src="http://i.imgur.com/f5QaMYx.png" alt="Image">
</figure>
</div>
<div class="card-content">
<p class="title">
iKoka
</p>
<div class="content">
In this group project, we created a websocket and p5.js powered chatrooms with creative audio and visual effects.
</div>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://ikoka-ga.herokuapp.com/" target="_blank">Demo</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a href="https://github.com/unicar9/project3-ikoka" target="_blank">Source</a>
</span>
</p>
</footer>
</div>
</div>
</div>
</div>
<!-- projects end -->
<div data-anchor="page4" class="section">
<div class="half" id="contactBox">
<div class="content is-large">
<h2 id="hello">If you want to say hello, I'll be there!</h2>
</div>
<div class="column"></div>
<div class="column is-half is-centered">
<a href="mailto:[email protected]?Subject=Hello%20Weijia" target="_top">
<i class="contactIcons fa fa-envelope-square" aria-hidden="true"></i>
</a>
<a href="https://github.com/unicar9" target="_blank">
<i class="contactIcons fa fa-github-square" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/weijiali9/" target="_blank">
<i class="contactIcons fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</div>
</div>
<div id="contact" class="half"></div>
</div>
</div>
</body>
</html>