-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
102 lines (102 loc) · 6.1 KB
/
Copy pathresume.html
File metadata and controls
102 lines (102 loc) · 6.1 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css" >
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
<title> **HAO** </title>
<link rel="shortcut icon" type="image/png" href="https://image.jimcdn.com/app/cms/image/transf/dimension=273x10000:format=png/path/sb0abad0b84d20c80/image/i0411c6b30e3d2ed8/version/1408093289/tangram-puzzle-114-letter-h-visit-http-www-tangram-channel-com-to-see-the-solution-to-this-tangram.png" />
</head>
<body>
<div class="header">
<div class="container">
<ul class="menu_left">
<li><a href="index.html"> Home </a></li>
<li><a href="resume.html"> Resume </a></li>
</ul>
<a href="#" class="menu_image">
<img src="http://i1250.photobucket.com/albums/hh538/Hao_Tuan_Chau/imageedit_2_8489468615_zpsb9ru8c58.gif">
</a>
<ul class="menu_right">
<li class="dropdown">
<a href="#" class="dropdown-toggle">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="project.html#CUNews"> CU-News </a></li>
<li><a href="project.html#ChessGame"> ChessGame </a></li>
<li><a href="project.html#TTTGame"> Tic Tac Toe Game </a></li>
<li><a href="project.html#SMS"> Supermarket APP </a></li>
</ul>
</li>
<li><a href="https://github.com/Tuanhao"> Github </a></li>
</ul>
</div>
</div>
<div class = "center">
<div class = "container" id = "pageTop">
<h1> Resume </h1>
<h4><i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i> tuanhao256@gmail.com <i class="fa fa-phone-square fa-lg" aria-hidden="true"></i> 613-410-1860 </h4>
</div>
<div class = "container">
<h2 id = "resumeHeader"><i class="fa fa-graduation-cap fa-lg" aria-hidden="true"></i> Education </h2>
<h3> Carleton University | B.Eng Computer System Engineering 2020 </h3>
<p> CGPA: 9.9/12 (B+) <br> Dean's Honour Lists | Spring 2016 <br> Carleton Academic Scholarship | 2015-2016, 2016-2017 </p>
<h2 id = "resumeHeader"><i class="fa fa-file-code-o" aria-hidden="true"></i> Projects </h2>
<h3> CU-News | Node.js, Express, React-Flux, MongoDB </h3>
<p class="projectInfo">Web application for showing news that student can vote on</p>
<ul>
<li>Implemented a graph with the most common keywords among news articles </li>
<li>Used React framework for module components with dynamic content </li>
<li>Employed Git to merge work, to prevent code repetition, and to safely manage the project </li>
<li>I created the GUI for the website including website structure, buttons, and input area </li>
</ul>
<h3>Personal website | jQuery, HTML, CSS </h3>
<p class="projectInfo">Static website with menu bar(navigation menu), drop-down menus, animations, and images </p>
<ul>
<li>Loacted elements nicely with CSS framework (Bootstrap) by setting up different layouts for different part of the website </li>
</ul>
<h3>Supermarket-Management-System | Node.js, Express, AngularJS, MongoDB </h3>
<p class="projectInfo">Web application for storing inventory information and managing volunteers</p>
<ul>
<li>Built with Google pie chart to show dominant items, and data is updated and shown in real time</li>
<li>I created the GUI for the website including buttons, pie chart, and input area</li>
</ul>
<h3> ChessGame | Java </h3>
<p class="projectInfo">A chess game with 32 distinct pieces on the board for 2 players </p>
<ul>
<li>Applied object-oriented programming concepts to create the game </li>
<li>Created unique classes for each piece and inherited common methods and attributes from a super class </li>
</ul>
<h3> Tic Tac Toe Game | Java </h3>
<p class="projectInfo">A simple 3 by 3 tic tac toe game</p>
<ul>
<li>Used Java's Abstract Window Toolkit and Swing toolkit to create the GUI</li>
<li>Created labels, buttons, menu, and hotkeys in Jframes with GridLayout</li>
<li>Created event handlers to perform action when button is triggered by implementing ActionListener interface</li>
</ul>
<h2 id = "resumeHeader"><i class="fa fa-cog fa-spin fa-lg" aria-hidden="true"></i> Skills </h2>
<h3> Programming Languages: </h3>
<h4> Java, HTML, CSS, Javascript, Python, C </h4>
<h3> Soft Skills: </h3>
<h4> Git, Team collaberation, Report writing, Presentation </h4>
<h2 id = "resumeHeader"><i class="fa fa-briefcase fa-lg" aria-hidden="true"></i> Employments </h2>
<h3> Hudson's Bay | Sale Associate </h3>
<ul>
<li>Provide a consistent high level of customer service by creating and developing excellent client relationships </li>
<li>Effectively maintain tidiness of the store as a team to create a good image </li>
</ul>
</div>
</div>
<div class="footer">
<div class="container">
<div class="square">
<div id ="Instagram"><a href="https://www.instagram.com/tuanhao256/"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i></a></div>
<div id ="Email"><a href= "#"><i class="fa fa-envelope fa-2x" aria-hidden="true"></i></a></div>
<div id ="Github"><a href="https://github.com/Tuanhao"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a></div>
<div id ="LinkedIn"><a href="https://ca.linkedin.com/in/tuan-hao-chau-0a2142134"><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://use.fontawesome.com/9476cd96e0.js"></script>
<script src="function.js"></script>
</body>
</html>