forked from ModelEarth/io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (80 loc) · 3.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<html><head>
<meta charset='UTF-8'>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<title>Community-Driven Sustainability Apps</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="../localsite/js/d3.v5.min.js"></script>
<script type="text/javascript" src="../localsite/js/jquery/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="../localsite/js/showdown.min.js"></script>
<script type="text/javascript" src="../localsite/js/localsite.js"></script>
<script type="text/javascript" src="../localsite/js/navigation.js"></script>
<link rel="stylesheet" href="../localsite/css/base.css" />
<!-- For Facebook -->
<meta property="og:title" content="Web Applications for Local Communities" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://model.earth/community/img/overview/code-for-america-rect.jpg" />
<meta property="og:url" content="https://model.earth/community/challenge/" />
<meta property="og:description" content="Join us to work on Lifecycle Tools using US EPA data with Democracy Lab and Code for America projects." />
<!-- For Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Web Applications for Local Communities" />
<meta name="twitter:description" content="Join us to work on Lifecycle Tools using US EPA data with Democracy Lab and Code for America projects." />
<meta name="twitter:image" content="https://model.earth/community/img/overview/code-for-america-rect.jpg" />
<script type="text/javascript">
loadMarkdown("overview.md", "topicsDiv", "_parent");
//georgia
if (location.host.indexOf("georgia.org") >= 0) {
// TEMP
setTimeout( function() {
$('.georgia').css('display', 'inline');
$('.georgia-hide').css('display', 'none');
$('.georgiaorg-hide').css('display', 'none');
$('#headerOffset').css('display', 'block');
}, 200);
// TEMP
setTimeout( function() {
$('.georgia').css('display', 'inline');
$('.georgia-hide').css('display', 'none');
$('.georgiaorg-hide').css('display', 'none');
$('#headerOffset').css('display', 'block');
}, 1500);
}
</script>
<style>
body {
font-family: 'Nunito Sans', sans-serif;
}
</style>
</head>
<body>
<!--
<script type="text/javascript" src="../localsite/js/map-embed.js?show=farmfresh"></script>
-->
<div id="rightcolumn" style="float:right; max-width: 400px; padding-left:20px; padding-right:10px;background-color: #fff">
<a class="twitter-timeline" data-tweet-limit="3" href="https://twitter.com/EPA"></a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="content contentpadding" style="padding:40px; overflow: auto;">
<div class="toplinks">
<b>Web Applications</b> |
<!--
<a href="template/">For Companies</a> |
-->
<a href="communities/">For Communities</a> |
<a href="coders/" style="white-space:nowrap;">For Coders & Designers</a> |
<a href="learn/" style="white-space:nowrap;">For Student Research</a> |
<a href="about/" style="white-space:nowrap;">About the Model</a>
</div>
<br>
<div id="topicsDiv">
</div>
<h2>Add to your website</h2>
Embedding input-output maps and charts is easy. Here's a sample to try:
<pre><code><script type="text/javascript" src="https://model.earth/localsite/js/localsite.js?display=everything&show=farmfresh&showheader=false&state=GA"></script></code></pre>
Samples of <a href="../io/charts/">Embeddable IO Widgets</a>
<br><br>
</div>
</body>
</html>