Skip to content

Commit e050e1a

Browse files
authored
add terms of use, license agreement and privacy policy links
1 parent 32400a4 commit e050e1a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,7 @@ input, button{
228228
transform: translate(-50%, -50%);
229229
top: 50%;
230230
box-shadow: 0px 0px 15px #111;
231+
}
232+
a{
233+
color: rgb(255, 239, 215);
231234
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1 id='title'>The Clover Rescue Project</h1>
5858
<button id = 'signup' onclick = 'signup();'>Sign Up</button>
5959
<p id = 'status'></p>
6060
</div>
61-
<p id = 'floor'>Clover Rescue Team | CopterHack 2022</p>
61+
<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>
6262
</div>
6363
<img id = 'arrowtop' src = './assets/line-angle-down.svg' onclick="smoothJumpUp();" alt='^'/>
6464
<div id = 'loading'><img src = '/assets/logo_x192.svg' id='loadingLogo'/></div>

0 commit comments

Comments
 (0)