-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·280 lines (246 loc) · 11.6 KB
/
index.html
File metadata and controls
executable file
·280 lines (246 loc) · 11.6 KB
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Lavender Chan</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="static/stylish-portfolio.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-top navbar-right navbar-default navbar-fixed-top" role="navigation">
<div class="container text-center">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="smallheading nav navbar-nav navbar-right navbar-center">
<li><a href="#about">About</a></li>
<li><a href="#projects">Coding Projects</a></li>
<li><a href="#designs">Design Projects</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</div>
</div>
</nav>
<header id="top" class="header">
<div class="text-vertical-center">
<img id="profile" src="static/lavender.png">
</div>
</header>
<section id="about" class="section bg-primary">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="container">
<div class="col-md-4">
<span class="heading">ABOUT ME</span>
<span class="about">
<p> I'm an Australian 3rd year Software Engineering student, with a solid experience
in building web and Android applications. I've got a strong passion for UX Design, and in my spare time I love making typographic and vector based illustrations.
</p>
</span>
</div>
<div class="col-md-4">
<img src="static/me.png" class="img-circle col-md-12">
</div>
<div class="col-md-4">
<span class="heading">Skills</span><p>
<span class="about">
<i> Listed in order of proficiency</i> <br>
<b>Languages:</b>
C, Java, Python, HTML, CSS, Flask, JQuery<br>
<b>Software:</b>
Photoshop, Illustrator, InDesign, Adobe Premiere Pro <br>
</span>
</div>
</div>
</div>
</div>
</section>
<section id="linkedin" class="section text-center">
<h2 style="color: #FFFFFF">Want to know more? </h1><br>
<form action="https://au.linkedin.com/pub/lavender-chan/b6/215/10b">
<input class="btn btn-default btn-lg" type="submit" value="View my LinkedIn!">
</form>
</section>
<!-- Portfolio -->
<section id="projects" class="section wrapper portfolio">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<div class="row">
<span class="heading">Coding Projects</span><br><br>
<div class="col-md-4">
<a href="https://github.com/juliawong/android-maps-utils">
<img class="image-portfolio img-portfolio img-responsive" src="static/phone.png">
</a>
</div>
<div class="col-md-4">
<br><br>
<a href="http://columbusapp.herokuapp.com/">
<img class="image-portfolio img-portfolio img-responsive" src="static/columbus.png">
</a>
</div>
<div class="col-md-4">
<br><br>
<a href="http://keen-quest-88205.appspot.com/">
<img class="image-portfolio img-portfolio img-responsive" src="static/arc.png">
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3> KML and GeoJSON Visualiser </h3>
</div>
<div class="col-md-4">
<h3> Columbus Image Viewer </h3>
</div>
<div class="col-md-4">
<h3> Arc @ UNSW Clubs Execuitive Audit Tool </h3>
</div>
</div>
<div class="row">
<div class="col-md-4">
An Android API which allows developers to read a KML or GeoJSON file and display corresponding geometry objects on a Google Map in their Android application. This project was completed as part of the Software Engineering Training Practicum II at Google Sydney.
</div>
<div class="col-md-4">
A web application which allows users to search for a particular image
based on the location of where it was taken. This application displays
the number of search results returned as a heat map around on a map.
This application uses the Google Maps API, Google Geocoding API and the Flickr API.
</div>
<div class="col-md-4">
Flask application written to conduct membership audits of club execuitives
belonging to Arc @ UNSW. The application takes two CSV files: club execuitive list
and membership list, then compares both to determine which club execuitive is an Arc member.
</div>
</div>
</div>
</div>
</section>
<section id="github" class="section text-center">
<h2 style="color: #FFFFFF">Want to see more? </h1>
<br>
<form action="https://github.com/lchans">
<input class="btn btn-default btn-lg" type="submit" value="View my Github!">
</form>
</section>
<!-- Footer -->
<section id="designs">
<div class="section text-center container">
<span class="heading">Design Projects</span><br><br>
<!-- Design Image 1 -->
<div class="row">
<div class="col-md-3">
<img class="image-portfolio" width="90%" src="static/mario.png">
</div>
<div class="col-md-3">
<img width="90%" src="static/soctial.png">
</div>
<div class="col-md-3">
<img width="90%" src="static/campflyer.png">
</div>
<div class="col-md-3">
<img width="90%" src="static/arama.png">
</div>
</div>
<!-- Design Name 1 -->
<div class="row">
<div class="col-md-3">
<br>
<span class="smallheading"> Super Cardio Bros Shirt</span><br>
<span class="subheading"> Medical Revue Society, UNSW</span><br><br>
</div>
<div class="col-md-3">
<br>
<span class="smallheading">Cocktail Night 2014 Poster</span><br>
<span class="subheading">Computer Science and Engineering Society, UNSW</span><br><br>
</div>
<div class="col-md-3">
<br>
<span class="smallheading"> First Year Camp 2015 Poster</span><br>
<span class="subheading">Computer Science and Engineering Society, UNSW</span><br><br>
</div>
<div class="col-md-3">
<br>
<span class="smallheading"> Arama Logo </span><br>
<span class="subheading">Microsoft Imagine Cup Entry</span><br><br>
</div>
</div>
<!-- Design Description 1-->
<div class="row">
</div>
<!-- Design Image 2 -->
<div class="row">
<div class="col-md-3">
<img width="90%" src="static/pineapple.png">
</div>
<div class="col-md-3">
<img width="90%" src="static/iceskating.png">
</div>
<div class="col-md-3">
<img width="90%" src="static/ironman.png">
</div>
<div class="col-md-3">
<img width="90%" src="static/hoodie.png">
</div>
</div>
<!-- Design Name 2 -->
<div class="row">
<div class="col-md-3">
<br>
<span class="smallheading">First Year Camp Shirt </span><br>
<span class="subheading">Computer Science and Engineering Society, UNSW</span><br><br>
</div>
<div class="col-md-3">
<br>
<span class="smallheading">Ice Skating Poster </span><br>
<span class="subheading">Computer Science and Engineering Society, UNSW</span><br><br>
</div>
<div class="col-md-3">
<br>
<span class="smallheading">Iron Man Shirt </span><br>
<span class="subheading">Computer Science and Engineering Revue, UNSW</span><br><br>
</div>
<div class="col-md-3">
<br>
<span class="smallheading">Hoodie Design </span><br>
<span class="subheading">Computer Science and Engineering Society, UNSW</span><br><br>
</div>
</div>
<!-- Design Description 2-->
<div class="row">
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<div class="row text-center">
<div class="container">
<br>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="col-md-4">
<a href="https://au.linkedin.com/pub/lavender-chan/b6/215/10b">
<img src="static/linkedin.png" class="col-md-12">
</a>
</div>
<div class="col-md-4">
<a href="https://plus.google.com/u/0/113761323093515822040/posts">
<img src="static/googleplus.png" class="col-md-12">
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/lchans">
<img src="static/github.png" class="col-md-12">
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>