Skip to content

Commit

Permalink
footer tweaks & responsive styles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabrams7 committed Jul 4, 2024
1 parent a927151 commit 6c04799
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,10 @@ footer p .github::before {
.services .serv-content .card {
width: 100%;
}

footer h2 {
font-size: 1.5em;
}
}

@media (max-width: 500px) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h2><span class="typing-3"></span></h2>
<p>
<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">Resume</a> |
<a class="github" href="https://github.com/johnabrams7" target="_blank">GitHub</a> |
<a class="github" href="https://github.com/johnabrams7" target="_blank">GitHub</a><br/>
&copy; 2024 <a href="http://www.johnlang.net">John Langston</a> |
All Rights Reserved
</p>
Expand Down
4 changes: 2 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ $(document).ready(function () {
});
var typed = new Typed(".typing-3", {
strings: [
"Thanks for your time.",
"Have a good day!",
"Thanks for your time!",
"Have a great day!",
],
typeSpeed: 100,
backSpeed: 60,
Expand Down

0 comments on commit 6c04799

Please sign in to comment.