forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (46 loc) · 1.92 KB
/
index.html
File metadata and controls
55 lines (46 loc) · 1.92 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
<html>
<head>
<title>Resume</title>
</head>
<body>
<img src="images/picture1.jpg" alt="landscape">
<h1>Mathew Cintron's Resume</h1>
<h2>Objective</h2>
<ul>
<li>I want to master the process of building web sites and increase my knowledge, skills and abilities in,</li>
<ul>
<li>Html</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
</ul>
<li>I’d like to work for a web design firm helping clients create an <strong>impressive</strong> online presence.</li>
<li>Also I would like to learn how to build decentralized applications on the Ethereum blockhain</li>
</ul>
<h3>Work Expierence</h3>
<p>I have expierence and skills in a vast array of differnt fields such as,</p>
<ul>
<li>Construction, General Contractor</li>
<li>Sheet Metal Fabrication</li>
<li>Professional Musician</li>
<li>Audio Engineer</li>
<li><em>Soon to be <b>saught after</b> Web Developer</em></li>
</ul>
<h3>Education</h3>
<ul>
<li>Graduated class of 2009, Middletown High School</li>
<li>Certified Welder</li>
<li>Currently attending CodeDifferntly Bootcamp</li>
<li>Self Taught everything else via <em>the good ol' internet!</em></li>
<h3>Skills</h3>
<ul>
<li>I have the ability to listen and Take and give direction</li>
<li>Extremely fast eager learner</li>
<li>Exelent problem solver</li>
<li>Ability to doo all the above well in stressful situations</li>
<li>Eager to learn new things and expand my skill set</li>
</ul>
<p>My linkedin profile: <a href="https://www.linkedin.com/in/mathew-cintron-973316200/" target="_blank">Click here</a></p>
<p>To Contact: <a href="Form.html" target="_blank">Click Here</a></p>
</body>
</html>