[Tool/Web/Other] SA-MP web template v1
#1

here is FplayerGR :P

i created one project (Web Template for begginers).

my project is here (upload photos & link for download):







In project used:
Code:
Javascript(only jquery).
CSS.
HTML.
Download:
thanks for your time!
Reply
#2

Good Job
Reply
#3

I'm actually quite impressed that the navigation is actually a proper list styled with CSS. I half expected some crappy Photoshoped images. I'm horrible at lay-outing and designing, so I'll just give you some tips on the technical aspects.

Include the doctype and the charset and specify a language. Furthermore, while loading Javascript in the head tag is not wrong per se, it is often advised to load any Javascript just before </body> to speed up loading. Outline should look like:
HTML Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <!-- body code goes here -->
        <script src = "JS/jquery.js"></script>
    </body>
</html>
By the way, linear-gradient is supported in all major modern browsers, so you can get rid of the prefixes (-moz, -webkit, etc).
Reply
#4

Quote:
Originally Posted by Vince
View Post
I'm actually quite impressed that the navigation is actually a proper list styled with CSS. I half expected some crappy Photoshoped images. I'm horrible at lay-outing and designing, so I'll just give you some tips on the technical aspects.

Include the doctype and the charset and specify a language. Furthermore, while loading Javascript in the head tag is not wrong per se, it is often advised to load any Javascript just before </body> to speed up loading. Outline should look like:
HTML Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <!-- body code goes here -->
        <script src = "JS/jquery.js"></script>
    </body>
</html>
By the way, linear-gradient is supported in all major modern browsers, so you can get rid of the prefixes (-moz, -webkit, etc).
Thanks you
I the next time i follow this tip and again thanks.

Quote:
Originally Posted by LazyBoyyyy
View Post
Good Job
Thanks
Reply
#5

Very good template
Reply
#6

Quote:
Originally Posted by CharCoast
View Post
Very good template
Thanks you
Reply
#7

Well, It's quite simple. There is only a box which includes an image with a poor CSS also..Effort is appreciated though.
Reply
#8

It's simple but i like it
Reply
#9

Simple, but good.
Reply
#10

Quote:
Originally Posted by thegomagot
View Post
It's simple but i like it
Thanks!

Quote:
Originally Posted by Kinglee
View Post
Simple, but good.
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)