Skip to content

Commit

Permalink
splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
juney-lee committed Nov 10, 2024
1 parent 4ac8deb commit 394d15d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
Binary file added resources/splash/compas-RV_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/splash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</header>

<body>
<img id="background" src="compas-RV.jpg">
<img id="background" src="compas-RV_dark.jpg">
<div id="content">

<div id="version"></div>
Expand All @@ -16,7 +16,7 @@
</div>

<div id="terms">
By using RhinoVAULT, I agree with following <a href="https://blockresearchgroup.gitbook.io/compas-rv/additional-information/legal" target="_blank">Legal Terms</a>
I agree with RhinoVAULT's <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 Down
28 changes: 17 additions & 11 deletions resources/splash/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,45 +28,51 @@ img{
a:link{

-webkit-app-region: no-drag;
color: lightgrey;
top: 73%;
color: rgb(80, 80, 80);
text-decoration: none;
}

a:visited{
color: lightgrey;
color: rgb(80, 80, 80);
}


#links{
position: absolute;
top: 60%;
left: 6%;
line-height: 1.5;
color: rgb(80, 80, 80);
top: 73%;
right: 5%;
text-align: right;
font-size: x-small;
/* margin-top: 30%; */
}

#terms{
position: absolute;
top: 81%;
left: 6%;
font-size: xx-small;
color: rgb(80, 80, 80);
top: 83%;
right: 5%;
font-size: x-small;
}

#terms a:link{
color: lightgrey;
color: rgb(80, 80, 80);
text-decoration: underline;
}

#exit{
position: absolute;
right: 3%;
top: 3%;
right: 5%;
top: 5%;
-webkit-app-region: no-drag;
cursor: pointer;
}

#agree{
/* font-family: Arial; */
right: 5%;
text-align: right;
font-size: large;
font-weight: bolder;
}
Expand Down

0 comments on commit 394d15d

Please sign in to comment.