Skip to content

Commit

Permalink
Added MIT License in Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
parthshahk committed Nov 23, 2018
1 parent f9f0fa3 commit f76907a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions css/main.1.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ nav .tabs .tab a:hover{
color: inherit;
font-weight: 500;
}
.credits-link {
font-size: 0.7rem !important;
}
.footer-social a{
color: #FFFFFF;
margin-right: 20px;
Expand Down
2 changes: 1 addition & 1 deletion css/main.1.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions includes/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,12 @@
<div class="footer-copyright">
<div class="container">

<div class="hide-on-small-only">
&copy; <?php echo date("Y");?> Malgadi Electronics. All Rights Reserved
<span class="right">Designed by <a href="https://parthshahk.github.io/" target="_BLANK" class="credits">Parth Shah <i class="fa fa-external-link" aria-hidden="true"></i></a></span>
<div class="col s12 center">
&copy; <?php echo date("Y");?> <a href="https://parthshahk.github.io/" target="_BLANK" class="credits">Parth Shah</a> <i class="fa fa-external-link credits-link" aria-hidden="true"></i>
</div>

<div class="hide-on-med-and-up">
<div class="col s12 center">&copy; <?php echo date("Y");?> Malgadi Electronics. All Rights Reserved</div>
<div class="col s12 center">Designed by <a href="https://parthshahk.github.io/" target="_BLANK" class="credits">Parth Shah <i class="fa fa-external-link" aria-hidden="true"></i></a></div>
<div class="col s12 center">
Released under the <a href="https://opensource.org/licenses/MIT" target="_BLANK" class="credits">MIT</a> License
</div>

<div id="contactModal" class="modal bottom-sheet">
Expand Down

0 comments on commit f76907a

Please sign in to comment.