Bitcoin Forum
June 24, 2024, 04:43:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [BOUNTY] 0.05 BTC for small work on two html pages [Done]  (Read 1218 times)
btc_enigma (OP)
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
December 11, 2014, 12:21:24 AM
Last edit: December 14, 2014, 02:14:25 PM by btc_enigma
 #1

 I am offering 0.05 BTC for following html work

Add username/password input box along with login / register in https://blockonomics.co/
See design here
http://imgur.com/EpOZRoy

Create a new registration page, style/fonts should be inline with the main page https://blockonomics.co/
See mockup here
http://imgur.com/MiP6RwN




hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
December 11, 2014, 12:43:54 AM
 #2

Login page: http://paste.ubuntu.com/9469343/
New stylesheet rules:

Code:
.field{
  margin: 8px;
}
.login-section .login-buttons-section .buttons-wrapper {
    margin-top: 10%;
}

Now starting on the registration page.

Edit: Register page at http://paste.ubuntu.com/9469389/

If satisfied, please send bounty to 1EYhYbBKRSM85EaoUbgQmnCwQerQWL99so. If not satisfied, please let me know so I can correct any issues that are of concern to you.

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
btc_enigma (OP)
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
December 11, 2014, 01:07:12 AM
 #3

Hi,
Tried your html.
'login here' text ,  input box etc and 'Login with google button' are not aligned as shown in design http://imgur.com/EpOZRoy. Also the 'Login' text in your html is somehow coming in a different font , please use same font as in design. 'Login' button is touching the input box

Registration page is a new page, and should not be embedded in http://blockonomics.co. Also similar problem with fonts in registration page . The register button is  touching the input box

hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
December 11, 2014, 01:33:47 AM
 #4

Updated login page: http://paste.ubuntu.com/9469743/

In order to use the font for the header, I would need to know its name. Currently, the "Blockonomics" lettering is given as a PNG image.

Updated register page (standalone of home) is http://paste.ubuntu.com/9469786/

If there is still an issue, I'll try my best to check it out tomorrow.

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
kishan889
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 11, 2014, 08:01:28 AM
 #5

Wish i know html  Undecided
perfect bounty for perfect work
btc_enigma (OP)
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
December 11, 2014, 11:20:26 AM
 #6

Looks ok . Minor edits needed. I can take it from here Cheesy

Bounty sent
https://blockchain.info/tx-index/ff28a23b1724197323399a96e018db7d95b960d78192f1caecf7797a37db3383

hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
December 11, 2014, 12:09:08 PM
 #7

My main tool is actually the Firefox inspector. I can try a bunch of changes out, and see if they match the spec. The real-time updates for both the HTML and the stylesheet really help. Speaking of which, I forgot to give the updated CSS rules. Here they are:

Code:
.field{
  margin: 8px;
}
.login-section .login-buttons-section .buttons-wrapper {
    margin-top: 10%;
}

.login-links{
  text-align:center;
}
.field input {
  color: #000;
  padding: 6px;
  min-width:100%;
}
.center-button{
  text-align: center;
}

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
btc_enigma (OP)
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
December 12, 2014, 01:55:28 PM
 #8

The page now has a vertical scroll bar . I didnt notice  before. Can you please make sure this is not there anymore

hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
December 12, 2014, 04:18:15 PM
 #9

Which page has the scrollbar? I'm not at my home computer, but the following CSS style should do it:

Code:
body {
    overflow:hidden;
}

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
josef2000
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


Bro, you need to try http://dadice.com


View Profile WWW
December 13, 2014, 04:39:28 PM
 #10

Ill do that for 0.1 btc

███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
█   ⚂⚄⚀⚃⚅⚁    ██  d a d i c e  ██    Next Generation Dice Game
• Low 1% house edge. • Provably Fair.  
███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
December 13, 2014, 04:46:38 PM
 #11

Ill do that for 0.1 btc

The original bounty was for 0.05 BTC and was completed and approved (I've sent the CSS for the scrollbar but have gotten no response yet). 0.1 BTC seems a bit much to fix a single scrollbar.

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
btc_enigma (OP)
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
December 14, 2014, 11:32:28 AM
 #12

Thanks, scrollbar is not coming now

work has been completed, marking this as done

shibaroll.com
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 14, 2014, 01:23:32 PM
 #13

Thanks, scrollbar is not coming now

work has been completed, marking this as done
Please lock the thread.
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!