Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@
},
"dependencies": {
"axios": "^0.19.0",
"chart.js": "^2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-datalabels": "^0.7.0",
"cleanslate": "^0.10.1",
"core-js": "^2.6.5",
"countdown": "^2.6.0",
"document-register-element": "^1.14.3",
"lodash.debounce": "^4.0.8",
"package.json": "^2.0.1",
"vue": "^2.6.10",
"vue-browser-detect-plugin": "^0.1.5",
"vue-chartjs": "^3.5.0",
"vue-svg-inline-loader": "^1.5.0",
"yarn.lock": "^0.0.1-security"
"vue-svg-inline-loader": "^1.5.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
Expand Down
Binary file removed public/flatten_promo.png
Binary file not shown.
13 changes: 0 additions & 13 deletions public/iframe.html

This file was deleted.

40 changes: 2 additions & 38 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,16 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="Flatten the Climate Curve">
<meta property="og:site_name" content="Flatten the Climate Curve">
<meta property="og:description" content="A simple tool illustrating the need to act on climate change.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://flattentheclimatecurve.org">
<meta property="og:image" content="https://flattentheclimatecurve.org/flatten_promo.png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="720">
<meta name="twitter:site" content="@theclimateclock">
<meta name="twitter:card" content="summary">
<meta name="twitter:image:src" content="https://flattentheclimatecurve.org/flatten_promo.png">
<title>Flatten the Climate Curve</title>
<title>Climate Clock Widget</title>
<style>
html {
overflow-y: scroll;
}
body {
margin: 0 auto;
background-color: #fff;
max-width: 1400px;
}
h3 {
margin: 3em 0 1em 0;
}
pre {
font-size: 1.25em;
background-color: #eee;
padding: 1em 3em ;
overflow: scroll;
}
.frame {
margin: 1em;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148327680-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148327680-2');
</script>
</head>
<body>
<div class="frame">
<climate-clock flatten></climate-clock>
<!-- https://github.com/beautifultrouble/climate-clock-widget -->
</div>
<climate-clock dark></climate-clock>
</body>
</html>
306 changes: 0 additions & 306 deletions src/Chart.vue

This file was deleted.

Loading