Skip to content

Commit 406ecb0

Browse files
committed
minor changes in the index page
1 parent 6252ca7 commit 406ecb0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

public/css/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,13 @@ body {
3535
.btn-secondary, .btn-secondary:hover{
3636
color: #333;
3737
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;
3847
}

views/index.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<main class="px-3">
2929
<h1>Parkify</h1>
3030
<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>
3133
</main>
3234

3335
<footer class="mt-auto text-white-50">

0 commit comments

Comments
 (0)