Skip to content
Open
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
62 changes: 58 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">

<title>My Resume</title>
<title>You Picked Appleseed's Resume</title>

<link rel="stylesheet" href="css/index.css">

Expand All @@ -14,6 +14,60 @@
</head>

<body>
<h1>My Resume</h1>
</body>
</html>

<meta name="viewport" content="width=device-width, initial-scale=1">

<div class="container">
<header>
<h1>Johnny Appleseed</h1>
<nav>
<a href="#" class="first-anchor" id="custom-link-style">Home</a>
<a href="#">About</a>
<a href="#">Portfolio</a>
<a href="#">Contact</a>
</nav>
</header>
<img src="https://images.unsplash.com/photo-1567306226416-28f0efdc88ce?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80" alt="appleseed">

<div class="main-content">
<section class="top-content">
<h2> Web Dev</h2>
<h3> Technology is my jam</h3>
<p> Occasionally I have time to work on side projects. If you're interested, let me know by signing up on this website. Don't be afraid to hit the button below.</p>
<div class="btn-parent">
<button class="team-up-btn">Let's Team Up</button>
</div>
</section>
</div>

<div class="body-content">
<section class="about-content">
<h3>About</h3>
<p>Nobody picks apples quite like me. That line will now be copied and pasted a few times, as proof. Nobody picks apples quite like me. That line will now be copied and pasted a few times, as proof. Nobody picks apples quite like me. That line will now be copied and pasted a few times, as proof.</p>

<section class="skills-content">
<h3>Skills</h3>
<p>Expert picker of apples.</p>
<p>Works well with others.</p>
<p>Picks well with others.</p>
<p>True apple passion.</p>

<section class="work-content">
<h3>Portfolio</h3>
<p>Picked this winner on July 4</p>
<p>Collaborated on this harvest on June 4</p>
<p>Picked this collaboration on August 4</p>
<p>Wrote an essay. eentitled "Why I'd Want To Be An. Apple Picker" in third grade</p>

</section>
</div>

<div class="btn-parent">
<button class="team-up-btn">Contact Me</button>
</div>
</section>
</div>

</body>

</html>