work on landing page

This commit is contained in:
Kevin Ngo
2018-12-09 04:57:33 -08:00
parent 1d74dfe2ee
commit 81dd46a00c
27 changed files with 66 additions and 57 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

BIN
site/assets/tutorial.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -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;
}