Bitcoin Forum
May 04, 2024, 04:04:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: make a simple 1 page HTML pretty for me.  (Read 1437 times)
2weiX (OP)
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
May 31, 2012, 06:24:55 PM
 #1

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.
1714838672
Hero Member
*
Offline Offline

Posts: 1714838672

View Profile Personal Message (Offline)

Ignore
1714838672
Reply with quote  #2

1714838672
Report to moderator
1714838672
Hero Member
*
Offline Offline

Posts: 1714838672

View Profile Personal Message (Offline)

Ignore
1714838672
Reply with quote  #2

1714838672
Report to moderator
1714838672
Hero Member
*
Offline Offline

Posts: 1714838672

View Profile Personal Message (Offline)

Ignore
1714838672
Reply with quote  #2

1714838672
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714838672
Hero Member
*
Offline Offline

Posts: 1714838672

View Profile Personal Message (Offline)

Ignore
1714838672
Reply with quote  #2

1714838672
Report to moderator
2weiX (OP)
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
May 31, 2012, 06:40:54 PM
 #2

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.
2weiX (OP)
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
May 31, 2012, 07:00:02 PM
 #3

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.
Bitsky
Hero Member
*****
Offline Offline

Activity: 576
Merit: 514


View Profile
May 31, 2012, 07:06:32 PM
 #4

I'll give another tip:
Split PHP from HTML. Mixing both is a mess. Take a look at Smarty.

Bounty: Earn up to 68.7 BTC
Like my post? Feel free to drop a tip to 1BitskyZbfR4irjyXDaGAM2wYKQknwX36Y
2weiX (OP)
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
May 31, 2012, 07:13:37 PM
 #5

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^^

2weiX (OP)
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
May 31, 2012, 07:20:07 PM
 #6

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.
2weiX (OP)
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
May 31, 2012, 07:25:32 PM
 #7

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^^
sauc1er
Member
**
Offline Offline

Activity: 64
Merit: 10



View Profile
May 31, 2012, 10:01:08 PM
 #8

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  Wink
Eli
Full Member
***
Offline Offline

Activity: 128
Merit: 100



View Profile
June 02, 2012, 03:12:37 PM
 #9

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.




EDIT: If the OP doesn't like the design/work - it can be used freely by anyone without restrictions.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!