generated from oddbird/polyfill-template
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from oddbird/add-sponsor-text
Add favicon, sponsor text, new url
- Loading branch information
Showing
5 changed files
with
28 additions
and
4 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
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
Binary file not shown.
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 |
---|---|---|
|
@@ -47,6 +47,7 @@ | |
'This browser does not support the Popover API natively, so the polyfill has been applied.'; | ||
} | ||
</script> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> | ||
<script src="https://unpkg.com/[email protected]/components/prism-core.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script> | ||
|
||
|
@@ -87,7 +88,7 @@ | |
<li> | ||
<a | ||
data-nav | ||
href="https://html.spec.whatwg.org/multipage/popover.html#dom-popover" | ||
href="https://html.spec.whatwg.org/multipage/popover.html" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
>Spec</a | ||
|
@@ -726,6 +727,29 @@ <h2 data-header> | |
<slot></slot> | ||
</div></code></pre> | ||
</section> | ||
<section id="sponsor" class="demo-item"> | ||
<h2>Sponsor OddBird’s OSS Work</h2> | ||
<p> | ||
At OddBird, we love contributing to the languages & tools developers | ||
rely on. We’re currently working on polyfills for new Popover & | ||
Anchor Positioning functionality, as well as CSS specifications for | ||
functions, mixins, and responsive typography. Help us keep this work | ||
sustainable and centered on your needs as a developer! We display | ||
sponsor logos and avatars on our | ||
<a | ||
href="https://www.oddbird.net/polyfill/#open-source-sponsors" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
>website</a | ||
>. | ||
</p> | ||
<a | ||
href="https://github.com/sponsors/oddbird" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
>Sponsor OddBird’s OSS Work</a | ||
> | ||
</section> | ||
</div> | ||
</main> | ||
<footer class="site-footer"> | ||
|
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