-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 2.26 KB
/
index.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
<!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="#">
<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="index-page">
<img src="images/me.png" alt="Drawing of Heri Gutierrez" class="profile-image">
<h1 class="tag name">Hello, I’m Heri.</h1>
<p class="tag location">I'm from Brooklyn, New York.</p>
</header>
<main class="flex">
<div class="card">
<h2>Who I am</h2>
<p>My name is Heri and I am a passionate & motivated front-end developer. I create beautiful and functional solutions for the web. I live in Brooklyn New York and work for a very successful startup based in NYC.</p>
</div>
<div class="card">
<h2>what I do</h2>
<p>My experience as a web developer started with Team treehouse. The tracks have helped me out immensley. I am now able to build and design my own static webpage, add a photo gallery and make sure that the site is responsive on both mobile and desktop devices. </p>
<a href="http://www.w3.org/html/logo/">
<img src="https://www.w3.org/html/logo/badge/html5-badge-h-css3-device-multimedia-performance.png" width="229" height="64" alt="HTML5 Powered with CSS3 / Styling, Device Access, Multimedia, and Performance & Integration" title="HTML5 Powered with CSS3 / Styling, Device Access, Multimedia, and Performance & Integration">
</a>
</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>