-
Notifications
You must be signed in to change notification settings - Fork 1
/
santa-clara-ca.html
124 lines (101 loc) · 5.83 KB
/
santa-clara-ca.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='icon' href='images/graphmagnifier_118081.ico' type='image/x-icon'/ >
<title>Coronavirus in Santa Clara County, CA: Growth Rates and Trends</title>
<meta name="description" content="Daily growth rates and historical trends of COVID-19 cases in Santa Clara County, CA.">
<meta property="og:title" content="Coronavirus in Santa Clara County, CA: Growth Rates and Trends">
<meta property="og:description" content="Daily growth rates and historical trends of COVID-19 cases in Santa Clara County, CA.">
<meta property="og:image" content="https://coronavirus-sf.now.sh/preview.png">
<meta property="og:url" content="https://coronavirus-sf.now.sh/santa-clara-ca.html">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160706069-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-160706069-1');
</script>
<!-- GroveFlow-enabled charts -->
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="https://covid-usa.groveflow.com/growth-line-charts-from-json.min.js"></script>
<script type="text/javascript">
// coded by @xianke
// for more info: github.com/xke/coronavirus-sf
// contact [email protected] if you want to build a mission-critical dashboard!
FIPS_COUNTY_CODE = 6085;
LOCATION_NAME = "Santa Clara County";
JSON_FILE_PREFIX = "https://covid-usa-json.s3-us-west-1.amazonaws.com/" + FIPS_COUNTY_CODE;
google.charts.load("current", {packages:["corechart", "bar"]});
google.charts.setOnLoadCallback(drawGrowthChart);
google.charts.setOnLoadCallback(drawLineChart);
google.charts.setOnLoadCallback(drawGrowthChartDeaths);
google.charts.setOnLoadCallback(drawLineChartDeaths);
</script>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body class="body-style">
<br><br>
<div class="body-headline">Coronavirus (COVID-19) in Santa Clara County, CA</div>
<div class="text-center">If the growth rate of cases <b>declines</b> over many days, it's a good sign that we're containing the virus. <a href="sf-bay-area/">How about elsewhere in the Bay Area?</a></div>
<a name="charts"></a>
<div class="container">
<div class="row">
<div class="col col-sm-auto">
<div id="growth_chart_div" class="growth-chart"></div>
</div>
<div class="col col-lg-2">
<div id="chart_div" class="trend-chart"></div>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col col-sm-auto">
<div id="growth_chart_deaths_div" class="growth-chart"></div>
</div>
<div class="col col-lg-2">
<div id="chart_deaths_div" class="trend-chart"></div>
</div>
</div>
</div>
<br>
<div class="text-center">
<img src="images/leaf.svg" alt="" height="22" style="margin-bottom:4px">
Updated via <a href="https://www.groveflow.com" target="_blank">GroveFlow</a> from data at <a href="https://www.sccgov.org/sites/phd/DiseaseInformation/novel-coronavirus/Pages/dashboard.aspx" target="_blank">sccgov.org</a>.
Source code at <a href="https://github.com/xke/coronavirus-sf/" target="_blank">github.com/xke/coronavirus-sf</a>.
</div>
<br><br><br>
<a name="signup"></a>
<section>
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-xl-7 col-lg-8 col-md-10">
<h3 class="h3 mb-5">Interested in email notifications on updates?</h3>
<form action="https://now.us19.list-manage.com/subscribe/post?u=16d8b23cec63aacf260235ed4&id=604d203e4d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="d-sm-flex flex-column flex-sm-row mb-3 justify-content-center">
<input type="email" value="" name="EMAIL" class="mr-sm-1 mb-2 mb-sm-0 form-control form-control-lg" id="mce-EMAIL" placeholder="Email Address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_0a37e3deb755c19412bcb1357_28e2dcd89c" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" class="ml-sm-1 btn btn-lg btn-primary btn-loading" value="Send" name="subscribe" id="mc-embedded-subscribe" data-loading-text="Sending"></div>
</div>
</form>
<br><br><br>
</div>
</div>
</div>
</section>
<div class="text-center">
<img src="images/people-fill.svg" alt="" width="32" height="32" style="margin-bottom:2px">
<a href="http://give2sf.org/">give2sf.org</a> to donate to SF's COVID-19 fund, or visit <a href="https://www.paypal.com/fundraiser/113352600784545158">paypal.com</a> to support national and global funds.</div>
<br><br><br>
</body>
</html>