Difference between revisions of "Team:Cornell/sandbox"
Line 1: | Line 1: | ||
− | |||
<!DOCTYPE html> | <!DOCTYPE html> | ||
− | <html lang="en"> | + | <html class="full" lang="en"> |
+ | <!-- Make sure the <html> tag is set to the .full CSS class. Change the background image in the full.css file. --> | ||
<head> | <head> | ||
Line 11: | Line 11: | ||
<meta name="author" content=""> | <meta name="author" content=""> | ||
− | <title>Full | + | <title>Full - Start Bootstrap Template</title> |
− | <!-- CSS --> | + | <!-- Bootstrap Core CSS --> |
− | + | <link href="https://2015.igem.org/Team:Cornell/style?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | |
− | + | <style> | |
/*! | /*! | ||
− | * Start Bootstrap - Full | + | * Start Bootstrap - Full HTML Template (http://startbootstrap.com) |
* Code licensed under the Apache License v2.0. | * Code licensed under the Apache License v2.0. | ||
* For details, see http://www.apache.org/licenses/LICENSE-2.0. | * For details, see http://www.apache.org/licenses/LICENSE-2.0. | ||
Line 26: | Line 26: | ||
} | } | ||
− | + | /* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */ | |
− | . | + | |
− | + | .full { | |
+ | background: url('http://placehold.it/1920x1080') no-repeat center center fixed; | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
-o-background-size: cover; | -o-background-size: cover; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
</style> | </style> | ||
− | |||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
Line 92: | Line 46: | ||
<body> | <body> | ||
+ | |||
<!-- Navigation --> | <!-- Navigation --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
Line 124: | Line 79: | ||
</nav> | </nav> | ||
− | <!-- | + | <!-- Put your page content here! --> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- jQuery --> | <!-- jQuery --> |
Revision as of 19:37, 4 September 2015
<!DOCTYPE html>