10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes;

This commit is contained in:
Spencer Flagg
2022-10-11 17:44:21 +02:00
parent b396396c1f
commit 27a1f28c58
46 changed files with 775 additions and 160 deletions

35
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"css-declaration-sorter": "^6.3.1",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-img2picture": "^3.0.0",
"eleventy-plugin-seo": "^0.5.2",
"eleventy-sass": "^1.3.1",
"esm": "^3.2.25",
"gsap": "^3.10.4",
@@ -1957,6 +1958,15 @@
"sharp": ">=0.29.3"
}
},
"node_modules/eleventy-plugin-seo": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/eleventy-plugin-seo/-/eleventy-plugin-seo-0.5.2.tgz",
"integrity": "sha512-saAWnrQrMc/dP6nimCbvAlumohfBrDI7IrpkN/OJoxvLxcOsyWrA+XMR+3lWLVAkuwC1SyA5cbunr1u8jkFK/A==",
"dependencies": {
"html-entities": "^1.2.1",
"lodash": "^4.17.19"
}
},
"node_modules/eleventy-sass": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/eleventy-sass/-/eleventy-sass-1.3.1.tgz",
@@ -2759,6 +2769,11 @@
"node": ">=12"
}
},
"node_modules/html-entities": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
"integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA=="
},
"node_modules/html-escaper": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
@@ -3908,8 +3923,7 @@
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/lodash.deburr": {
"version": "4.1.0",
@@ -8461,6 +8475,15 @@
"sharp": ">=0.29.3"
}
},
"eleventy-plugin-seo": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/eleventy-plugin-seo/-/eleventy-plugin-seo-0.5.2.tgz",
"integrity": "sha512-saAWnrQrMc/dP6nimCbvAlumohfBrDI7IrpkN/OJoxvLxcOsyWrA+XMR+3lWLVAkuwC1SyA5cbunr1u8jkFK/A==",
"requires": {
"html-entities": "^1.2.1",
"lodash": "^4.17.19"
}
},
"eleventy-sass": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/eleventy-sass/-/eleventy-sass-1.3.1.tgz",
@@ -9076,6 +9099,11 @@
"whatwg-encoding": "^2.0.0"
}
},
"html-entities": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
"integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA=="
},
"html-escaper": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
@@ -9876,8 +9904,7 @@
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"lodash.deburr": {
"version": "4.1.0",