Pages:
Author

Topic: ★★★ Bitcoin Video Casino ★★★ - Design us an HTML banner, get paid $75 in BTC! - page 4. (Read 3159 times)

full member
Activity: 126
Merit: 100
Look at the brighter Side
I wonder why there are no participants even on bitcoin.com forum theres no participants yet 3 days after posts with $75 at stake? weird anyway i attempted and its kinda boring in my part lol or maybe im just so noob in html ads not my thing so after 2 hours of attempt i gave up.

the design spec made it hard for me haha or maybe im just too lazy

Quote
Ads are allowed to contain any non-annoying HTML/CSS style. No images, JavaScript, or animation. Ads must appear 3 or fewer lines tall in my browser (Firefox, 900px wide). Ad text may not contain lies, misrepresentation, or inappropriate language.

You can use HTML/CSS styling with some freedom. However:
- I will copy/paste your ad into the ad area of the page's HTML. It then must actually fit in that location of the page and not overflow into other things. Usually you don't have to go to any extra trouble to make this happen if you avoid manual positioning (including negative margins, etc.) and other weird tricks.
- Ads must not contain images (not even images made via data URIs, CSS, or SVG) or JavaScript.
- The maximum size of everything related to each of your ads is 51200 bytes.
- Ads must not contain forms
- Ads must not animate except for subtle hover effects
- Ads must not load things from external sites, including custom fonts, even if they're downloaded from a common trusted location like Google.
- Ads must not be taller than about 42px as I see them on my browser, which is around 900px wide. Keep in mind that people often view the forum on smartphones and other devices with small screens: to ensure that everyone can read your ad, it's a good idea to make it work even at very low screen sizes. This isn't required, though.

You can send valid BBcode (the markup used when making forum posts), or you can send HTML with inline CSS (style="..."). Do not minify anything you send -- I may need to modify it slightly. Note that your ad's style may be affected by the board's default CSS, especially if you use inline CSS.

Common mistakes when creating ads:
- It is invalid XHTML to put a
inside of an .
- Ads will be affected by the forum's CSS. Ads will by default have text-align:center and font-size:90%; links will have :hover{text-decoration:underline}; etc. Make sure you insert your ad into a downloaded version of
https://bitcointalk.org/ad_test.html to see whether it looks OK with the inherited styles. (Read the HTML comments in that page.)
- If your top-level element is a block element (
, , etc.), it is sometimes surrounded by extra whitespace. It's usually best for your top-level element to be inline or inline-block.
- Special symbols, especially including & symbols in URLs, need to be converted into entities like &.
- Using tables often causes various problems.

Bypassing AdBlock Plus:
It is difficult or impossible for ABP filters to block the ad space itself without blocking posts. However, filters can match against the URLs in your links, your CSS classes and style attributes, and the HTML structure of your ads.

To bypass Adblock Plus, you should:
- Use header CSS, not inline.
- Use no more than 4 CSS classes per banner as.
- Use only one and no other tags if possible. If your ads get blocked because of matching done on something inside of your ad, you are responsible for noticing this and giving me new ad HTML.

hero member
Activity: 804
Merit: 500
quite surprising that no response till now ..may eb you have not escrowed the fund you mention ..ad one more thing you have not mentioned the banner size you want us to design and submit lete me know

Hi bapparabi,

Thanks for your post! We're not using any escrow as this is more of an ongoing competition for banner ads than buying any particular user's time / service; users can post their banner ad HTML inside 'Code' tags on our thread here and if we end up using that particular banner in advertising on this forum or Forum.bitcoin.com we'll pay the user for it directly.

Regarding banner size, in the Ad Design Specifications outlined in our first post we've included the following:

Quote
- Ads must not be taller than about 42px as I see them on my browser, which is around 900px wide. Keep in mind that people often view the forum on smartphones and other devices with small screens: to ensure that everyone can read your ad, it's a good idea to make it work even at very low screen sizes. This isn't required, though.

I'll make it a little clearer for people, it's probably buried a little too deep; thanks for bringing it to my attention! Smiley
hero member
Activity: 826
Merit: 1000
quite surprising that no response till now ..may eb you have not escrowed the fund you mention ..ad one more thing you have not mentioned the banner size you want us to design and submit lete me know
hero member
Activity: 804
Merit: 500
Surprised to see no response to this yet! $75 in BTC for any/all HTML banners we use which have been designed to our specs! Smiley
hero member
Activity: 804
Merit: 500
★★★ Bitcoin Video Casino ★★★

Hi folks!

You may have noticed our HTML ad banners on display:





We want to get more HTML ad banners designed, and we'd like the community's help in doing so! Running a thread for this seems like a great way to get some excellent, varied submissions!

We don't just want one banner; we expect we'll use between 1 - 9 banners every week or two (though we won't always choose new banners), so the more submissions you make the higher chance you have of having one of your submissions picked!

Payment

$75 in Bitcoin if we use your banner ad on any forum. This applies to each banner ad, so if you make 5 submissions and we choose 3 of them we'll pay you $225 in Bitcoin!

We'll contact you via PM requesting a Bitcoin address for payment if we do decide to use any of your submissions.

Please read all the rules and ad design specifications, and provide us with your HTML banner in action at Codepen.io.

Rules

  • Only submissions made on-thread will qualify.
  • All submissions must exactly meet the ad design specifications at the bottom of this post.
  • You must provide the Codepen.io link to your code, and a screenshot of the ad in action at the ad_test page (further details below).
  • If your submission is chosen, your $75 will be converted from USD to BTC immediately prior to sending payment, not at the time we choose the banner or request your Bitcoin address.
  • The purpose of the banner ad is, of course, to advertise BitcoinVideoCasino.com, so do keep that in mind when creating content. Smiley
  • Some of our current banner ads have a 'rollover' style, so when you hover your cursor over it the ad switches from the first image above to the second. We'll certainly accept static submissions but we really like the 'rollover' kind of banner so submissions in that style are more likely to be chosen.


Examples of text you could use for the rollover:

"Over 99.5% return"
"Best odds in the industry”
“No Registration required”
"Mobile Android App”
"Provably fair”
“300+BTC Progressive Jackpot! Win it now!"
If you have any other cool suggestions we'd be happy to hear them!

Ad Design Specifications

Quote
Ads are allowed to contain any non-annoying HTML/CSS style. No images, JavaScript, or animation. Ads must appear 3 or fewer lines tall in my browser (Firefox, 900px wide). Ad text may not contain lies, misrepresentation, or inappropriate language.

You can use HTML/CSS styling with some freedom. However:
- I will copy/paste your ad into the ad area of the page's HTML. It then must actually fit in that location of the page and not overflow into other things. Usually you don't have to go to any extra trouble to make this happen if you avoid manual positioning (including negative margins, etc.) and other weird tricks.
- Ads must not contain images (not even images made via data URIs, CSS, or SVG) or JavaScript.
- The maximum size of everything related to each of your ads is 51200 bytes.
- Ads must not contain forms.
- Ads must not animate except for subtle hover effects.
- Ads must not load things from external sites, including custom fonts, even if they're downloaded from a common trusted location like Google.
- Ads must not be taller than about 42px as I see them on my browser, which is around 900px wide. Keep in mind that people often view the forum on smartphones and other devices with small screens: to ensure that everyone can read your ad, it's a good idea to make it work even at very low screen sizes. This isn't required, though.


Common mistakes when creating ads:
- It is invalid XHTML to put a
inside of an .
- Ads will be affected by the forum's CSS. Ads will by default have text-align:center and font-size:90%; links will have :hover{text-decoration:underline}; etc.
- If your top-level element is a block element (
, , etc.), it is sometimes surrounded by extra whitespace. It's usually best for your top-level element to be inline or inline-block.
- Special symbols, especially including & symbols in URLs, need to be converted into entities like &.
- Using tables often causes various problems.

★★Make sure you insert your ad into a downloaded version of
https://bitcointalk.org/ad_test.html to see whether it looks OK with the inherited styles. (Read the HTML comments in that page.) If everything works, input your HTML code at Codepen and paste the link here, along with a screenshot of how the ad looks on the ad_test page. This makes it possible for other community members with no HTML experience to check out the cool designs! Smiley


You can send valid BBcode (the markup used when making forum posts), or you can send HTML with inline CSS (style="..."). Do not minify anything you send -- I may need to modify it slightly. Note that your ad's style may be affected by the board's default CSS, especially if you use inline CSS.

Bypassing AdBlock Plus:
It is difficult or impossible for ABP filters to block the ad space itself without blocking posts. However, filters can match against the URLs in your links, your CSS classes and style attributes, and the HTML structure of your ads.

To bypass Adblock Plus, you should:
- Use header CSS, not inline.
- Use no more than 4 CSS classes per banner as.
- Use only one and no other tags if possible. If your ads get blocked because of matching done on something inside of your ad, you are responsible for noticing this and giving me new ad HTML.

We plan to keep this an ongoing thread, so we're happy to take submissions at any point until further notice.

If you have any questions at all please let me know! If not, I look forward to seeing your submissions! Smiley

Cheers!
Jump to:
© 2020, Bitcointalksearch.org