Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Streiff committed Sep 10, 2024
1 parent 6db7af5 commit 302f3db
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 4 deletions.
15 changes: 13 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,26 @@ <h2 id="experience"><a href="#experience">Experience</a></h2>
</ul>
</div>
</section>
<section>
<a class="button" href="/cory_streiff_resume.pdf" target="_blank">
Download Resume &nbsp;
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 12.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V12.5" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.83398 8.3335L10.0007 12.5002L14.1673 8.3335" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 12.5V2.5" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</section>
</div>
</main>
<footer>
<h1>Let's get in touch!</h1>
<ul>
<li><a href="https://github.com/coalest" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/cory-streiff/" target="_blank">LinkedIn</a></li>
<li><a href="/cory_streiff_resume.pdf" target="_blank">Resume</a></li>
<li mailto="c.streiff@pm.me"></li>
</ul>
<p>Designed and developed by Cory Streiff using <a href="https://www.11ty.dev/" target="_blank">Eleventy</a>.</p>
<p>Designed and developed by Cory Streiff.</p>
</footer>
</body>
</html>
Expand Down
1 change: 1 addition & 0 deletions _site/src/svg/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions _site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,31 @@ footer a {
text-decoration: none;
}

.button {
border: 1px solid var(--text-color);
border-radius: 8px;
padding: 10px 16px;
text-decoration: none;
font-size: 1rem;
font-weight: 500;
text-align: center;
}

.button:hover {
background: var(--text-color);
color: white;
}

.experience img, .experience svg {
display: inline;
height: 1.25rem;
}

.experience a {
grid-column: 2;
max-width: max-content;
}

@media (width < 960px) {
main > div {
margin-bottom: 50px;
Expand Down
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,26 @@ <h2 id="experience"><a href="#experience">Experience</a></h2>
</ul>
</div>
</section>
<section>
<a class="button" href="/cory_streiff_resume.pdf" target="_blank">
Download Resume &nbsp;
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 12.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V12.5" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.83398 8.3335L10.0007 12.5002L14.1673 8.3335" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 12.5V2.5" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</section>
</div>
</main>
<footer>
<h1>Let's get in touch!</h1>
<ul>
<li><a href="https://github.com/coalest" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/cory-streiff/" target="_blank">LinkedIn</a></li>
<li><a href="/cory_streiff_resume.pdf" target="_blank">Resume</a></li>
<li mailto="c.streiff@pm.me"></li>
</ul>
<p>Designed and developed by Cory Streiff using <a href="https://www.11ty.dev/" target="_blank">Eleventy</a>.</p>
<p>Designed and developed by Cory Streiff.</p>
</footer>
</body>
</html>
Expand Down
1 change: 1 addition & 0 deletions src/svg/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,31 @@ footer a {
text-decoration: none;
}

.button {
border: 1px solid var(--text-color);
border-radius: 8px;
padding: 10px 16px;
text-decoration: none;
font-size: 1rem;
font-weight: 500;
text-align: center;
}

.button:hover {
background: var(--text-color);
color: white;
}

.experience img, .experience svg {
display: inline;
height: 1.25rem;
}

.experience a {
grid-column: 2;
max-width: max-content;
}

@media (width < 960px) {
main > div {
margin-bottom: 50px;
Expand Down

0 comments on commit 302f3db

Please sign in to comment.