Skip to content

Commit

Permalink
Change footer paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Streiff committed Sep 16, 2024
1 parent 79fbaea commit d583cbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Let's get in touch!</h1>
<img src="/src/svg/mail.svg">
</a></li>
</ul>
<p>Designed and developed by Cory Streiff.</p>
<p>&copy; 2024 Cory Streiff. &nbsp; <a href="https://github.com/coalest/coalest.github.io">View source code</a></p>
</footer>
</body>
</html>
Expand Down
5 changes: 5 additions & 0 deletions _site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ footer li a:hover {
background-color: rgba(255, 255, 255, 0.5);
}

footer a {
text-decoration: underline;
}

footer p {
padding-top: 36px;
font-size: 0.875rem;
Expand Down Expand Up @@ -305,6 +309,7 @@ footer p {
grid-column: 2;
max-width: max-content;
}

.svg {
display: inline;
filter: invert(7%) sepia(5%) saturate(1433%) hue-rotate(317deg) brightness(101%) contrast(80%);
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Let's get in touch!</h1>
<img src="/src/svg/mail.svg">
</a></li>
</ul>
<p>Designed and developed by Cory Streiff.</p>
<p>&copy; 2024 Cory Streiff. &nbsp; <a href="https://github.com/coalest/coalest.github.io">View source code</a></p>
</footer>
</body>
</html>
Expand Down
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ footer li a:hover {
background-color: rgba(255, 255, 255, 0.5);
}

footer a {
text-decoration: underline;
}

footer p {
padding-top: 36px;
font-size: 0.875rem;
Expand Down Expand Up @@ -305,6 +309,7 @@ footer p {
grid-column: 2;
max-width: max-content;
}

.svg {
display: inline;
filter: invert(7%) sepia(5%) saturate(1433%) hue-rotate(317deg) brightness(101%) contrast(80%);
Expand Down

0 comments on commit d583cbe

Please sign in to comment.