Skip to content

Commit

Permalink
update splash
Browse files Browse the repository at this point in the history
  • Loading branch information
juney-lee committed Nov 9, 2024
1 parent 550eb66 commit 3223dec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions resources/splash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<div id="version"></div>

<div id="links">
<a href="https://blockresearchgroup.gitbook.io/compas-fofin/" target="_blank">Gitbook Docs</a><br>
<a href="https://github.com/BlockResearchGroup/compas-FoFin" target="_blank">Github Repo</a><br>
<a href="https://blockresearchgroup.gitbook.io/compas-rv" target="_blank">Gitbook Docs</a><br>
<a href="https://github.com/BlockResearchGroup/compas-RV" target="_blank">Github Repo</a><br>
</div>

<div id="terms">
By using COMPAS RhinoVAULT, I agree with following <a href="https://blockresearchgroup.gitbook.io/compas-fofin/additional-information/legal-terms" target="_blank">Legal Terms</a>
By using RhinoVAULT, I agree with following <a href="https://blockresearchgroup.gitbook.io/compas-rv/additional-information/legal" target="_blank">Legal Terms</a>
<div id="agree">
<a id="yes" href="action://close">YES</a>
/
Expand All @@ -27,4 +27,4 @@

</body>

</html>
</html>
8 changes: 4 additions & 4 deletions resources/splash/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ a:visited{
#links{
position: absolute;
top: 60%;
left: 8%;
left: 6%;
line-height: 1.5;
/* margin-top: 30%; */
}

#terms{
position: absolute;
top: 81%;
left: 8%;
left: 6%;
font-size: xx-small;
}

Expand Down Expand Up @@ -78,6 +78,6 @@ a:visited{

#version{
position: fixed;
left: 34%;
left: 6%;
top: 52%;
}
}

0 comments on commit 3223dec

Please sign in to comment.