Bitcoin Forum

Economy => Services => Topic started by: 2weiX on May 31, 2012, 06:24:55 PM



Title: make a simple 1 page HTML pretty for me.
Post by: 2weiX on May 31, 2012, 06:24:55 PM
I have this: http://bitcoinsinberlin.daiber.net/

There's some php behind this, but I guess you don't need that in order to make this pretty as long as you use standard HTML I can put into the function HTML() that creates this page.


I dunno if I should make this a bounty or whatever. So please post in this thread or PM me, I will pick something.
2 to 5 BTC should probably do the trick, however fancy stuff is.

2 BTC if it's pretty and looks really cool
5 BTC if it has awesome 6month mtgoxEUR daily chart in it  plus a mobile version with just the table.


Title: Re: make a simple 1 page HTML pretty for me.
Post by: 2weiX on May 31, 2012, 06:40:54 PM
I have this: http://bitcoinsinberlin.daiber.net/

There's some php behind this, but I guess you don't need that in order to make this pretty as long as you use standard HTML I can put into the function HTML() that creates this page.


I dunno if I should make this a bounty or whatever. So please post in this thread or PM me, I will pick something.
2 to 5 BTC should probably do the trick, however fancy stuff is.

2 BTC if it's pretty and looks really cool
5 BTC if it has awesome 6month mtgoxEUR daily chart in it  plus a mobile version with just the table.

wait what do you what? HTML that you you spilt out of php?


yes, I generate the page from a PHP file, like so:


Code:
	function HTML()
{
return<<<EOT
<html>
<head>
<title>Bitcoins in Berlin</title>
</head>
<body bgcolor="#E3E3FA">
<div align="center">
<font face="Verdana" size="2">
<table cellspacing="5" cellpadding="5" border="0" bgcolor="F5E1BC" WIDTH="90%">
<tr>
<td align="center">

.
.
.
.
</td>
</tr>
</table>
<br><br>(c) 2012 Bitcoincommodities.com<br>
</font>
</body>
</html>
EOT;
}
?>


But if you work with html-tags (as opposed to css) I can work that into the code.


Title: Re: make a simple 1 page HTML pretty for me.
Post by: 2weiX on May 31, 2012, 07:00:02 PM
I had the php written for me with the variables all figured out in another php file.
All I want is someone to make it pretty with HTML, I am able to adapt the code to my php, I am just horrible at layouting/designing.


Title: Re: make a simple 1 page HTML pretty for me.
Post by: Bitsky on May 31, 2012, 07:06:32 PM
I'll give another tip:
Split PHP from HTML. Mixing both is a mess. Take a look at Smarty.


Title: Re: make a simple 1 page HTML pretty for me.
Post by: 2weiX on May 31, 2012, 07:13:37 PM
okay, so any takers?

It's not supposed to become codeacademy for me, just a thing where you can play with html tags.

if you REALLY wanne get into it, i'll gladly send you the whole thingamajigjag (2 php files) and you can css_stylesheet your asses off, that's not my concern atm.

but it's not gonna be > 3 BTC if it's not REEEEALLY awesomely animated^^



Title: Re: make a simple 1 page HTML pretty for me.
Post by: 2weiX on May 31, 2012, 07:20:07 PM
okay, so any takers?

It's not supposed to become codeacademy for me, just a thing where you can play with html tags.

if you REALLY wanne get into it, i'll gladly send you the whole thingamajigjag (2 php files) and you can css_stylesheet your asses off, that's not my concern atm.

but it's not gonna be > 3 BTC if it's not REEEEALLY awesomely animated^^



I will do it, but it will have to wait until tomorrow I am kinda busy doing things.

not a problem.


Title: Re: make a simple 1 page HTML pretty for me.
Post by: 2weiX on May 31, 2012, 07:25:32 PM
would you grant me the right to decline if i don't like?
or something like three tries?

since i dunno what kind of style you be rockin^^


Title: Re: make a simple 1 page HTML pretty for me.
Post by: sauc1er on May 31, 2012, 10:01:08 PM
sorry for hijacking but I am looking to set up a similar page like yours (i.e. p2p bitcoin exchange, small scale). If you are willing to sell the source code or if someone can make me a similar site please pm me. I wont be interfering with you business btw as I am about 500km away  ;)


Title: Re: make a simple 1 page HTML pretty for me.
Post by: Eli on June 02, 2012, 03:12:37 PM
This is what you've got from me for 2BTC: https://dl.dropbox.com/u/1290056/BitcoinBerlin/index.html


+ Works well on all browsers, including on mobile
+ Easy to use and modify
- No variables editing (it's pretty straight forward to do so in the HTML).
- No daily chart.

If you want variables editing - I can make something really simple with additional 5BTC.
For the chart I will ask about 15BTC - or you can find someone else to do so.

If you like the work, send the BTCs to: 1Cm554iqhU9dLnZsi2LA5s1b576DdfM1GM

The relevant files is available: https://dl.dropbox.com/u/1290056/BitcoinBerlin/BitcoinBerlin.zip


You can customize it yourself or give to another developer using the handy Bootstrap stylesheet (http://twitter.github.com/bootstrap/index.html).




EDIT: If the OP doesn't like the design/work - it can be used freely by anyone without restrictions.