Skip to content

Commit

Permalink
Merge pull request #399 from manish-bhukar/manish-bhukar
Browse files Browse the repository at this point in the history
Copyright changes
  • Loading branch information
Diptenusarkar authored Oct 18, 2023
2 parents a3a5724 + b9a2b81 commit 1156676
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 5 additions & 1 deletion Portfolio day-night toggle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ <h2>Check me:</h2>
</div>
</div>
<script src="script.js"></script>
<footer>Copyright: Lorem ipsum 2023</footer>
<footer class="footer">
<div class="footerContainer">
<p class="copyright">© Copyright Lorem Ipsum <script>document.write(new Date().getFullYear());</script></p>
</div>
</footer>
</body>
</html>
14 changes: 6 additions & 8 deletions Portfolio day-night toggle/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,9 @@ i {
gap: 2rem;
}

footer {
display: inline-block;
color: #9cc5a1;
font-family: "Roboto", sans-serif;
background-color: #4a4a4a;
padding: 2em;
width: 100%;
}
.copyright{
color: white;
font-size: larger;
text-align: center;
bottom: 0;
}
2 changes: 1 addition & 1 deletion portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h3 class="contact-subtitle">Write us by mail</h3>
<footer class="footer">
<div class="container">
<div class="footer-text padd-15">
<p>&copy; ©SILENTEYE</p>
<p>&copy; ©SILENTEYE <script>document.write(new Date().getFullYear())</script></p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 1156676

Please sign in to comment.