Skip to content

Commit

Permalink
added name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham1603 committed Dec 20, 2023
1 parent 5cf418e commit 324ae11
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions apps/nightpass/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,15 @@ select {
color: #fff;
}

footer {
background-color: #696b6d;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}


@media (max-width: 768px) {
Expand All @@ -256,3 +265,5 @@ select {
padding: 5px;
}
}


6 changes: 6 additions & 0 deletions apps/nightpass/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="stylesheet" href="../static/styles.css">
</head>
<body>

<div class="header">
<img class="header-logo" src="https://i.imgur.com/gnAYCgT.png" alt="College Logo">
<h1>Thapar NightPass</h1>
Expand All @@ -19,6 +20,11 @@ <h1>Thapar NightPass</h1>
{% block content %}
{% endblock %}

<footer>
Made with ♥ by <a href="https://www.linkedin.com/in/pancham1603/" target="_blank" style="text-decoration: underline; color: white;">Pancham Agarwal</a>
</footer>


<script>
toastr.options = {
"closeButton": false,
Expand Down
2 changes: 1 addition & 1 deletion apps/users/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Welcome to the Night Pass Management System</h2>
</section>

<footer>
Made with ♥
Made with ♥ by <a href="https://www.linkedin.com/in/pancham1603/" target="_blank" style="text-decoration: underline; color: white;">Pancham Agarwal</a>
</footer>
<script>
toastr.options = {
Expand Down

0 comments on commit 324ae11

Please sign in to comment.