|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Atteo</title> |
| 6 | + |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 9 | + |
| 10 | + <!-- Favicon --> |
| 11 | + <link href="img/favicon.png" rel="shortcut icon"> |
| 12 | + |
| 13 | + <!-- Custom fonts --> |
| 14 | + <link href="http://fonts.googleapis.com/css?family=Roboto:300,100" rel="stylesheet"> |
| 15 | + <link href="css/social-font.css" rel="stylesheet"> |
| 16 | + |
| 17 | + <!-- Bootstrap stylesheets --> |
| 18 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 19 | + |
| 20 | + <!-- Template stylesheets --> |
| 21 | + <link href="css/shader.css" rel="stylesheet"> |
| 22 | + </head> |
| 23 | + |
| 24 | + <body class="theme-darkness"> |
| 25 | + <!-- Background container --> |
| 26 | + <div id="background-container" class="background-container"> |
| 27 | + <div id="background-output" class="background-output"></div> |
| 28 | + <div id="vignette" class="background-vignette"></div> |
| 29 | + <div id="noise" class="background-noise"></div> |
| 30 | + </div> |
| 31 | + <!-- /Background container --> |
| 32 | + |
| 33 | + <!-- Main content --> |
| 34 | + <div class="content"> |
| 35 | + <div class="container"> |
| 36 | + <!-- Header --> |
| 37 | + <div class="row"> |
| 38 | + <div class="header col-sm-8 col-sm-offset-2"><img src="img/atteo_transparent.png" /></h1> |
| 39 | + </div> |
| 40 | + <!-- /Header --> |
| 41 | + |
| 42 | + <!-- Description --> |
| 43 | + <div class="row"> |
| 44 | + <p class="description col-sm-8 col-sm-offset-2">Check out our open source projects. |
| 45 | + <br/> |
| 46 | + <span class="social-links"> |
| 47 | + <a href="http://www.github.com/atteo" class="icon-github-alt"></a> |
| 48 | + </span> |
| 49 | + </p> |
| 50 | + </div> |
| 51 | + <!-- /Description --> |
| 52 | + </div> |
| 53 | + |
| 54 | + </div> |
| 55 | + <!-- /Main content --> |
| 56 | + |
| 57 | + <!-- Scripts --> |
| 58 | + <script src="js/jquery-1.11.1.min.js"></script> |
| 59 | + <script src="js/jquery.countdown.js"></script> |
| 60 | + <script src="js/placeholders.min.js"></script> |
| 61 | + <script src="js/flat-surface-shader.js"></script> |
| 62 | + <script src="js/main.config.js"></script> |
| 63 | + <script src="js/shader.js"></script> |
| 64 | + |
| 65 | + <!-- Google Analytics --> |
| 66 | + <script> |
| 67 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 68 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 69 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 70 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 71 | + |
| 72 | + ga('create', 'UA-51968646-1', 'atteo.com'); |
| 73 | + ga('send', 'pageview'); |
| 74 | + |
| 75 | + </script> |
| 76 | + </body> |
| 77 | +</html> |
0 commit comments