Skip to content

Commit

Permalink
Merge pull request #63 from codinggeek01/issue-#61-copyright-fix
Browse files Browse the repository at this point in the history
copyright fix
  • Loading branch information
Kritika30032002 authored Oct 23, 2023
2 parents b01d0af + 1940889 commit cda7d2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/partials/footer.ejs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<% const currentYear = new Date().getFullYear(); %>
<div class="bg-dark text-center" style="padding: 1em 0 1em 0;">

<h5 class="card-title" style="color: white;">Share your secrets, anonymously!</h5>
<h6 class="card-title" style="color: white; ">&copy; Copyright 2022</h6>
<p class="card-text" style="color: white;">Made by <a href="https://github.com/Kritika30032002"
style="text-decoration: none;color: white;"> Kritika Gupta </a></p>
<!-- <p class="card-text" style="color: white;">&copy; Copyright 2022 </p> -->
<!-- <p class="card-text" style="color: white;">&copy; Copyright <%= currentYear %> </p> -->
<!-- <div style="padding-bottom: 5em;"> -->
<a href="https://www.linkedin.com/in/kritika-gupta-343458212" class="btn my-2 my-sm-0 social" type="submit" style="
border: none;
Expand All @@ -26,4 +27,4 @@

</body>

</html>
</html>

0 comments on commit cda7d2f

Please sign in to comment.