This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="google-site-verification" content="" /> | |
| <meta name="msvalidate.01" content="" /> | |
| <meta name="y_key" content="" /> | |
| <meta name="alexaverifyid" content="" /> |
This file contains hidden or 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
| body{background-color:#e8e8e8;margin:0;font-family:'Roboto','Arial',sans-serif}h1,h2,h3,h4,h5,h6{font-family:'Roboto Narrow','Arial Narrow',sans-serif;margin:0;padding:0}header{height:50vh;width:100%;background:url("BlueMountain.jpg") fixed;background-size:100% 70vh;text-align:center}header h1{color:#fff;line-height:20vh;text-shadow:0 1px 2px #000}header .scroller{display:inline-block;filter:drop-shadow(5px -5px 5px #000)}nav{background-color:#d4deed}nav ul{margin:0;padding:0}.space{height:100vh}/*# sourceMappingURL=styles.css.map */ |
This file contains hidden or 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
| body{background-color:#e8e8e8;margin:0;font-family:'Roboto','Arial',sans-serif}h1,h2,h3,h4,h5,h6{font-family:'Roboto Narrow','Arial Narrow',sans-serif;margin:0;padding:0}header{height:50vh;width:100%;background:url("BlueMountain.jpg") fixed;background-size:100% 70vh;text-align:center}header h1{color:#fff;line-height:20vh;text-shadow:0 1px 2px #000}header .scroller{display:inline-block;filter:drop-shadow(5px -5px 5px #000)}nav{background-color:#d4deed}nav ul{margin:0;padding:0}.space{height:100vh}/*# sourceMappingURL=styles.css.map */ |
This file contains hidden or 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
| body{background-color:#e8e8e8;margin:0;font-family:'Roboto','Arial',sans-serif}h1,h2,h3,h4,h5,h6{font-family:'Roboto Narrow','Arial Narrow',sans-serif;margin:0;padding:0}header{height:50vh;width:100%;background:url("BlueMountain.jpg") fixed;background-size:100% 70vh;text-align:center}header h1{color:#fff;line-height:20vh;text-shadow:0 1px 2px #000}header .scroller{display:inline-block;filter:drop-shadow(5px -5px 5px #000)}nav{background-color:#d4deed}nav ul{margin:0;padding:0}.space{height:100vh}/*# sourceMappingURL=styles.css.map */ |
This file contains hidden or 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
| <doctype! html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=600" initial-scale="1"> | |
| <link rel="stylesheet" type="text/css" href="styles.css"> | |
| <script src="jquery-2.1.1.js"></script> | |
| <script type="text/javascript" src="scripts.js"></script> | |
| <script type="text/javascript" src="smooth_scroll.js"></script> | |
| </head> |