-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
107 lines (96 loc) · 4.08 KB
/
resume.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
<!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>Resume</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="resume.html" id ="col">Resume</a>
<a href="itec4450.html">ITEC4450</a>
</nav>
<div class="intro" style="text-align: center;">
<h1>Fahao Wen</h1>
<p>Phone: (404)-940-6861 | Email fwen@ggc.edu | Atlanta, GA</p>
</div>
<div class="deucation">
<h3>Education</h3><hr>
<dl>Bachelor of Science in Information Technology, Software Development
<dd>Georgia Gwinnett College - Lawrenceville, GA</dd>
<dd>Expected Graduation Date: December 2023 | GPA:3.96</dd>
</dl>
</div>
<div class="skills">
<h3>Skills</h3><hr>
<table>
<tr>
<td style="font-weight: bold;">Programming Languages: </td>
<td>Java</td>
<td>Python</td>
<td>SQL</td>
<td>HTML</td>
<td>CSS</td>
<td>JavaScript</td>
</tr>
<tr>
<td style="font-weight: bold;">software: </td>
<td>Miscosoft office</td>
<td>IntelliJ</td>
<td>MySQL Workbench</td>
<td>SQL developer</td>
<td>Cisco Packet Tracer</td>
<td>Git</td>
</tr>
</table>
</div>
<div class="experience">
<h3>Professional Experience:</h3><hr>
<p>Virtucom, Inc. - Peachtree Corner, GA<br>Installation Technician</p>
<ul>
<li>Installed operating system and security protocol on 500+ client computers</li><br>
<li>Configured start up setting for smart panels, PCs, Chromebooks, and laptops</li><br>
<li>Provided IT support to solve client's issues on devices</li>
</ul><br>
<p>ST Python Programming Data Analysis Project – Lawrenceville, GA<br>World’s Happiest Countries Data Analyst</p>
<ul>
<li>Leveraged Python, NumPy, and Panda to manipulate and organize data in desired format</li><br>
<li>Cleaned records to identify meaningful data to build chart and graphs</li><br>
<li>Presented findings and conclusions based on analyzed data</li>
</ul><br>
<p>Database Application Development Project – Lawrenceville, GA<br>Restaurant System</p>
<ul>
<li>Built relational database from design phase using Entity Relationship Diagram to final product with Oracle
21c SQL Developer</li><br>
<li>Formed an integrated system with tables, relationships, entities, queries, views, and other schema objects</li><br>
<li>Presented findings and conclusions based on analyzed data</li>
</ul><br>
</div>
<div class="work"><hr>
<h3>Work Experience</h3>
<p>J&L Greer Financial LLC – Duluth, GA<br>Accounting Assistant</p>
<ul>
<li>Designed a system to keep track of customers data and improve process efficiency using Dropbox and
Excel</li><br>
</ul>
<p>Yummy Roll Ice Cream – Lawrenceville, GA<br>Store Manager</p>
<ul>
<li>Managed inventory to ensure accuracy and trained employees on job responsibilities</li><br>
</ul>
</div>
<div class="leadership">
<h3>Leadership Experience</h3><hr>
<p>Upsilon Pi Epsilon, GGC Chapter<br>International Honor Society for the Computing and Information Disciplines<br>Treasurer</p>
<ul>
<li>Organize professional development and recruiting events</li><br>
</ul>
</div>
<div class="achievement">
<h3>Achievements</h3><hr>
<p>Dean's horner list and President's list</p>
</div>
</body>
</html>