Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Website/Contributor_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"name":"Austin Varshney",
"action":"Made the Proper Indentation of the Body and Improvements in the Form",
"github_url": "https://github.com/AustinVarshney"
},
{
"name":"Pranjal Garg",
"action":"played with footer and more UI related problems",
"github_url":"https://github.com/Pranjal02garg"
}
]
1 change: 0 additions & 1 deletion Website/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ h2 {
font-size: 18px;
font-weight: bold;
margin-top: 10px;
display: block;
}

#pet-name-form button{
Expand Down
6 changes: 5 additions & 1 deletion Website/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
.contributor a:hover {
color: #007BFF;
}
footer p{
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -170,7 +174,7 @@ <h2>Cute Puppies</h2>
</section>

<footer>
<p> &copy; <span id="year"></span> Hacktoberfest. All rights reserved.</p>
<p classname="footer"> &copy; <span id="year"></span> Hacktoberfest. All rights reserved.</p>
</footer>

<!-- JavaScript for Contributors and Dark Mode -->
Expand Down