-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (44 loc) · 2.07 KB
/
index.html
File metadata and controls
52 lines (44 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<title>About Me | Esmeralda</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="description" content="This is my portfolio"/>
<meta name="keywords" content="portfolio, developer, designer">
<meta name="author" content="Esmeralda Hoscoy"/>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
</head>
<body>
<img src="images/its_es.jpg" alt="Personal Picture">
<h1>ABOUT ME</h1>
<h2>ADVENTURES OF AN ASPIRING DEVELOPER</h2>
<div class="first">
<p>Hi! I'm Esmeralda, an aspiring Developer based in NYC. I Have ten years of experience in the nonprofit world, specializing immigration, womens rights, and refugees. While fairly new to life as a developer, I am commited to becoming an expert and learning how to address poverty through the use of technology. I believe that learning to be a developer and building responsive websites can help those most in need. Check out my <a href="portfolio.html">portfolio</a> to learn more.</p>
</div>
<h2>Resume</h2>
<h3>Experience</h3>
<div class="second">
<p>I recently graduated from a Front-End Web Development course at General Assembly where I learned HTML, CSS, JavaScript, jQuery and how to be an awesome Front-End Web Developer! During my spare time, I enjoy running, reading, coloring, hiking, and
spending time relaxing.</p>
</div>
<h3>Relevant Experience</h3>
<ul>
<li>Web Developer, Relaxr 2015 - present
<p>Developed a multi-column layout blog, landing page, and contact forms that render on mobile devices.</p>
</li>
<li>Web Developer, Startup Matchmaker 2015 - present
<p>Used a design team's wireframes to develop this company's responsive homepage.</p>
</li>
<li>Web Developer, CitiPix 2015 - present
<p>Built web app prototype that allows users to store and quickly retrieve photos using keywords.</p>
</li>
</ul>
<p></p>
<h2>Education</h2>
<ol>
<li>General Assembly - FEWD 2015</li>
<li>College of Soft Knocks - B.S. 2009</li>
<li>School of Hard Knocks - 2005 (Honors)</li>
</ol>
</body>
</html>