Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add favicon, sponsor text, new url #230

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

- 🐛 BUGFIX: Fix regression when targets have nested elements --
[#88](https://github.com/oddbird/popover-polyfill/pull/88)
- 📝 DOCS: Add demo site: https://popover-polyfill.netlify.app/
- 📝 DOCS: Add demo site: https://popover.oddbird.net/

## 0.1.0: 2023-03-24

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/oddbird/popover-polyfill/actions/workflows/test.yml/badge.svg)](https://github.com/oddbird/popover-polyfill/actions/workflows/test.yml) [![npm version](https://badge.fury.io/js/@oddbird%2Fpopover-polyfill.svg)](https://badge.fury.io/js/@oddbird%2Fpopover-polyfill) [![Netlify Status](https://api.netlify.com/api/v1/badges/35bc7ba7-97a2-4e41-93ed-5141988adb1e/deploy-status)](https://app.netlify.com/sites/popover-polyfill/deploys)

- [Demo](https://popover-polyfill.netlify.app/)
- [Demo](https://popover.oddbird.net/)
- [Explainer](https://open-ui.org/components/popover.research.explainer/)

This polyfills the HTML `popover` attribute and
Expand Down
Binary file added favicon.ico
Binary file not shown.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -726,6 +727,29 @@ <h2 data-header>
&lt;slot&gt;&lt;/slot&gt;
&lt;/div&gt;</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">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/oddbird/popover-polyfill.git"
},
"bugs": "https://github.com/oddbird/popover-polyfill/issues",
"homepage": "https://github.com/oddbird/popover-polyfill",
"homepage": "https://popover.oddbird.net/",
"keywords": [
"css",
"polyfill",
Expand Down