Skip to content

Commit

Permalink
add terms of use, license agreement and privacy policy links
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMBS authored Apr 18, 2022
1 parent 32400a4 commit e050e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,7 @@ input, button{
transform: translate(-50%, -50%);
top: 50%;
box-shadow: 0px 0px 15px #111;
}
a{
color: rgb(255, 239, 215);
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 id='title'>The Clover Rescue Project</h1>
<button id = 'signup' onclick = 'signup();'>Sign Up</button>
<p id = 'status'></p>
</div>
<p id = 'floor'>Clover Rescue Team | CopterHack 2022</p>
<p id = 'floor'>Clover Rescue Team | CopterHack 2022 | <a href="./termsofuse.html">Terms of Use</a> | <a href="./license.html">License Agreement</a> | <a href="./privacypolicy.html">Privacy Policy</a></p>
</div>
<img id = 'arrowtop' src = './assets/line-angle-down.svg' onclick="smoothJumpUp();" alt='^'/>
<div id = 'loading'><img src = '/assets/logo_x192.svg' id='loadingLogo'/></div>
Expand Down

0 comments on commit e050e1a

Please sign in to comment.