-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,22 @@ | ||
<!-- Модалка --> | ||
<div | ||
id="modalFooter" | ||
class="backdrop is-hidden footer__backdrop js-backdrop" | ||
data-modal-footer | ||
style="display: none" | ||
> | ||
<div id="modalFooter" class="backdrop is-hidden footer__backdrop js-backdrop" data-modal-footer style="display: none"> | ||
<div class="footer-modal"></div> | ||
</div> | ||
<!-- footer --> | ||
<div class="container"> | ||
<footer class="footer"> | ||
<footer class="footer"> | ||
<div class="footer__wrapper"> | ||
<p class="footer__text footer__text--left"> | ||
© 2023 | All Rights Reserved | | ||
</p> | ||
<p class="footer__text footer__text--rigth"> | ||
<p class="footer__text footer__text--right"> | ||
Developed with | ||
<svg width="14" height="13" class="footer__icon heartbeat"> | ||
<use href="./images/svg-sprite/symbol-defs.svg#icon-heart"></use> | ||
</svg> | ||
by | ||
<a href="#" class="footer__link students--link" data-footer-open | ||
>GoIT #77 Students</a | ||
> | ||
<a href="#" class="footer__link students--link" data-footer-open>GoIT #77 Students</a> | ||
</p> | ||
</div> | ||
</footer> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters