This is my first time doing this, and I am new to HTML.
I have decided to make a website not from a template, but from scratch. It is a WIP, but it is pretty successful so far.
Here is the link: http://www.funelephant.comuf.com/
Please give feedback!
?
Last edited by funelephant (2012-09-22 17:52:23)
Offline
Ecliptic wrote:
Pretty good for a beginner at HTML.
Thanks!
Offline
coolhogs wrote:
Pretty much what's said above...
What...?
Offline
coolhogs wrote:
Ecliptic wrote:
Pretty good for a beginner at HTML.
i meant this... ^^
Oh, I thought you meant the OP :p
Offline
Good start.
If you aren't already, try reading up on some CSS tutorials like W3schools, it's a great resource for getting more into more design based programming.
Offline
And when you say started from scratch, you mean...
Offline
Nice! Did anybody see the 404 page? Keep up the good work and CSS would be a good idea, maybe for the navigation menu!
Offline
Thanks guys!
Offline
Very nice, you seem to have a high potential to create an extremly awesome website!
although, looking at your source I notice that you haven't used tags like <head> <body> and <html>. It is a good habbit to always open and close tags, just in case you use a code that requires the body or head
eg:
<html> <head> <!--this is where head scripts would go <body> <h1> and body scripts would go here </h1> <hr> </head> </body> </html>
^^ This is a good habbit to get into!
also, no doubt you will be adding some javascript in so here:
<script type="text/javascript"> <!-- this is here to 'hide' the script from non javascript web browsers alert ("this is where ou put your script") --!> </script>
I can help with HTML and Javascript if you need it!
Last edited by daniel_j (2012-06-30 08:26:42)
Offline
daniel_j wrote:
Very nice, you seem to have a high potential to create an extremly awesome website!
although, looking at your source I notice that you havn't use tags like <head> and <body> and <html>. It is a good habbit to always open and close tags, just in case you use a code that requires the vody or head
eg:Code:
<html> <head> <!--this is where head scripts would go <body> <h1> and body scripts would go here </h1> <hr> </head> </body </html>^^ This is a good habbit to get into!
Thanks! I'll try to add those later.
Offline
funelephant wrote:
daniel_j wrote:
Very nice, you seem to have a high potential to create an extremly awesome website!
although, looking at your source I notice that you havn't use tags like <head> and <body> and <html>. It is a good habbit to always open and close tags, just in case you use a code that requires the vody or head
eg:Code:
<html> <head> <!--this is where head scripts would go <body> <h1> and body scripts would go here </h1> <hr> </head> </body </html>^^ This is a good habbit to get into!
Thanks! I'll try to add those later.
i updated the script, and added stuff to it for you.
Offline
Bklecka wrote:
not bad....
needs a different color pallete though
What do you mean? I still want light blue
Offline
I changed the BGColor for the homepage only. Do you guys like the new color or the old one more?
Offline
funelephant wrote:
I changed the BGColor for the homepage only. Do you guys like the new color or the old one more?
Offline
funelephant wrote:
funelephant wrote:
I changed the BGColor for the homepage only. Do you guys like the new color or the old one more?
New one.
A little constructive (I hope) criticism: I would recommend keeping the background white, or a whiteish pattern, or black, and implementing the blue in a more subtle way... I can make an example, if you like.
Offline
SciTecCf wrote:
funelephant wrote:
funelephant wrote:
I changed the BGColor for the homepage only. Do you guys like the new color or the old one more?
New one.
A little constructive (I hope) criticism: I would recommend keeping the background white, or a whiteish pattern, or black, and implementing the blue in a more subtle way... I can make an example, if you like.
I want to keep it blue, so can you post an example of the blue?
By the way, I made the players for the project the Flash player.
Offline