Countdown To The 2020 Census

Countdown To The 2020 Census

 

Join Pierce County’s Everyone Counts Campaign by adding this 2020 Census Day countdown clock to your website. Instructions below will help you add one of three widget sizes to your site.

Census data guides how more than $800 billion a year in federal funding is distributed, helping to create jobs, provide housing and build schools, roads, and hospitals. An accurate count is critical to our county’s ability to access public and private resources and to ensure we have accurate representation.

Community members across Pierce County must come together to ensure every voice is heard. This countdown clock can make sure everyone remembers to make sure that Everyone Counts for Pierce County.

The Everyone Counts Campaign is a collective of Pierce County organizations that recognize the importance of a complete and accurate census count for the well-being of our community — in 2020 and beyond.

Small Widget: 250 × 250

The first widget is 250 pixels wide by 250 pixels tall. If placed within an element of a web page with a width of at least 250 pixels, this widget should appear, automatically centered, within that element. Here is the code to copy and paste:

<div style=”width: 250px; margin: 0 auto;”>
<iframe src=”https://www.keytoclick.com/gtcf/census-sq/?v=2″ height=”250″ width=”250″ frameborder=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no”></iframe>
</div>

 

Medium Widget: 320 × 320

The second widget is 320 pixels wide by 320 pixels tall. If placed within an element of a web page with a width of at least 320 pixels, this widget should appear, automatically centered, within that element. Here is the code to copy and paste:

<div style=”width: 320px; margin: 0 auto;”>
<iframe src=”https://www.keytoclick.com/gtcf/census-sq-sec/?v=2″ height=”320″ width=”320″ frameborder=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no”></iframe>
</div>

 

Note: If you want either of the above widgets to fill the entire width of a web page element, you may change the width attributes in the above code snippets to  width: 100%;  and  width=”100%”  and the light blue background will fill the width of the element on your page with the countdown centered as shown.

Wide Widget: 910 × 110

The third widget is 910 pixels wide by 110 pixels tall. If placed within an element of a web page with a width of at least 910 pixels, this widget should appear, automatically centered, within that element. Here is the code to copy and paste:

<div id=”toggle_show” style=”width: 910px; margin: 0 auto;”>
<iframe src=”https://www.keytoclick.com/gtcf/census-wide/?v=2″ height=”110″ width=”910″ frameborder=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no”></iframe>
</div>

 

Because this wider widget is too wide for some devices, you can paste the following code before the closing  </head>  tag on your mobile-friendly website to hide it on smaller devices:

<style>@media (max-width: 909px) { #toggle_show { display: none; } }</style>