Skip to content

Commit

Permalink
Add Web Monetization Community Forem link and fix tooltip bubbles
Browse files Browse the repository at this point in the history
Signed-off-by: sharon-wang <[email protected]>
  • Loading branch information
sharon-wang committed Apr 17, 2021
1 parent 64faa4a commit 9567d9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,5 @@ For more info, check out [Akita's Privacy Policy](docs/PrivacyPolicy.md).
- [esse_dev](https://twitter.com/esse_dev)
- [Elliot](https://twitter.com/elliotokay)
- [Sharon](https://twitter.com/_sharonwang)
- LinkedIn
- [esse dev](https://www.linkedin.com/company/esse-dev)
2 changes: 1 addition & 1 deletion src/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ section {
.tooltip-bubble-right {
margin-right: -10px;
margin-left: 5px;
right: 0;
right: 10px;
}

.tooltip:hover + .tooltip-bubble-left, .tooltip:hover + .tooltip-bubble-right {
Expand Down
10 changes: 5 additions & 5 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="tooltip">These monetized sites could use ♥️</h1>
<div class="tooltip-bubble-left tooltip-love">These are sites which you visit often, but do not spend much time on.</div>
</div>
<div id="no-provider-resources-container" class="link-grid" style="margin-top: 25px;">
<a href="https://dev.to/esse-dev/how-can-you-support-websites-without-having-to-deal-with-annoying-ads-3lmb" class="tooltip" style="background: #C47233;">How can you support websites without having to deal with annoying ads?</a>
<a href="https://community.webmonetization.org/" class="tooltip" style="background: #C47233;">Check out what's going on in the Web Monetization Community</a>
<a href="https://coil.com/creator/how-to-monetize" class="tooltip" style="background: #C47233;">Monetize your own website or creative content with Coil</a>
</div>
</div>
Expand Down Expand Up @@ -153,10 +153,10 @@ <h2>Learn more & get involved</h2>
<a href="https://developers.coil.com/resources" class="tooltip" style="background: #42D2B8;">Coil Developers Web Monetization Resources</a>
<div class="tooltip-bubble-right" style="top: 367px;">Guide for developers and creators</div>

<a href="https://coil.com/creator/how-to-monetize" class="tooltip" style="background: #9F88FC;">Monetize your own website or creative content with Coil</a>
<div class="tooltip-bubble-left" style="top: 479px;">Monetize your work</div>
<a href="https://dev.to/esse-dev/how-can-you-support-websites-without-having-to-deal-with-annoying-ads-3lmb" class="tooltip" style="background: #FFF27B;">How can you support websites without having to deal with annoying ads?</a>
<div class="tooltip-bubble-right" style="top: 479px;">Why does Web Monetization matter?</div>
<a href="https://community.webmonetization.org/" class="tooltip" style="background: #9F88FC;">Web Monetization Community Forem</a>
<div class="tooltip-bubble-left" style="top: 454px;">Updates in the Web Monetization Community</div>
<a href="https://coil.com/creator/how-to-monetize" class="tooltip" style="background: #FFF27B;">Monetize your own website or creative content with Coil</a>
<div class="tooltip-bubble-right" style="top: 454px;">Monetize your website or content</div>
</div>
</div>
<div class="carousel-slide">
Expand Down

0 comments on commit 9567d9a

Please sign in to comment.