Author

Topic: [WTB] Web Dev for Small Job 0.01 BTC (Read 408 times)

sr. member
Activity: 448
Merit: 250
I'm a Web Developer: HTML, CSS, PHP, JS.
January 03, 2015, 09:04:10 AM
#5
I'm looking for a web developer for a relatively small job.
I'd like to make a minimalist design for a BTC price ticker for my website

I'd like to replace the one by BTCQuote on it.

http://www.smallbits.in
I can do it for free, contact my skype michaeladair1996
hero member
Activity: 546
Merit: 500
January 03, 2015, 09:03:08 AM
#4
If you want to just remove powered by and href, then run this code after page is loaded.

Code:
function removePoweredBy() {
    var container = document.getElementsByClassName("btc-hides");
    var a = container[0].getElementsByTagName("span");
    for (var i = 0; i < a.length; i++) {
if(a[i].innerHTML.indexOf("Powered")>-1)
a[i].parentNode.removeChild(a[i]);
        }
a = container[0].getElementsByTagName("a");
    for (var i = 0; i < a.length; i++) {
            a[i].parentNode.removeChild(a[i]);
        }
}

Widget then looks like that:
sr. member
Activity: 266
Merit: 250
Grow SMALL amount of BTC by earning it
January 03, 2015, 09:00:59 AM
#3
I'm looking for a web developer for a relatively small job.
I'd like to make a minimalist design for a BTC price ticker for my website

I'd like to replace the one by BTCQuote on it.

http://www.smallbits.in
Small, the rate you are offering is too small.
I can help you if you pay me 0.03BTC for this work.
Thanks

I'll pay if you do it first, with that trust I'm not sure about dealing with you
Since i usually pay first
sr. member
Activity: 322
Merit: 250
January 03, 2015, 08:46:13 AM
#2
I'm looking for a web developer for a relatively small job.
I'd like to make a minimalist design for a BTC price ticker for my website

I'd like to replace the one by BTCQuote on it.

http://www.smallbits.in
Small, the rate you are offering is too small.
I can help you if you pay me 0.03BTC for this work.
Thanks
sr. member
Activity: 266
Merit: 250
Grow SMALL amount of BTC by earning it
January 03, 2015, 06:59:01 AM
#1
I'm looking for a web developer for a relatively small job.
I'd like to make a minimalist design for a BTC price ticker for my website

I'd like to replace the one by BTCQuote on it.

http://www.smallbits.in
Jump to: