work on landing page
BIN
site/assets/screenshots/supersaber00.png
Executable file
|
After Width: | Height: | Size: 838 KiB |
BIN
site/assets/screenshots/supersaber01.jpg
Executable file
|
After Width: | Height: | Size: 209 KiB |
BIN
site/assets/screenshots/supersaber02.jpg
Executable file
|
After Width: | Height: | Size: 231 KiB |
BIN
site/assets/screenshots/supersaber03.jpg
Executable file
|
After Width: | Height: | Size: 213 KiB |
BIN
site/assets/screenshots/supersaber04.jpg
Executable file
|
After Width: | Height: | Size: 224 KiB |
BIN
site/assets/screenshots/supersaber05.jpg
Executable file
|
After Width: | Height: | Size: 188 KiB |
BIN
site/assets/screenshots/supersaber06.jpg
Executable file
|
After Width: | Height: | Size: 209 KiB |
BIN
site/assets/screenshots/supersaber07.jpg
Executable file
|
After Width: | Height: | Size: 203 KiB |
BIN
site/assets/screenshots/supersaber08.jpg
Executable file
|
After Width: | Height: | Size: 263 KiB |
BIN
site/assets/screenshots/supersaber09.jpg
Executable file
|
After Width: | Height: | Size: 272 KiB |
BIN
site/assets/screenshots/supersaber10.jpg
Executable file
|
After Width: | Height: | Size: 188 KiB |
BIN
site/assets/screenshots/supersaber11.jpg
Executable file
|
After Width: | Height: | Size: 200 KiB |
BIN
site/assets/screenshots/supersaber12.jpg
Executable file
|
After Width: | Height: | Size: 239 KiB |
BIN
site/assets/screenshots/supersaber13.jpg
Executable file
|
After Width: | Height: | Size: 206 KiB |
BIN
site/assets/screenshots/supersaber14.jpg
Executable file
|
After Width: | Height: | Size: 191 KiB |
BIN
site/assets/screenshots/supersaber15.jpg
Executable file
|
After Width: | Height: | Size: 227 KiB |
BIN
site/assets/screenshots/supersaber16.jpg
Executable file
|
After Width: | Height: | Size: 236 KiB |
BIN
site/assets/screenshots/supersaber17.jpg
Executable file
|
After Width: | Height: | Size: 240 KiB |
|
Before Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 283 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 85 KiB |
BIN
site/assets/tutorial.png
Executable file
|
After Width: | Height: | Size: 64 KiB |
@@ -59,18 +59,20 @@ body {
|
||||
max-width: 1000px;
|
||||
}
|
||||
#video {
|
||||
border: 1px solid #90e2de;
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
margin: 60px 0;
|
||||
background: black;
|
||||
border: 1px solid #90e2de;
|
||||
box-shadow: 0 0 40px rgba(144, 226, 222, 0.8);
|
||||
height: 560px;
|
||||
margin: 60px 0;
|
||||
max-width: 1000px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#video img {
|
||||
#video iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
b {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -86,7 +88,7 @@ h1, h2, h3 {
|
||||
margin: 0px 0 40px 0;
|
||||
}
|
||||
section {
|
||||
margin: 120px 0;
|
||||
margin: 80px 0;
|
||||
}
|
||||
.short {
|
||||
margin-bottom: 9px;
|
||||
@@ -100,6 +102,7 @@ a {
|
||||
h1 {
|
||||
font-size: 57px;
|
||||
font-weight: normal;
|
||||
line-height: 57px;
|
||||
text-align: center;
|
||||
}
|
||||
h2 {
|
||||
@@ -167,6 +170,9 @@ footer .storebuttons {
|
||||
.storebuttons a:first-child:hover {
|
||||
background-image: url('assets/oculushover.png');
|
||||
}
|
||||
#intro {
|
||||
text-align: center;
|
||||
}
|
||||
#intro img {
|
||||
width: 160px;
|
||||
vertical-align: bottom;
|
||||
@@ -195,7 +201,7 @@ li p {
|
||||
margin: 0;
|
||||
}
|
||||
footer {
|
||||
margin: 100px 0;
|
||||
margin: 80px 0;
|
||||
font-size: 14px;
|
||||
color: #aaa;
|
||||
text-align: center;
|
||||
@@ -236,9 +242,6 @@ h1 span {
|
||||
.laser {
|
||||
top: 45vw;
|
||||
}
|
||||
section {
|
||||
margin: 10% 0;
|
||||
}
|
||||
#video {
|
||||
margin: 5% auto;
|
||||
}
|
||||
@@ -291,3 +294,7 @@ h1 span {
|
||||
top: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
#credit {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||