forked from Fireply/Enter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
1,267 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
/* GLOBAL STYLES | ||
-------------------------------------------------- */ | ||
/* Padding below the footer and lighter body text */ | ||
|
||
body { | ||
padding-bottom: 40px; | ||
color: #5a5a5a; | ||
} | ||
|
||
|
||
/* CUSTOMIZE THE NAVBAR | ||
-------------------------------------------------- */ | ||
|
||
/* Special class on .container surrounding .navbar, used for positioning it into place. */ | ||
.navbar-wrapper { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
left: 0; | ||
z-index: 20; | ||
} | ||
|
||
/* Flip around the padding for proper display in narrow viewports */ | ||
.navbar-wrapper > .container { | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
.navbar-wrapper .navbar { | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
.navbar-wrapper .navbar .container { | ||
width: auto; | ||
} | ||
|
||
|
||
/* CUSTOMIZE THE CAROUSEL | ||
-------------------------------------------------- */ | ||
|
||
/* Carousel base class */ | ||
.carousel { | ||
height: 500px; | ||
margin-bottom: 60px; | ||
} | ||
/* Since positioning the image, we need to help out the caption */ | ||
.carousel-caption { | ||
z-index: 10; | ||
} | ||
|
||
/* Declare heights because of positioning of img element */ | ||
.carousel .item { | ||
height: 500px; | ||
background-color: #777; | ||
} | ||
.carousel-inner > .item > img { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
min-width: 100%; | ||
height: 500px; | ||
} | ||
|
||
|
||
/* MARKETING CONTENT | ||
-------------------------------------------------- */ | ||
|
||
/* Center align the text within the three columns below the carousel */ | ||
.marketing .col-lg-4 { | ||
margin-bottom: 20px; | ||
text-align: center; | ||
} | ||
.marketing h2 { | ||
font-weight: normal; | ||
} | ||
.marketing .col-lg-4 p { | ||
margin-right: 10px; | ||
margin-left: 10px; | ||
} | ||
|
||
|
||
/* Featurettes | ||
------------------------- */ | ||
|
||
.featurette-divider { | ||
margin: 80px 0; /* Space out the Bootstrap <hr> more */ | ||
} | ||
|
||
/* Thin out the marketing headings */ | ||
.featurette-heading { | ||
font-weight: 300; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
|
||
|
||
/* RESPONSIVE CSS | ||
-------------------------------------------------- */ | ||
|
||
@media (min-width: 768px) { | ||
/* Navbar positioning foo */ | ||
.navbar-wrapper { | ||
margin-top: 20px; | ||
} | ||
.navbar-wrapper .container { | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
.navbar-wrapper .navbar { | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
|
||
/* The navbar becomes detached from the top, so we round the corners */ | ||
.navbar-wrapper .navbar { | ||
border-radius: 4px; | ||
} | ||
|
||
/* Bump up size of carousel content */ | ||
.carousel-caption p { | ||
margin-bottom: 20px; | ||
font-size: 21px; | ||
line-height: 1.4; | ||
} | ||
|
||
.featurette-heading { | ||
font-size: 50px; | ||
} | ||
} | ||
|
||
@media (min-width: 992px) { | ||
.featurette-heading { | ||
margin-top: 120px; | ||
} | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Insert title here</title> | ||
<link rel="icon" href="favicon.ico"> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.min.js"></script> | ||
<script src="js/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
|
||
<body> | ||
|
||
<jsp:include page="navbar.jsp" /> | ||
|
||
<div class="container"> | ||
<div class="embed-responsive embed-responsive-16by9"> | ||
<iframe class="embed-responsive-item" src="video/Introducing the Games Coming to Oculus!.mp4"></iframe> | ||
</div> | ||
</div> | ||
|
||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<script src="js/ie10-viewport-bug-workaround.js"></script> | ||
|
||
<script src="js/jquery.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.