forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
44 lines (42 loc) · 2.29 KB
/
resume.html
File metadata and controls
44 lines (42 loc) · 2.29 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<h1>Franco M. Thomas</h1>
<p><strong>Objective</strong> <br>To acquire a position within a company, allowing me to utilize my knowledge of front end coding. To work in an organization that fosters an environment of interdependence, and independence. To continue learning my craft, while developing professionally and socially.</p>
<h2>Work Experience</h2>
<ul>
<li><strong>Lutheran Community Services</strong></li>
<li><strong>Central YMCA of Delaware</strong></li>
<li><strong>Connections CSP Inc.</strong></li>
</ul>
<h2>Education</h2>
<p><strong>University of Delaware</strong></p>
<ul>
<li>Major: <strong>Business Administration</strong></li>
<li>Concentration: <strong>Finance and Management</strong></li>
</ul>
<h2><strong>Skills</strong></h2>
<ul>
<li>20+ years customer service/client relations experience</li>
<li>Proficient in Microsoft Office</li>
</ul>
<a href="https://www.linkedin.com/in/franco-thomas-a72425100/">View Proffesional Profile</a>
<img src="https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/124344357_386389575813456_810611033834383756_o.jpg?_nc_cat=101&ccb=2&_nc_sid=09cbfe&_nc_ohc=LikI82gqR1EAX8ukCiL&_nc_ht=scontent-iad3-1.xx&oh=323b59e6c2af6a339fafabc449eb11e4&oe=5FE020E1" alt="My Face" width="200" height="200">
<script src="" async defer></script>
</body>
</html>