Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added fonts/nunwen.ttf
Binary file not shown.
Binary file added img/brickhammer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 20 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
display: flex;
flex-direction: column;
align-items: center;
font-family: Arial, sans-serif;
font-family: NunWen, sans-serif;
color: #EBDBB2;
background: #282828;
background: -moz-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(40,40,40,1) 35%, rgba(0,0,0,1) 100%);
Expand All @@ -39,6 +39,13 @@
overflow-x: hidden;
}

@font-face {
font-family: 'NunWen';
src: url('fonts/nunwen.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

.page_title {
font-size: 50px;
text-align: center;
Expand Down Expand Up @@ -81,19 +88,20 @@

.a30_hardware{
display:block;
width:100%;
width:42%;
height:auto;
position: relative;
left: 28.8%;
z-index: 1;
}


.a30-display {
position:absolute;
top: 13.7%;
left: 27.8%;
width: 44.8%;
height: 74.3%;
top: 0%;
left: 29.9%;
width: 40%;
height: 52.2%;
display: flex;
justify-content: space-between;
align-items: center;
Expand All @@ -118,6 +126,7 @@
);
z-index: 0; /* effect sits beneath interactive elements */
opacity: 0.369; /* fix transparency */
opacity: 1; /* fix transparency */
}

.a30-display > * {
Expand Down Expand Up @@ -153,7 +162,7 @@
opacity: 0.3;
width: 9%;
min-width: 32px;
top: 8%;
top: 12%;
left: 6%;
}

Expand Down Expand Up @@ -191,13 +200,14 @@
border-radius: 3.69px;
opacity:0.639;
position: absolute;
bottom: 3.69%;
bottom: 15%;
left: 50%;
transform: translateX(-50%);
font-size: 18px;
color: #EBDBB2;
text-decoration: none;
padding: 2px;
z-index: 2;
}

.button svg, .icon-button svg {
Expand Down Expand Up @@ -301,13 +311,13 @@

<h1 class="page_title hidden slide-in-down">spruceOS</h1>
<div class="additional-content hidden slide-in-down">
<p>Make the most out of your Miyoo A30</p>
<p>Make the most out of your Miyoo and Trimui devices</p>
</div>

<div class="a30-row">
<div class="a30-container">
<div class="a30_bg"></div>
<img src="img/miyooa30.png" class="a30_hardware"></img>
<img src="img/brickhammer.png" class="a30_hardware"></img>
<div class="a30-display">
<img class="spruceLogo" src="img/logo.png">

Expand Down