Skip to content

Commit 2069564

Browse files
Community survey 2022 results (jamstack#833)
* Re-organise survey content, create 2022 index * Add document outline for 2022 survey * Add permalinks to all survey headings * Add demographics charts, refactor previous year structure * Add multi-series line chart component * Add how we are building charts * Add where are we going charts * Fix scaling issues with bubble charts, add permalinks to charts * Improve interactivity on bubble charts - 2 way highlighting * Add interactivity to line chart * Content updates, add expanded color palette * Add all charts and content for whos doing the building * Add styles, begin what we are building section * Add audience size charts * Wrap axis labels on audience charts * Add padding to text wrap * Add column gap to chart headers * Fix text clipping when wrapping axis labels * Update audience charts * Add all text content and charts * Add fancy final message * Copy updates. add respondents labels * Tidy mobile styles, add 0 axis charts * Add interactive option to all charts * Even chunkier final heading * Fix Safari text scaling * Fix table overflow on mobile, scaling in safari * Update OG image * Update announcement bar and meta info * Final copy updates * Add 2022 methodolofy * Update OG image * Content tweaks * Update methodology * Update serverless links
1 parent ca7acb7 commit 2069564

File tree

58 files changed

+5806
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+5806
-1128
lines changed

.eleventy.js

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ module.exports = function (eleventyConfig) {
188188
eleventyConfig.addPassthroughCopy("src/site/browserconfig.xml");
189189
eleventyConfig.addPassthroughCopy("src/site/site.webmanifest");
190190
eleventyConfig.addPassthroughCopy("src/site/survey/2021/community-survey-2021-methodology.pdf");
191+
eleventyConfig.addPassthroughCopy("src/site/survey/2022/community-survey-2022-methodology.pdf");
191192

192193
return {
193194
dir: {

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
[[redirects]]
6969
from = "/survey/"
70-
to = "/survey/2021/"
70+
to = "/survey/2022/"
7171
status = 302
7272

7373
[[redirects]]

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"autoprefixer": "^10.2.5",
2828
"cssnano": "^4.1.10",
2929
"d3": "^7.1.1",
30+
"d3-textwrap": "^3.0.0",
3031
"dotenv": "^8.2.0",
3132
"fast-glob": "^3.2.5",
3233
"gray-matter": "^4.0.2",
@@ -45,4 +46,4 @@
4546
"spdx-correct": "^3.1.1",
4647
"tailwindcss": "^3.1.8"
4748
}
48-
}
49+
}

0 commit comments

Comments
 (0)