We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6252ca7 commit 406ecb0Copy full SHA for 406ecb0
public/css/index.css
@@ -35,4 +35,13 @@ body {
35
.btn-secondary, .btn-secondary:hover{
36
color: #333;
37
text-shadow: none;
38
+}
39
+.github-link{
40
+ color: white;
41
+ text-decoration: none;
42
+ transition: 0.5s;
43
44
+.github-link:hover{
45
+ color:white;
46
+ text-decoration: underline;
47
}
views/index.ejs
@@ -28,6 +28,8 @@
28
<main class="px-3">
29
<h1>Parkify</h1>
30
<p class="lead"> Welcome to Parkify! <br> A simple way to solve your complex parking issues.</p>
31
+ <p class="lead"><a href="https://github.com/codehackerone/parkify" class="github-link">
32
+ Github link for the project</a></p>
33
</main>
34
<footer class="mt-auto text-white-50">
0 commit comments