-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1e1ce1
commit 604b417
Showing
19 changed files
with
580 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<ul class="views"> | ||
<li>Filter by:</li> | ||
<li><a href="/features">All</a></li> | ||
<li><a href="/newly-available" class="baseline-low">Newly available</a></li> | ||
<li><a href="/widely-available" class="baseline-high">Widely available</a></li> | ||
<li><a href="/limited-availability" class="baseline-false">Limited availability</a></li> | ||
<li><a href="/one-missing-engine" class="baseline-false">One missing engine</a></li> | ||
<!-- <li><a href="/groups">Groups</a></li> | ||
<li><a href="/browse">Browse features</a></li> --> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: About this website | ||
layout: layout.njk | ||
--- | ||
|
||
<main> | ||
<h1>{{ title }}</h1> | ||
|
||
<p>The Web platform features explorer website is a project from the <a href="https://www.w3.org/community/webdx/">W3C WebDX Community Group</a> (WebDX CG). Its goal is to provide a visualization of the data from the <a href="https://github.com/web-platform-dx/web-features">web-features</a> repository, which the WebDX CG maintains.</p> | ||
|
||
<p>In addition to displaying the web-features data, this website also links the data to other resources, such as browser-compat-data, MDN documentation, specifications, vendor positions, origin trials, and more.</p> | ||
|
||
<p>The website also displays Baseline information for each web feature. To learn more about Baseline, see <a href="https://web-platform-dx.github.io/web-features/">What is Baseline?</a>.</p> | ||
|
||
<p>The website's content was last generated on {{ versions.date }} using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>{{ versions.webFeatures }}</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>{{ versions.bcd }}</code>. The source code of the website is at <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.