-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
266 lines (224 loc) · 11.2 KB
/
Copy pathindex.html
File metadata and controls
266 lines (224 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-212233623-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-212233623-1');
</script> -->
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-N2KCBDF');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-compatible" content="ie=edge">
<script src="./scripts/index.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<title>David Tsui</title>
<meta name="description" content="David Tsui, Software Engineer"/>
<meta name="keywords" content="React,Node,HTML,CSS,JavaScript,Webpack"/>
<meta name="author" content="David Tsui">
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Portfolio"/>
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="http://www.davidtsui.co.uk/resources/minimalist.jpeg" />
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="David Tsui, Software Developer"/>
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="http://www.davidtsui.co.uk" />
<link rel="stylesheet" href="./styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Abel|Forum|Reem+Kufi&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/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="icon" href="https://freeiconshop.com/wp-content/uploads/edd/image-outline-filled-128x128.png">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N2KCBDF" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
<header class="page__header">
<nav class="navbar__menu">
<!-- Navigation starts as empty UL that will be populated with JS -->
<ul id="navbar__list"></ul>
</nav>
</header>
<section class="hero is-fullheight" id="section1">
<div class="hero-body hero-one">
<h1 class="title">David Tsui, Software Developer</h1>
</div>
</section>
<section class="hero is-fullheight" id="section2">
<div class="hero-body hero-two">
<div class="container">
<div class="columns">
<div class="column is-6">
<div class="columns is-multiline is-mobile techlist">
<div class="column is-3">
<i class="devicon devicon-html5-plain colored"></i>
<small>HTML5</small>
</div>
<div class="column is-3">
<i class="devicon devicon-sass-original colored"></i>
<small>SASS</small>
</div>
<div class="column is-3">
<i class="devicon devicon-python-plain colored"></i>
<small>Python</small>
</div>
<div class="column is-3">
<i class="devicon devicon-javascript-plain colored"></i>
<small>JavaScript</small>
</div>
<div class="column is-3">
<i class="devicon devicon-django-plain-wordmark colored"></i>
<small>Django</small>
</div>
<div class="column is-3">
<i class="devicon devicon-react-original colored"></i>
<small>React.js</small>
</div>
<div class="column is-3">
<i class="devicon devicon-nodejs-plain colored"></i>
<small>Node.js</small>
</div>
<div class="column is-3">
<i class="devicon devicon-docker-plain colored"></i>
<small>Docker</small>
</div>
<div class="column is-3">
<i class="devicon devicon-figma-plain"></i>
<small>Figma</small>
</div>
<div class="column is-3">
<i class="devicon devicon-express-original colored"></i>
<small>Express.js</small>
</div>
<div class="column is-3">
<i class="devicon devicon-mongodb-plain colored"></i>
<small>MongoDB</small>
</div>
<div class="column is-3">
<i class="devicon devicon-webpack-plain colored"></i>
<small>Webpack</small>
</div>
<div class="column is-3">
<i class="devicon devicon-git-plain colored"></i>
<small>Git</small>
</div>
<div class="column is-3">
<i class="devicon devicon-gitlab-plain colored"></i>
<small>Gitlab</small>
</div>
</div>
</div>
<div class="columns">
<div class="column ">
<div class="has-text-centered">
<img class="profpic" src="resources/David-3_copy_30.jpg">
</div>
<p>Hi! I'm David, a software developer with experience in full stack development using Django, React and JavaScript. I
have a background in working in the non-profit space as well as digital marketing in the finance sector. I did a
Coding Bootcamp at General Assembly and a Software Developer Apprenticeship approved by the British Computer Society.
</p><br />
<p>At Be The Business, I used a tech stack of Django, Python, JavaScript, HTML and SCSS and created applications that
contributes to user engagement and the drive to better engage customers for Be The Business. Using the Django-based
Wagtail CMS I helped the Content team on page structuring and bespoke Django template design. The Frontend and page logic are
created in JavaScript and connected to the Backend settings which are written in Python. The Backend settings also have a UI that can be
managed by non-programming teams. I also collaborate with the wider organization and can adopt a less-technical tone
in my verbal delivery and written reports. I adopt a BEM syntax when writing SCSS and keep documentation for essential
processes for development within Docker Containers. Also have done UX wireframe mockups using Figma and follow agile
processes with Azure DevOps.
</p><br />
<p>During my Software Engineering Course at General Assembly, I rapidly improved my skills in full stack
technologies. During my time there, I’ve worked on intensive solo projects, managed pull requests in team projects;
Maintaining Github and develop an understanding of various Frontend and
Backend technologies with React.js, Node.js and Python.
</p><br />
<p>Previously I have trained in Data Science and SQL through an industry scheme at Sky where I also improved my business
presentation and communication skills. Before that I had University degrees in the Film Industry and Art Practice.
</p><br />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-fullheight" id="section3">
<div class="hero-body hero-three">
<div class="container">
<div class="columns">
<!-- <div class="column is-3">
<span>
<a href="https://feeling-radiohead.herokuapp.com/songs" target="_blank">
<h2 class="has-text-centered">Feeling Radiohead</h2>
<img src="resources/feelingradiohead.png"/>
</a>
</span>
<h3>Fansite for the classic band 🤘</h3><br/>
<h3>React.js, Python Flask, Bcrypt, SQLAlchemy, Bulma</h3>
<span><a href="https://github.com/davt49/sei-project-4" target="_blank"><i class="devicon-github-plain colored"></i></a></span>
</div> -->
<div class="column is-6">
<span>
<a href="http://davidtsui.co.uk/sei-project-1/" target="_blank">
<h2 class="has-text-centered">Tetris</h2>
<img src="resources/tetris.png"/>
</a>
</span>
<h3>Classic Game on Vanilla JS ☕</h3><br/>
<h3>Javascript, CSS, HTML</h3>
<span><a href="https://github.com/davt49/sei-project-1" target="_blank"><i class="devicon-github-plain colored"></i></a></span>
</div>
<div class="column is-6">
<span>
<a href="http://davidtsui.co.uk/calc-app/" target="_blank">
<h2 class="has-text-centered">Calculator</h2>
<img src="resources/calc_app.png" />
</a>
</span>
<h3>Humble Calculator with theme switcher</h3><br/>
<h3>React.js, JavaScript, SCSS, CSS Grid, GithubActions, Docker</h3>
<span><a href="https://github.com/davt49/calc-app/" target="_blank"><i class="devicon-github-plain colored"></i></a></span>
</div>
<!-- <div class="column is-3">
<span>
<a href="https://distribution-ecosystem.herokuapp.com/" target="_blank">
<h2 class="has-text-centered">Distribution Ecosystem</h2>
<img src="resources/ecosystem.png" />
</a>
</span>
<h3>My 2017 Masters Dissertation, now a web app 👨🎓</h3><br />
<h3>React.js, Node.js, Express.js, MongoDB, SCSS</h3>
<span><a href="https://github.com/davt49/distribution-ecosystem" target="_blank"><i
class="devicon-github-plain colored"></i></a></span>
</div> -->
</div>
</div>
</div>
<div class="hero-three">
<div class="container has-text-centered">
<div class="columns ">
<div class="column">
<a href="https://www.linkedin.com/in/davidtsui49/" target="_blank">
<i class="fa fa-linkedin-square" style="font-size:42px; margin: 10px; color:CornflowerBlue;"></i>
</a>
<a href="https://github.com/davt49" target="_blank">
<i class="fa fa-github" style="font-size:42px; margin: 10px; color:SlateGrey;"></i>
</a>
<a href="mailto:davidtsuiart@gmail.com">
<i class="fa fa-envelope" style="font-size:42px; margin: 10px; color:Gray;"></i>
</a>
</div>
</div>
</div>
</div>
</section>