Skip to content

Commit f4d3dc3

Browse files
Added credits to the footer.
Created footer credits style.
1 parent ab4a386 commit f4d3dc3

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

_includes/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ <h2 class="footer__section-title">Python Sprints</h2>
4545
<img class="footer__brand-img" src="{{ site.baseurl }}/static/images/site_logo/python_sprints_logo_triangles_flat_light_text_502x100px.png" alt="Python Sprints Logo">
4646
<script>document.write(new Date().getFullYear())</script>
4747
</p>
48+
<p class="footer__text-credits">Created by: <a href="http://tomasz-kluczkowski.com/">Tomasz Kluczkowski</a></p>
49+
<p class="footer__text-credits">Site logo: <a href="https://www.linkedin.com/in/marcelgarciadesigner/">Marcel Garcia</a></p>
4850
</div>
4951
</div>
5052
</footer>

_sass/style.scss

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -716,13 +716,6 @@ a {
716716
}
717717
}
718718

719-
.footer__text-copyright {
720-
@extend .footer-font;
721-
text-align: center;
722-
font-size: 2em;
723-
color: $footer-text;
724-
}
725-
726719
.footer__section-title {
727720
@extend .footer-font;
728721
font-size: 1.5em;
@@ -779,4 +772,18 @@ a {
779772
.footer__navigation-list {
780773
list-style-type: none;
781774
padding-left: 0;
775+
}
776+
777+
.footer__text-copyright {
778+
@extend .footer-font;
779+
text-align: center;
780+
font-size: 2em;
781+
color: $footer-text;
782+
}
783+
784+
.footer__text-credits {
785+
@extend .footer-font;
786+
text-align: center;
787+
font-size: 1em;
788+
color: $footer-text;
782789
}

0 commit comments

Comments
 (0)