Skip to content

Commit

Permalink
2024 Web Almanac (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Nov 12, 2024
1 parent 15ea376 commit bb4e20c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ <h1>
<div class="col-lg-7 col-sm-6 col-md-6 col-xs-12">
<h2>
<small>Web Almanac</small>
2022 State of the Web Report
2024 State of the Web Report
</h2>

<p>The Web Almanac combines the raw stats and trends of the HTTP Archive with the expertise of the web community. The 2022 edition is a comprehensive report on the state of the web, backed by real data and trusted web experts, and comprised of 20+ chapters spanning aspects of page content, user experience, publishing, and distribution.</p>
<p>The Web Almanac combines the raw stats and trends of the HTTP Archive with the expertise of the web community. The 2024 edition is a comprehensive report on the state of the web, backed by real data and trusted web experts, and comprised of 20+ chapters spanning aspects of page content, user experience, publishing, and distribution.</p>

<a href="https://almanac.httparchive.org/en/2022/" class="btn alt">Read The 2022 Web Almanac</a>
<a href="https://almanac.httparchive.org/en/2024/" class="btn alt">Read The 2024 Web Almanac</a>
</div>
<div class="col-lg-5 col-sm-6 col-md-6 hidden-xs">
<a href="https://almanac.httparchive.org/en/2022/">
<img src="https://almanac.httparchive.org/static/images/home-hero.png" width="820" height="562" alt="The 2022 Web Almanac" loading="lazy" />
<a href="https://almanac.httparchive.org/en/2024/">
<img src="https://almanac.httparchive.org/static/images/home-hero.png" width="820" height="562" alt="The 2024 Web Almanac" loading="lazy" />
</a>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@
</span>

<ul class="dropdown-content">
<li>
<a href="https://almanac.httparchive.org/en/2024/">2024</a>
</li>
<li>
<a href="https://almanac.httparchive.org/en/2022/">2022</a>
</li>
Expand Down

0 comments on commit bb4e20c

Please sign in to comment.