-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
38 lines (25 loc) · 983 Bytes
/
resume.html
File metadata and controls
38 lines (25 loc) · 983 Bytes
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
<html>
<head>
<title>Carlan's Resume</title>
<link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
</head>
<body class="subpage_body">
<h3><u>Objective</u></h3>
<p>To work as a Software Developer.</p>
<h3><u>Education</u></h3>
<p><strong>GEORGIA GWINNETT COLLEGE</strong><br>
Bachelor of Science - Software Development December 2016</p>
<h3><u>Experience</u></h3>
<p>None at the moment, however, I am seeking employment and am open to internships.</p>
<h3><u>Skills</u></h3>
<ul>
<li>Experience in Java Programming</li>
<li>Experience in Website Coding</li>
</ul>
<h3><u>Additional Information</u></h3>
<ul>
<li>Proficient in Spanish</li>
<li>Work well in teams.</li>
</ul>
</body>
</html>