-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 2.11 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
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Alegreya" rel="stylesheet">
</head>
<body>
<!-- <header id='TopRight'>
<h2>HALEY LOPEZ</h2>
</header> -->
<div class="landing">
<header id='TopRight'>
<h2>HALEY LOPEZ</h2>
</header>
<nav id='navigation'>
<a class ="home" href="#home">Home</a>
<br>
<a class="abt" href="#about">About</a>
<br>
<a href="#contact">Contact</a>
</nav>
<header>
<h1 id="EngineerHeading">SOFTWARE ENGINEER</h1>
<img class="EngPhoto"src="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjIxMTIzfQ&w=1000&q=80" width='600'>
</header>
</div>
<section>
<!-- <h1 id="AboutHeading"><u>About</u></h1> -->
<article class='content' id='About'>
<div class="midcenter">
<h1 id="AboutHeading"><u>About</u></h1>
<img id="portrait" src="portrait.jpg" width='400'> </img>
<p id="summary">A high-energy, optimistic, creative, self-starting professional
passionate about connecting and educating people through
technology.
</p>
<img src="resume.jpg" width='600'> </img>
<p class="pdf">For a copy of my resume, click <a href="file:///Users/haleylopez/Downloads/without%20contact%20info.pdf">here</a></p>
</div>
</article>
<footer>
<div id="contact">
<h1 id = "ContactHeading"><u>Contact</u></h1>
<p id="ConMsg">For more information, you can reach out to me via <a href="https://www.linkedin.com/in/haleyalopez/">LinkedIn</a></p>
</div>
</footer>
</section>
</body>
</html>