-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
53 lines (48 loc) · 2.13 KB
/
about.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
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Heri Gutierrez's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700,200|Montserrat:400,700' rel='stylesheet' type='text/css'></head>
<body id="body-background">
<div class="main-nav">
<ul class="nav">
<li class="name">Heri Gutierrez</li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<header id="experience-page">
<h1 class="secondtag">Don't be shy! Scroll down and get to know me.</h1>
</header>
<main class="flex">
<div class="card">
<h2>About Me</h2>
<p>I’m an aspiring web designer who loves learning and keeping up with everything about the web. I've lived in lots of different places and have worked in lots of different jobs. I’m excited to bring my life experience to the process of building fantastic looking websites.</p>
<p>I’ve been a bilingual customer service agent and an education para-professional. I am also a life-long learner who's always interested in expanding my skills.</p>
</div>
<div class="card">
<h2>My Goals</h2>
<p>I want to master the process of building web sites and increase my knowledge, skills and abilities in:</p>
<ul class="skills">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Ruby</li>
<li>Rails</li>
</ul>
<p>I’d like to work for a web design firm helping clients create an impressive online presence.</p>
</div>
</main>
<footer>
<ul>
<li><a href="http://twitter.com/Herii_G" class="social twitter">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/heri-gutierrez-831435108" class="social linkedin">LinkedIn</a></li>
<li><a href="#" class="social github">Github</a></li>
</ul>
<p class="copyright">© 2016 Heri Gutierrez</p>
</footer>
</body>
</html>