Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Andres Holland - Developer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<h1>Andres Holland</h1>
<p>Andres was born in 1993.
<img src="pictureOfAndres.png" class="profilepic" alt="Picture of Andres">
</p>

<h2>Education</h2>
<p>I will graduating with a degree in Accounting from the University of Delaware in May of 2017.</p>
<h2>Employment History</h2>
<ul>
<li>Audit Intern - CohnReznick</li>
<li>Manager - The Factory</li>
<li>Web Designer - Delzines</li>
</ul>
<h2>Tech Interests</h2>
<ol>
<li>Node.JS</li>
<li>Front-End Frameworks</li>
</ol>

<h3>Personal Interests</h3>
<p>I love to travel, try new food, and learn about the newest startups. I'm a big Ravens fan.</p>
</body>
</html>
Binary file added pictureOfAndres.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
h1 {
font-family: Arial, sans-serif;
text-align: center;
}

.profilepic {
position: absolute;
right: 0px;
padding: 10px;
}