Skip to content

Commit

Permalink
update resume & about links
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabrams7 committed Jul 4, 2024
1 parent d731605 commit f02dfd6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,18 @@ section .title::after {
background: #00aa2d;
}

.about .about-content .right .sm-btn {
color: #0065b3;
border: 2px solid #0065b3;
font-size: 14px;
padding: 4px 12px;
}

.about .about-content .right .sm-btn:hover {
color: white;
background: #0065b3;
}

/* services section styling */
.services,
.projects {
Expand Down
Binary file modified files/john-langston-resume.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/john_profile.jpg" alt="img" />
<img src="images/john_profile.jpg" alt="portfolio-img" />
</div>
<div class="column right">
<div class="text">
Expand All @@ -106,6 +106,8 @@ <h2 class="title">About me</h2>
<a class="linkedin" href="https://www.linkedin.com/in/johnlang7" target="_blank">LinkedIn</a>
<a class="resume" href="files/john-langston-resume.pdf" target="_blank"
download="files/john-langston-resume.pdf">Resume</a>
<a class="github" href="https://github.com/johnabrams7" target="_blank">GitHub</a><br/>
<a class="sourcecode sm-btn" href="https://github.com/johnabrams7/portfolio/blob/main/index.html" target="_blank">Portfolio source code</a>
</div>
</div>
</div>
Expand Down

0 comments on commit f02dfd6

Please sign in to comment.