-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (156 loc) · 4.46 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
<!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.0" />
<title>David-Dex</title>
</head>
<body>
<table>
<tr>
<td>
<img
src="me-modified.png"
alt="image of David Nguyen"
style="width: 200px; height: 200"
/>
</td>
<td>
<h1>David Nguyen</h1>
<p>
<em><strong>Computer Science Student</strong></em> at the
<strong>University of Adelaide</strong>
</p>
<p>I am seeking employment within the technologies field</p>
<a
href="http://127.0.0.1:5500/Web_development/HTML_Projects/contact.html"
>CONTACT INFORMATION</a
>
</td>
</tr>
</table>
<hr />
<h2>About Me</h2>
<p>
Personable and motivated student pursuing a bachelor's degree in computer
science at the University of Adelaide. Eager to enter the technologies
industry to further improve modern technologies. Currently looking for
part-time or casual work to build long relationships with co-workers and
customers and improve my social skills. Strong academic background,
maintaining above-average results. Highly articulate individual, confident
in working with diverse cultures and situations in which cultural
awareness and appreciation are integral. Very passionate about learning
new languages and building professional workplace relationships with staff
and customers. Seeking to start a professional career with the long-term
aim of working as team member within the technologies industry.
</p>
<hr />
<u><h3>Education</h3></u>
<strong>Blackfriars Priory School</strong>
<table>
<th>Year</th>
<th>Achievements</th>
<tr>
<td>2018:</td>
<td>Awarded High Honors in Mathematical Methods</td>
</tr>
<tr>
<td>2019:</td>
<td>Achieved academic average of 86% from all subjects</td>
</tr>
<tr>
<td>2020:</td>
<td>Achieved ATAR of 90.95 / Aggregate of 77.45</td>
</tr>
</table>
<br>
<strong>TAFE SA: Certificate 3 Business</strong><br>
<p>2020: Completed Online</p>
<br>
<strong>University of Adelaide: Bechelor of Computer Science</strong><br>
<em>Relevant Coursework</em>
<table>
<tr>
<td>2021:</td>
<td>
<ul>
<li>Japanese Languages N5</li>
<li>Object Oriented Programing</li>
<li>Mathematics for Data Science 1</li>
</ul>
</td>
</tr>
<tr>
<td>2022:</td>
<td>
<ul>
<li>Japanese Languages N5-N4</li>
<li>Algorithm Design and Data structures</li>
<li>Web and Database Computing</li>
<li>Virtual Reality Design</li>
</ul>
</td>
</tr>
</table>
<hr />
<u><h3>Computational Skills</h3></u>
<table>
<tr>
<td>
<table>
<tr>
<td>C++</td>
<td>★★★</td>
</tr>
<tr>
<td>HTML</td>
<td>★★★★★</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>CSS</td>
<td>★★</td>
</tr>
<tr>
<td>JavaScript</td>
<td>★</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<u><h3>General Skills</h3></u>
<table>
<tr>
<td>
<ul>
<li>Organizational Skills</li>
<li>Problem Solving Skills</li>
<li>Communication Skills</li>
<li>Work under pressure</li>
</ul>
</td>
<td>
<ul>
<li>Software Skills</li>
<li>Interpersonal skills</li>
<li>Mathematical Skills</li>
</ul>
</td>
</tr>
</table>
<hr>
<u><h3>Languages</h3></u>
<ul>
<li>English - Proficient</li>
<li>Vietnamese - conversational</li>
<li>Japanese - Beginners/N5</li>
</ul>
<hr>
</body>
</html>