How Simple Life Used to be.

Discussion in 'General chat' started by Buritomaker, Jul 14, 2015.

  1. Buritomaker

    Buritomaker New Member

    So I was going through my old hardrive and I find my first ever index page made. Look how Simple I used to be :D

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Bear With us for a Few Weeks :3</title>
    <style>

    h1 {
    color:rgb(8, 19, 240);
    }

    h2 {
    color: rgb(99, 250, 5);
    background-color: rgb(8, 19, 240);
    }

    p {
    color: rgb(8, 19, 240);
    }
    body {
    background-image: url("eye.jpg");
    }
    #blue {
    color: rgb(8, 19, 240);
    }
    .swag{
    border: 10px groove rgb(204, 204, 204);
    }
    .rekd {
    color:rgb(245, 8, 55);
    }
    .border{
    border: 10px groove rgb(8, 19, 240);
    }
    .t {
    color: rgb(0, 0, 0);
    background-color: rgb(8, 19, 240);
    }
    .border2{
    border: 8px solid rgb(203, 204, 222);
    }
    </style>
    </head>
    <body>
    <ul>
    <li class="color-bg">
    <h4>Navigation</h4>
    <ul class="blocklist">
    <center><li><a class="selected" href="index.html"><big>Back to Home Page</big></a></li>

    </ul>
    </li>
    <center><h1><big>We're just Fixing up the final touches!</big></h1></center>

    <center><h2 id="red"><big>In Development</big></h2></center>
    <center><p class= "rekd"><big>Feel Free to browse our home page we're making the few final touches!</big></p></center>

    <center> <h2 id="red"><strong>Expect Us Soon!</strong></h2></center>
    <center> <p class="t"><big><strong>The Website should be completed and finalised in less than a <em>fortnight :D This Video is a snapshot of what we're about.</strong></big></em></p></center>

    <center> <img class= "border" src= "vapour.jpg" alt= "A Little snipet of what's to come :)" height="250px" width="250px"> </center>
    <br>


    <center><video class= "border" width="300px" height="300px" controls autoplay </center>
    <source src="csgo.mp4" type="video/mp4"
    </video>

    </body>
    </html>
     
    MCSmelter likes this.
  2. Lostvayne

    Lostvayne I'll dance alone tonight Staff Member Mod

    Don't understand what that is and how that is considered simple but, I am guessing you've improved and have more complex, umm, code? I think it is?
     
  3. g_p

    g_p grondewa

    only things that made sense
     
  4. Buritomaker

    Buritomaker New Member

    That's a class tag used to group together specific paragraphs or words.

    This is HTML5 I think or maybe XML. This was only the first page lol.
     
  5. BunnySlayah69

    BunnySlayah69 BunnehPvP

    Lol tryna look good posting random code that does nothing :p
     
    skarmick likes this.
  6. EA_Sharks

    EA_Sharks New Member

    What exactly is the point of this thread...?
     
    skarmick and MLGProGamer123 like this.
  7. Lostvayne

    Lostvayne I'll dance alone tonight Staff Member Mod

    No other thread in General has a point...
    This is no different lel
     
  8. EA_Sharks

    EA_Sharks New Member

    I'm genuinely curious of what his intentions were.
     
    MLGProGamer123 likes this.
  9. Maxxy

    Maxxy •Ex-Devil•

    I thought life was simple until I saw @MLGfishy123's thread about that green and purple stuff... :3
     
  10. Lostvayne

    Lostvayne I'll dance alone tonight Staff Member Mod

    You got me, He says he is a dev hence the previous name on one of the accounts he sold me "BeastDeveloper". So I am guessing he making a point that he is a dev and how much better he has gotten?
     
  11. MLGProGamer123

    MLGProGamer123 Viva La Vida

    He's just looking over at a site config he made a while ago I think.
     
    Buritomaker likes this.
  12. EA_Sharks

    EA_Sharks New Member

    Gotcha. What program do you use?
     
    skarmick and MLGProGamer123 like this.
  13. Lostvayne

    Lostvayne I'll dance alone tonight Staff Member Mod

    Do you even have an idea of what you're getting yourself into trying to talk to a dev/coder?
     
  14. skarmick

    skarmick @GoOnSkar

    He most likely uses Eclipse. That's the most common coding software.
     
    EA_Sharks likes this.
  15. baconator2

    baconator2 The one and only

    Ahh HTML...
    My fave string of code is this {im a little rusty lol}
    <h5>
    <p> "Hello my good sirs." </p>
    </h5>
    And this
    <a href> "insert picture link here" </a href>
    Or its like this i forget i havent practiced
    <a href "insert pic link here"/>
    Lel i need to repractice the basics
     
  16. Buritomaker

    Buritomaker New Member

    I use Eclipse now although this was made on dream weaver.

    It's easier to just use <Img src=" " alt=" " width= " " height="" put the image in the same folder as your index or whatever html page you're trying to develop. Always use .jpg and .mp4 in html as well.

    Rev right here when he joined the call of me and Gold making an api...

    The code works...
     
  17. baconator2

    baconator2 The one and only

    Wow knowledge he has
    I think the a href makes a linked pic and IMG SRC makes a unlinked pic
     
  18. Buritomaker

    Buritomaker New Member

    HREF is recieving data off an external source, Img is a file that is internal and located in the specific drive.
     
  19. PukingRainbowz

    PukingRainbowz New Member

    I ask the same thing to 90% of the threads in general chat
     
    EA_Sharks likes this.

Share This Page