Skip to content

Commit

Permalink
feat: add footer and modify license
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan committed Apr 4, 2023
1 parent 7a3560b commit 4c2cd71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Software: Vidura ChatGPT Prompt System

License: GNU GPL 3.0

Licensor: HappyPythonist.com
Licensor: happy-pythonist.com
12 changes: 12 additions & 0 deletions promptbook/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% load tz %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -15,6 +16,11 @@

.title {
font-size: 1rem;
line-height: 4.125;
}

.footer {
max-height: 10px;
}

.logo {
Expand Down Expand Up @@ -82,5 +88,11 @@
</section>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.15.2/js/selectize.min.js" integrity="sha512-IOebNkvA/HZjMM7MxL0NYeLYEalloZ8ckak+NDtOViP7oiYzG5vn6WVXyrJDiJPhl4yRdmNAG49iuLmhkUdVsQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<footer class="footer">
<p>{% now 'Y' %}. All rights reserved @ <a href="https://happy-pythonist.com/" target="_blank">happy-pythonist.com</a></p>
<a href="https://github.com/narenaryan/Vidura" target="_blank">
<i class="fab fa-github"></i> GitHub
</a>
</footer>
</body>
</html>

0 comments on commit 4c2cd71

Please sign in to comment.