-
Notifications
You must be signed in to change notification settings - Fork 103
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
[RFC] Move original backers to sponsors page. #100
Conversation
👍
True, we can use the mailing list for that. Can you add this information? |
Added: "If you don't have a GitHub account, you can write to the Neovim mailing list instead." |
@tarruda uBlock doesn't seem to like (i.e. hides) elements that contain "logo" in their CSS class.. something like the following should fix that: diff --git a/sponsor-generator/lib/sponsor.ejs b/sponsor-generator/lib/sponsor.ejs
index 45c8b48..bbb20fe 100644
--- a/sponsor-generator/lib/sponsor.ejs
+++ b/sponsor-generator/lib/sponsor.ejs
@@ -1,5 +1,5 @@
<tr class="sponsor">
-<td class="sponsor-logo">
+<td class="sponsor-image">
<% if (url) { %>
<a href="<%= url %>"><img src="<%= logo %>"></img></a>
<% } else { %>
diff --git a/sponsor-generator/lib/sponsor_front.ejs b/sponsor-generator/lib/sponsor_front.ejs
index ccfdc16..eb972f2 100644
--- a/sponsor-generator/lib/sponsor_front.ejs
+++ b/sponsor-generator/lib/sponsor_front.ejs
@@ -1,5 +1,5 @@
<div class="sponsor-front">
-<div class="sponsor-logo">
+<div class="sponsor-image">
<% if (url) { %>
<a href="<%= url %>"><img src="<%= frontLogo %>" alt="Logo of <%= name %>"></img></a>
<% } else { %> I didn't add it as a commit here because I didn't know how to create the |
👍
After installing node.js/io.js(io.js seems more stable), install
Then from the
This will leave a modified javascript file in the |
Some adblockers apparently remove elements with a CSS class that contains the word "logo".
Thanks for the instructions, pushed a commit. |
Move original backers to sponsors page.
Thanks |
Maybe we should have an email address for sponsors to write to.. as it says on the page, not everybody has a GitHub account, so they can't send a pull request to update the sponsors-override file.