Topic:   Website   (Read 5809 times)


0 Members and 1 Guest are viewing this topic.

Xiphos


  • GMG-er

  • **


  • Posts: 676
Website
« on: July 01, 2009, 11:46:20 AM »
My website for my "company"(haha) Tell me what you think about it! Go to the games section then machine page and tell me what color i should use instead of lightsteelblue on that background image!

http://xiphonicproductions.uuuq.com/
« Last Edit: July 01, 2009, 11:46:34 AM by Xiphos »

Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #1 on: July 01, 2009, 04:35:38 PM »
I decided to use darkred to show up better against background image!

GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: Website
« Reply #2 on: July 02, 2009, 12:00:19 PM »
No offense but there is nothing attractive about your site :/

Frames are ugly and outdated. Colours are bleh. I'd work on it a lot more.

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: Website
« Reply #3 on: July 02, 2009, 12:18:36 PM »
There's nothing wrong with frames, they're a bit web 1.0 but that's all good.

You should change the background colour from blue to something else and perhaps change the font and its colour. :)


Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #4 on: July 02, 2009, 09:12:19 PM »
I know it is bad that's why i need help! What color should I change it to?

I changed it visit it again and view it. I think it looks [glb][size=30]ALOT[/size][/b][/glb] better =D
« Last Edit: July 03, 2009, 10:36:41 AM by Xiphos »

GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: Website
« Reply #5 on: July 03, 2009, 12:08:28 PM »
Still really plain and boring

Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #6 on: July 03, 2009, 12:11:10 PM »
Hey is the navbar and home page still blue for you guys? It's not supposed to be ???

bman


  • GMG Newbie

  • *

  • no avatar

  • Posts: 10

  • R.I.P. SilverCreator
Re: Website
« Reply #7 on: July 03, 2009, 01:42:49 PM »
http://www.w3schools.com/sitemap/sitemap_tutorials.asp

W3 is where I learned to program in HTML and CSS.  I would highly recommend that you go through those two tutorials, and soon you'll be building much more exciting webspaces.

Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #8 on: July 03, 2009, 01:51:13 PM »
Dude I used the same place =D! I don't care about it being exciting (for now) I just want to make sure that the background color is lightsteelblue it isn't for me for some reason???

Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #9 on: July 03, 2009, 01:58:32 PM »
anything I'm doing wrong here?
awesome.css
Code: [Select]
body
{
font-family:verdana;
background-color:lightsteelblue;
color:black;
margin:25px;
}
h1,h2,h3,h4,h5,h6
{
text-align:center;
}

And if nothing is wrong with that at the top of navbar and home pages (the only ones that are still blue) I typed this as the head code!
Code: [Select]
<head>
<link rel="stylesheet" type="text/css" href="awesome.css" />
</head>
There has to be something wrong! Unless zymic is just retarded!
« Last Edit: July 03, 2009, 02:02:32 PM by Xiphos »

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: Website
« Reply #10 on: July 03, 2009, 02:09:03 PM »
I whipped up something quick in Weebly:
http://gamemakersgarage.com/xiphos/

You can download the site at:
http://gamemakersgarage.com/xiphos/xiphos.zip

Ghost
« Last Edit: July 03, 2009, 02:09:13 PM by admin »

Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #11 on: July 03, 2009, 02:20:53 PM »
Wow that was awesome! How do you make the navigation like that without having it in a separate frame?
« Last Edit: July 03, 2009, 02:22:40 PM by Xiphos »

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: Website
« Reply #12 on: July 03, 2009, 02:24:49 PM »
Quote
Wow that was awesome! How do you make the navigation like that without having it in a separate frame?

Using Weebly (www.weebly.com) =D. I could do it by hand, but Weebly makes it really easy, and they let you download an archive of your site so you can upload it to whatever server you want.

They do the navigation using CSS-- it's just 4 stylized div elements (header, nav, body, footer) within one larger, centered div element (wrapper).

Ghost
« Last Edit: July 03, 2009, 02:25:32 PM by admin »

bman


  • GMG Newbie

  • *

  • no avatar

  • Posts: 10

  • R.I.P. SilverCreator
Re: Website
« Reply #13 on: July 03, 2009, 03:12:42 PM »
My personal preference is not to use sites like Weebly.  I just like to code it myself, which is even more customized.

As for your css problems, I don't think that lightsteelblue is a color that css understands.  Try background-color: #(numberhere)

http://www.w3schools.com/CSS/css_colors.asp

Xiphos


  • GMG-er

  • **


  • Posts: 676
Re: Website
« Reply #14 on: July 03, 2009, 03:21:11 PM »
I think it got the color, I don't like weebly or webs or yola either. I don't know why i just like having a lot of control better =D and learning code is fun especially on rainy summer days =C