-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
45 lines (45 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>Michelle Pierce's Resume</title>
<link rel="stylesheet" href="resume.css">
</head>
<body>
<iframe src="https://docs.google.com/document/d/1yji5zRobfJiM2E7V3Fx3G0-APg4bh7BwO40oPEXuRnk/pub?embedded=true"></iframe>
<div class="main-nav">
<ul class="nav">
<li class="name">Michelle Pierce</li>
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Experience</a></li>
<li><a href="#">Photos</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<h1>Michelle Pierce, Software Developer</h1>
<img class="main-image" src="michelle_pierce_grad.jpeg" alt"Michelle Pierce, Web Developer">
<h2>Objective: To acquire a position with an amazing company
where I can add value and further develop my skills as a software developer</h2>
<h2 class="section-title">Skills Summary</h2>
<ul>
<li>Programming Languages:<br>
SQL | Java | PHP | HTML | CSS | JavaScript | Visual Basic<br>
</li>
<li>Database Design:<br>
Relational Database Design | MySQL | SQLite | Microsoft SQL Server | Agile Software Development | Systems Analysis | Microsoft Access<br>
</li>
</ul>
<h2 class="section-title">Education</h2>
<ul>
<li>Bachelor of Science, Computer Information Systems<br>
Northwestern State University
</li>
</ul>
<h2 class="section-title">Certifications</h2>
<ul>
<li>Microsoft Office Specialist | Microsoft | November, 2015
Microsoft Access 2013 and Microsoft Excel 2013</li>
<li>Security Pro | TestOut Corporation | May, 2016</li>
<li>PC Pro | TestOut Corporation| May, 2016 </li>
</ul>
</body>
</html>