-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
192 lines (187 loc) · 7.56 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Vincent Lieu's Portfolio" />
<meta name="author" content="Vincent Lieu" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/browser_icon.png" type="image/png" />
<link rel="stylesheet" href="./css/styles.css"/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap"
integrity="sha512-y7GF7FXn+aNWKqYAPCNm9M81P47Ns+xTUOKQ4aX5x6uNrkM9SQ+AixEUiMqD1dWKUSH2eKletq7pW5dcahKozQ=="
/>
<script src="./scripts/script.js" integrity="sha512-K0BdeIIDDZoh52zUEmZ4MNfO2g5aY1meq2KWCnRDybyQ1pVuHjRc0a2OZT3ntTsys/yX77AcDdg2MYIKGjdGyg==" crossorigin="anonymous" defer></script>
</body>
<title>Vincent Lieu × About</title>
</head>
<body>
<nav class="navbar">
<a href="index.html">
<svg
class="logo"
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 1000 1000"
style="enable-background:new 0 0 1000 1000;"
xml:space="preserve"
>
<g>
<g>
<rect
x="271.98"
y="303.49"
transform="matrix(0.7071 -0.7071 0.7071 0.7071 -323.9172 411.1008)"
width="124.61"
height="586.13"
/>
<polygon
points="365.92,151.86 365.58,326.89 171.56,520.91 83.45,432.79 "
/>
<g>
<rect
x="602.41"
y="302.1"
transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 713.8959 1486.0358)"
width="124.61"
height="586.13"
/>
<polygon
points="635.91,151.86 633.42,325.5 827.44,519.52 915.55,431.41 "
/>
</g>
</g>
<g>
<rect
x="396.67"
y="370.37"
transform="matrix(0.7071 -0.7071 0.7071 0.7071 -232.4158 448.5687)"
width="57.18"
height="268.94"
/>
<rect
x="546.41"
y="370.37"
transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 624.6127 1268.3934)"
width="57.18"
height="268.94"
/>
</g>
</g>
</svg>
</a>
<svg class="toggle-button" fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="100px" height="100px"><path d="M 0 7.5 L 0 12.5 L 50 12.5 L 50 7.5 Z M 0 22.5 L 0 27.5 L 50 27.5 L 50 22.5 Z M 0 37.5 L 0 42.5 L 50 42.5 L 50 37.5 Z"/></svg>
<div class="navbar-links">
<ul>
<li><a href=index.html class="hover-highlight">HOME</a></li>
<li><a href="about.html" class="active hover-highlight">ABOUT</a></li>
<li><a href="projects.html" class="hover-highlight">PROJECTS</a></li>
<!-- <li><a href="blog.html" class="hover-highlight">BLOG</a></li> -->
<li><a href="contact.html" class="hover-highlight">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="about-me-container">
<img class="about-me-profile" src="img/profile.png" alt="Profile Picture"/>
<div class="about-me-bio">
<h1>About Me</h1>
<p>
Hi! I'm Vincent and I'm a Full Stack Developer based in Sydney, with
prior experience working as a software quality assurance analyst.
</p>
<p>
I graduated with a Bachelor's of Commerce majoring in Accounting and
Business Information System at Macquarie University in 2015. Despite
performing well in accounting, it was not the career path I wanted to
take, however I really enjoyed my Business Information Systems subjects and attempted to move into the IT industry.
</p>
<p>
I began my professional IT career as a manual software tester for a
consultancy firm; having worked with various organisations and throughly enjoyed the experience working with
the IT development team, I wanted to further my career as an IT professional and transition from being the tester to the creator.
I enrolled with CoderAcademy to become a Full Stack Developer to make this transition to further my career and my growing passion for IT.
</p>
<h2>Programming.</h2>
<ul class="list-items">
<li class="hover-highlight">Ruby</li>
<li class="hover-highlight">HTML5</li>
<li class="hover-highlight">CSS3</li>
<li class="hover-highlight">Bootstrap 4</li>
<li class="hover-highlight">Bulma</li>
<li class="hover-highlight">SQL</li>
<li class="hover-highlight">Ruby on Rails</li>
<li class="hover-highlight">JavaScript</li>
<li class="hover-highlight">MongoDB</li>
<li class="hover-highlight">Express.js</li>
<li class="hover-highlight">React</li>
<li class="hover-highlight">Node.js</li>
</ul>
<h2>Software.</h2>
<ul class="list-items">
<li class="hover-highlight">Microsoft SQL</li>
<li class="hover-highlight">Oracle DB</li>
<li class="hover-highlight">BrowserStack</li>
<li class="hover-highlight">Postman</li>
<li class="hover-highlight">SoapUI</li>
<li class="hover-highlight">PowerDesigner</li>
<li class="hover-highlight">JIRA</li>
<li class="hover-highlight">Trello</li>
<li class="hover-highlight">Confluence</li>
<li class="hover-highlight">Draw.io</li>
<li class="hover-highlight">Adobe Photoshop</li>
<li class="hover-highlight">Adobe Illustrator</li>
<li class="hover-highlight">Balsamiq Wireframes</li>
</ul>
<h2>Experience.</h2>
<ul>
<li>
Senior Test Analyst
<span class="hover-highlight location">@Testpoint Consulting</span> (2016-2020)
</li>
<li>
Senior Test Analyst
<span class="hover-highlight location"
>@New South Wales Business Chambers (NSWBC)</span
>
(2020)
<span class="secondment">
(secondment on behalf of Testpoint)</span
>
</li>
<li>
Senior Test Analyst
<span class="hover-highlight location">@Flexigroup</span> (2018-2020)
<span class="secondment">
(secondment on behalf of Testpoint)</span
>
</li>
<li>
Test Analyst <span class="hover-highlight location">@Uniting</span> (2017-2018)
<span class="secondment">
(secondment on behalf of Testpoint)</span
>
</li>
<li>
Bartender <span class="hover-highlight location">@Campsie RSL</span> (2014-2017)
</li>
</ul>
<h2>Education.</h2>
<ul>
<li>
Diploma of Information Technology
<span class="hover-highlight location">@CoderAcademy</span> (2020)
</li>
<li>
Bachelor's of Commerce - Accounting and Business Information Systems
<span class="hover-highlight location">@Macquarie University</span> (2015)
</li>
</ul>
</div>
</div>
</div>
</html>