Skip to content

Commit

Permalink
Add OWD 2024 report (#137)
Browse files Browse the repository at this point in the history
* Add OWD 2024 report

* more content

* Add a section on security (#139)

* Add a section on Fetch work (#140)

* Add a section on Fetch work

* Update pages/content/reports/2024/index.md

* Update pages/content/reports/2024/index.md

* Update pages/content/reports/2024/index.md

* Update pages/content/reports/2024/index.md

* Update pages/content/reports/2024/index.md

* more content; add ids to headings

* Apply suggestions from code review

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>

* Update pages/content/reports/2024/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

* more tweaks

* Add photo

* more tweaks

* Update pages/content/reports/2024/index.md

* Update pages/content/reports/2024/index.md

* grammar nits

* Update pages/content/reports/2024/index.md

* Update pages/content/reports/2024/index.md

* Apply suggestions from code review

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

* tweaks

* Apply suggestions from code review

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

* Estelle feedback

* Update project financials part! (#141)

* add josh to missing features work

---------

Co-authored-by: wbamberg <will@bootbonnet.ca>
Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>
Co-authored-by: Jory Burson <jory@thestoryofjory.com>
  • Loading branch information
6 people authored Jan 30, 2025
1 parent 256b68b commit 036a683
Show file tree
Hide file tree
Showing 7 changed files with 236 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import fs from "fs";

import { IdAttributePlugin } from "@11ty/eleventy";
import { feedPlugin } from "@11ty/eleventy-plugin-rss";
import pluginSyntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";

Expand Down Expand Up @@ -38,6 +39,7 @@ export default async function (eleventyConfig) {
"svg",
]);

eleventyConfig.addPlugin(IdAttributePlugin);
eleventyConfig.addPlugin(pluginSyntaxHighlight);

eleventyConfig.addPlugin(feedPlugin, {
Expand Down
4 changes: 2 additions & 2 deletions pages/_includes/layouts/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
</div>
<div class="flex-container center">
<li>
<a class="nav-item" href="/content/reports/2023/"
>2023 Impact Report</a
<a class="nav-item" href="/content/reports/2024/"
>2024 Impact Report</a
>
</li>
<li><a class="nav-item" href="/content/posts">Blog</a></li>
Expand Down
230 changes: 230 additions & 0 deletions pages/content/reports/2024/index.md

Large diffs are not rendered by default.

Binary file added pages/content/reports/2024/owd_ad_mozilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/content/reports/2024/owd_ad_smashing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/content/reports/2024/owd_team_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h1 id="title">
</p>
<br />
<p>
<a class="btn" href="/content/reports/2023/"
>Read our 2023 Impact Report</a
<a class="btn" href="/content/reports/2024/"
>Read our 2024 Impact Report</a
>
</p>
</div>
Expand Down

0 comments on commit 036a683

Please sign in to comment.