Skip to content

Commit

Permalink
added link back to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
cnk2-rgb committed Oct 31, 2023
1 parent 845e5a1 commit 05799ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ body {
font-size: 1rem;
}

a {
color: white !important;
}

.title {
position: relative;
-webkit-text-stroke: 2px #ffffff;
Expand Down
1 change: 1 addition & 0 deletions thankyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div class="">
<h1 class="title text-center p-5">Thank you for registering!</h1>
<h3 class="subtitle text-center">We'll be in touch with you soon.</h3>
<a href="https://makes2023.uncommonhacks.com/"><h3 class="subtitle text-center">Back to Main Page</h3></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 05799ed

Please sign in to comment.