[FREE]Web Development Services

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Psycho_Coder

Active Poster
Retired Staff
Active Member
Apr 12, 2014
642
481
133
UK
I will be offering free web development services for those who don't know how to design or create a site. The sites will be coded in html/css/js/jquery/php depending on the site they want of course. Here is a little basic layout I just created withon half an hour. I will provide some code aswell.

6qCaHf4.png


Codes.

Html
Code:
<?php

?>
<html>
<title>TheTechModz-Gaming Community</title>
<link rel="stylesheet" type="text/css" href="css/Head.css">
<link rel="stylesheet" type="text/css" href="css/Header.css">
<head></head>
<body>

    <div id="Head">
        <form>
        <button><a href="Login.php">Login</a></button>
        <button><a href="Resgier.php">Register</a></button>
       
        <input type="text" name="search" placeholder="Search Bar, Ths site was created by Dev/TUMss">
    </form>



   
    </div>

    <div id="Header">
    </div>
</body>
</html>

CSS. Head.css
Code:
body {
    margin:0px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    background-color: 1d1d1d;
}
#Head {
    background-color: 1d1d1d;
    height: 30px;
}
#Head button {
    background-color: red;
    border:1px solid red;
    height: 30px;
    width: 80px;
}
#Head a {
    color: white;
    text-decoration: none;
}
#Head input {
    margin-left: 50px;
    background-color: black;
    border-radius: 10px;
    border:1px solid red;
    width:400px;
    color: white;
}

another css Header.css
Code:
#Header {
    background-color: black;
    height: 175;
    border-bottom: 4px solid red;
}
 
  • Like
Reactions: Younis and Chris

Psycho_Coder

Active Poster
Retired Staff
Active Member
Apr 12, 2014
642
481
133
UK
Good shit dev :3


Updated it, Added nav bar and styled it.

1AatZQF.png


update code.

Index
Code:
<?php

?>
<html>
<title>TheTechModz-Gaming Community</title>
<link rel="stylesheet" type="text/css" href="css/Head.css">
<link rel="stylesheet" type="text/css" href="css/Header.css">
<head></head>
<body>

    <div id="Head">
        <form>
        <button><a href="Login.php">Login</a></button>
        <button><a href="Resgier.php">Register</a></button>
       
        <input type="text" name="search" placeholder="Search Bar, Ths site was created by Dev/TUMss">
    </form>



   
    </div>

    <div id="Header">
        <button><a href="#">Rules</a></button>
        <button><a href="#">New Post's</a></button>
        <button><a href="#">Upgrade</a></button>
        <button><a href="#">RChat</a></button>
        <button><a href="#">Home</a></button>
        <button><a href="#">Store</a></button>
</body>
</html>

css
Code:
#Header {
    background-color: black;
    height: 175;
    border-bottom: 4px solid red;
}
#Header button {
    background-color: 1d1d1d;
    border:1px solid 1d1d1d;
    margin-top: 50px;
    float: right;
    height: 30px;
    margin-left: 5px;
}
#Header a {
    text-decoration: none;
    color: white;
}
 

Chris

ROKETO PAAAAAAAAAAAAAANCH!
Retired Staff
Determined Poster
Active Member
Dec 11, 2013
572
494
163
Looks better ;)
 

AnonyMod_

Member
Jul 11, 2014
135
22
28
I will be offering free web development services for those who don't know how to design or create a site. The sites will be coded in html/css/js/jquery/php depending on the site they want of course. Here is a little basic layout I just created withon half an hour. I will provide some code aswell.

6qCaHf4.png


Codes.

Html
Code:
<?php

?>
<html>
<title>TheTechModz-Gaming Community</title>
<link rel="stylesheet" type="text/css" href="css/Head.css">
<link rel="stylesheet" type="text/css" href="css/Header.css">
<head></head>
<body>

    <div id="Head">
        <form>
        <button><a href="Login.php">Login</a></button>
        <button><a href="Resgier.php">Register</a></button>
      
        <input type="text" name="search" placeholder="Search Bar, Ths site was created by Dev/TUMss">
    </form>



  
    </div>

    <div id="Header">
    </div>
</body>
</html>

CSS. Head.css
Code:
body {
    margin:0px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    background-color: 1d1d1d;
}
#Head {
    background-color: 1d1d1d;
    height: 30px;
}
#Head button {
    background-color: red;
    border:1px solid red;
    height: 30px;
    width: 80px;
}
#Head a {
    color: white;
    text-decoration: none;
}
#Head input {
    margin-left: 50px;
    background-color: black;
    border-radius: 10px;
    border:1px solid red;
    width:400px;
    color: white;
}

another css Header.css
Code:
#Header {
    background-color: black;
    height: 175;
    border-bottom: 4px solid red;
}
I'm searching someone to make an e commerce !:) Of course i will pay :) If you interested for this project just pm i ll be very happy if you czn do one :) !
 
  • Like
Reactions: Psycho_Coder

AnonyMod_

Member
Jul 11, 2014
135
22
28
red and dark is find ;) but i want that people can pay with paypal, starpass and credit card ;)
For the design (logo etc) i can pay a designer to :)
 

AnonyMod_

Member
Jul 11, 2014
135
22
28
just a shop like this kinf : http://www.steinberg.fr/fr/home.html
But with stock, and its like a lobby shop but i m just sellling accounts allready done ^^
So when they buy it, when the stock isn't empty the site are sending them one account, and this account will dissapear of the list of account that can be buy (where i can add some acounts in section like for ghost bo2 etc) do you understand ? :/
 

Psycho_Coder

Active Poster
Retired Staff
Active Member
Apr 12, 2014
642
481
133
UK
just a shop like this kinf : http://www.steinberg.fr/fr/home.html
But with stock, and its like a lobby shop but i m just sellling accounts allready done ^^
So when they buy it, when the stock isn't empty the site are sending them one account, and this account will dissapear of the list of account that can be buy (where i can add some acounts in section like for ghost bo2 etc) do you understand ? :/

Yes, I do
 
General chit-chat
Help Users
  • @ lurch6661:
    it says battle net
  • @ lurch6661:
    and facebook
  • @ lurch6661:
    or email
  • @ QM|T_JinX:
    never played on pc so dont know
  • @ lurch6661:
    eventualy figure it out
  • @ QM|T_JinX:
    you in the game ?
  • @ lurch6661:
    no iam logged in though
  • @ QM|T_JinX:
    start up the game then add friend you need to be in the game
  • @ lurch6661:
    ok
  • @ lurch6661:
    monkeyman420#9997301
  • @ lurch6661:
    sent you a request
  • @ QM|T_JinX:
    i saw i will accept in sec
  • @ QM|T_JinX:
    done
  • @ lurch6661:
    ok cool beans on toast
  • @ QM|T_JinX:
    xd
  • @ QM|T_JinX:
    ill join you
  • @ QM|T_JinX:
    turn that broke ass mic on hahah
  • @ lurch6661:
    lol
  • @ lurch6661:
    i tried
  • @ lurch6661:
    thinking i need another mic
  • @ QM|T_JinX:
    can you go to warzone or no
  • @ QM|T_JinX:
    damn for real it dont do anything ? you got a phone headset for hands free you can use those too
  • @ QM|T_JinX:
    Trust GXT498W Forta - Bedrade Gaming Headset
  • @ QM|T_JinX:
    wired
  • @ QM|T_JinX:
    JBL Quantum 360P
    @ QM|T_JinX: JBL Quantum 360P