Skip to content

Commit 3223dec

Browse files
committed
update splash
1 parent 550eb66 commit 3223dec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

resources/splash/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<div id="version"></div>
1212

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

1818
<div id="terms">
19-
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>
19+
By using RhinoVAULT, I agree with following <a href="https://blockresearchgroup.gitbook.io/compas-rv/additional-information/legal" target="_blank">Legal Terms</a>
2020
<div id="agree">
2121
<a id="yes" href="action://close">YES</a>
2222
/
@@ -27,4 +27,4 @@
2727

2828
</body>
2929

30-
</html>
30+
</html>

resources/splash/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ a:visited{
4040
#links{
4141
position: absolute;
4242
top: 60%;
43-
left: 8%;
43+
left: 6%;
4444
line-height: 1.5;
4545
/* margin-top: 30%; */
4646
}
4747

4848
#terms{
4949
position: absolute;
5050
top: 81%;
51-
left: 8%;
51+
left: 6%;
5252
font-size: xx-small;
5353
}
5454

@@ -78,6 +78,6 @@ a:visited{
7878

7979
#version{
8080
position: fixed;
81-
left: 34%;
81+
left: 6%;
8282
top: 52%;
83-
}
83+
}

0 commit comments

Comments
 (0)