File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 ;
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}
You can’t perform that action at this time.
0 commit comments