Created
August 5, 2015 23:02
-
-
Save sfdevlin/e62b3660398204d2f4aa to your computer and use it in GitHub Desktop.
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 http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <title>Dashboard</title> | |
| <!-- Bootstrap Core CSS --> | |
| <link href="css/bootstrap.min.css" rel="stylesheet"> | |
| <!-- Custom CSS --> | |
| <link href="css/3-col-portfolio.css" rel="stylesheet"> | |
| <!-- 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:// --> | |
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <!-- Page Content --> | |
| <div class="container"> | |
| <!-- Page Header --> | |
| <div class="row"> | |
| <div class="col-lg-12"> | |
| <h1 class="page-header"> | |
| <small>Irish News Dashboard</small> | |
| </h1> | |
| <img src="http://reboot.rebootillinois.netdna-cdn.com/wp-content/uploads/2015/03/irish-american-flag-800x533.jpg"> | |
| <h3>Mission statement</h3> | |
| <p>I track the impact of my coverage of the Irish community here in New York City and its wider impact across the country and world here.</p> | |
| </div> | |
| </div> | |
| <!-- /.row --> | |
| <!-- Projects Row --> | |
| <div class="row"> | |
| <div class="col-md-12 portfolio-item"> | |
| <h3>Original Content</h3> | |
| <iframe src="https://docs.google.com/spreadsheets/d/1SShssTwczYjN4Homyk1wSqFePNri8lXXqlFa4Wx9Jvw/pubhtml?gid=0&single=true&widget=true&headers=false" style="width:100%; height: 300px"></iframe> | |
| </div> | |
| <div class="col-md-12 portfolio-item"> | |
| <h3>Metrics</h3> | |
| <iframe src="https://docs.google.com/spreadsheets/d/11jVpD2ueXd00kzQQ5w9fyVlEXejuWIkDWb5oN0CCQI0/pubhtml?gid=1364070724&single=true" style="width:100%; height: 300px"></iframe> | |
| </div> | |
| <div class="col-md-12 portfolio-item"> | |
| <h3>Medium Reads</h3> | |
| <iframe src="https://docs.google.com/spreadsheets/d/11jVpD2ueXd00kzQQ5w9fyVlEXejuWIkDWb5oN0CCQI0/pubhtml?gid=1670024680&single=true" style="width:100%; height: 500px"></iframe> | |
| </div> | |
| <div class="col-md-12 portfolio-item"> | |
| <h3>Across Platforms</h3> | |
| <iframe src="https://docs.google.com/spreadsheets/d/11jVpD2ueXd00kzQQ5w9fyVlEXejuWIkDWb5oN0CCQI0/pubchart?oid=1738833974&format=interactive" style="width:100%; height: 500px"></iframe> | |
| </div> | |
| <div class="col-md-12 portfolio-item"> | |
| <h3>Qualitative</h3> | |
| <iframe src="https://docs.google.com/spreadsheets/d/11jVpD2ueXd00kzQQ5w9fyVlEXejuWIkDWb5oN0CCQI0/pubhtml?gid=1262675893&single=true" style="width:100%; height: 500px"></iframe> | |
| </div> | |
| </div> | |
| <!-- /.row --> | |
| <!-- Footer --> | |
| <footer> | |
| <div class="row"> | |
| <div class="col-lg-12"> | |
| <p>Copyright © Sean Devlin 2015</p> | |
| </div> | |
| </div> | |
| <!-- /.row --> | |
| </footer> | |
| </div> | |
| <!-- /.container --> | |
| <!-- jQuery --> | |
| <script src="js/jquery.js"></script> | |
| <!-- Bootstrap Core JavaScript --> | |
| <script src="js/bootstrap.min.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment