Home General Discussion

Help With Portfolio Site

polycounter lvl 11
Offline / Send Message
dpaynter26 polycounter lvl 11
Hey all,
Right now i already have a portfolio website but after getting a few critiques ive decided to change it to the way i want it to look, problem is, i know nothing about html or javascript or anything of the sort i have the entire site design setup in my head but im not sure where to start, Can anyone help me? maybe point me in the right direction of what type of code to look for to do what, here's a quick image of what i want the main page to look like and do

124y7lt.jpg



I also have an idea of what i want the secondary pages to do, have the images all scaled down in sort of columns per enviro/prop/wip and then when moused over or clicked one or the other, they scale to full size with description

Replies

  • cholden
  • ZacD
    Options
    Online / Send Message
    ZacD ngon master
    If you don't know anything about webdesign, its best just to do something like this, http://adambromell.com/ and spend the rest of your time improving your game art skills.

    EDIT: Chris beat me to the punch. Really this is all you need

    [html]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;

    <html xmlns="http://www.w3.org/1999/xhtml"&gt;



    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>portfolio site</title>



    <style type="text/css">

    <!--

    body{

    background-color:#333333;/* your background color */

    font-family: Arial, Helvetica, sans-serif;/* font family */

    font-size: 16px;

    color: #CCCCCC;/* text color */

    text-align: left;/* text allignment */

    line-height: 5px

    }

    a:link {color:#CC66CC;} /* unvisited link */

    a:visited {color:#CCCCCC;} /* visited link */

    a:hover {color:#CCCCCC;} /* mouse over link */

    a:active {color:#CC66CC;} /* selected link */

    div {text-align: left;} /* content alignment */



    .Name { /* this is the style for your name */

    color: #CC66CC;

    font-size: 24px;

    font-weight: bold;

    }

    .smallText{/* this is for a smaller text */

    font-size: 10px;



    }

    /* these are the references used to make this site-you can delete all of this

    http://www.w3schools.com/

    http://validator.w3.org/

    http://www.html-5.com/

    */

    -->

    </style>

    </head>

    <body>

    <p class="Name">Game Artist</p>



    <p>Contact:email@website.com</p>

    <p> Resume: <a href="yourResume.pdf">Download</a></p>

    <div>

    <p><img src="yourfilestructure/yourimage.jpg" alt="your image" width="225" height="225" /></p>

    <p><img src="yourfilestructure/yourimage.jpg" alt="your image 2" width="225" height="225" /></p>

    <p><img src="yourfilestructure/yourimage.jpg" alt="your image 3" width="225" height="225" /></p>



    </div>



    <p>Contact:email@website.com </p>

    <p class="smallText">All artwork is (c) the artist unless otherwise stated.</p>





    </body>

    </html>[/html]
  • Alemja
    Options
    Offline / Send Message
    Alemja hero character
    Jquery would be easier, if you did a search for accordion navigation I'm sure you could find a plugin somebody already made that pretty much does what you want it to do. Although really the simpler the better, without much knowledge of html, or javascript do you really want to go through with the headache of making your portfolio more complicated than it needs to be?
  • dpaynter26
    Options
    Offline / Send Message
    dpaynter26 polycounter lvl 11
    i understand simple is always better but i just feel like, no offense to anyone at all about what im saying btw, but i feel like it's unorganized, i mean i feel like someone wouldnt take the time to scroll down through the stuff, of course i know best stuff first but sometimes a piece can be an amazing piece vs a mediocre piece and the mediocre piece just jumps out at me more because of its' content... plus i feel like i would bet letting work that may possibly get me a job go in place of other work. i dunno of course you guys are the industry pros lol
  • m4dcow
    Options
    Offline / Send Message
    m4dcow interpolator
    I say ditch the sections on the main page, make menu buttons for those if you want them. Put your best stuff up top, maybe linked to a page with more beauty shots and breakdown/texture sheets, blurb etc...

    What you have there is just adding extra clicks, and not really maximizing the screen space you have, plus it is over complicated.. Even If you decide you want to keep the content structured in sections like that, scrap those vertical thumbnails, they don't give you a good preview of the actual content.
  • ZacD
    Options
    Online / Send Message
    ZacD ngon master
    You have to take into account how your portfolios will be viewed. Its crunch time, the reviewing artist has 20 other things to do today and 100 emails:

    Your idea

    Your work isn't in the reviewers face and its cut up and there's some weird scrolling menu.
    He clicks on one image that looks cool, he sees 5 angles of the same project and props,
    its okay, clicks back, the next one scrolls out too slow.
    The reviewer looses interest, gets bored and goes to the next portfolio.

    vs a scrolling gallery

    Reviewer pulls up your website and all your best work is right in his face.
    He quickly scrolls down and sees your best 5 or 6 pieces without searching.
    he'll bookmark it and email you later.


    You want to have the most effortless portfolio ever. Unless your awesome, then it doesn't matter.
  • glynnsmith
    Options
    Offline / Send Message
    glynnsmith polycounter lvl 17
    dpaynter26 wrote: »
    i understand simple is always better but i just feel like, no offense to anyone at all about what im saying btw, but i feel like it's unorganized, i mean i feel like someone wouldnt take the time to scroll down through the stuff, of course i know best stuff first but sometimes a piece can be an amazing piece vs a mediocre piece and the mediocre piece just jumps out at me more because of its' content... plus i feel like i would bet letting work that may possibly get me a job go in place of other work. i dunno of course you guys are the industry pros lol

    Don't put mediocre work on your portfolio. Only put your absolute best. Scrolling is easier and more accessible than making people click to reveal your work. Zac's point about HR having to go through your portfolio is gold - Don't underestimate how quickly making your website more complicated than it needs to be will turn people away from it. Only takes one click to close your site. How many clicks do you think it should take people to get to your work?

    Don't do anything fancy. If you're not a web designer, there is no point in having a fancy portfolio site. Just make it easy to look at. The fancier it is, the larger the pain in your ass it'll be to update it.

    So, only your best work. Keep it simple.
  • dpaynter26
    Options
    Offline / Send Message
    dpaynter26 polycounter lvl 11
    Ok so i took everyones advice and chris de joya's template from the other thread, edited the css and html file a bit and remade my portfolio, it has horrible work and im embarrassed to show it but HEY I learned a bit of what im doing in html :) so without further delays here it is http://www.danpaynter.co.cc
  • dpaynter26
    Options
    Offline / Send Message
    dpaynter26 polycounter lvl 11
    btw i know my stuff isnt great yet , im working on that lol
  • vofff
    Options
    Offline / Send Message
    vofff polycounter lvl 10
    template portfolio free download from this nice guy from bioware
    http://www.isaacoster.com/?page_id=120
  • dpaynter26
    Options
    Offline / Send Message
    dpaynter26 polycounter lvl 11
    that's really cool but it's also a lot of clicking and i was told lots of clicking=bad
  • dpaynter26
    Options
    Offline / Send Message
    dpaynter26 polycounter lvl 11
    by a lot of people
  • passerby
    Options
    Offline / Send Message
    passerby polycounter lvl 12
    could always do it scrolling with some links to anchor tags in the page.

    that way it can all be scrolled through or people could click category links.
  • dpaynter26
    Options
    Offline / Send Message
    dpaynter26 polycounter lvl 11
    i have scrolling and links at the top to my resume and linkedin and such but yeah thats a good idea i may add links to the individual pieces of work and whatnot while still having the main scrolling page
  • Rick_D
    Options
    Offline / Send Message
    Rick_D polycounter lvl 12
    dpaynter26 wrote: »
    Ok so i took everyones advice and chris de joya's template from the other thread, edited the css and html file a bit and remade my portfolio, it has horrible work and im embarrassed to show it but HEY I learned a bit of what im doing in html :) so without further delays here it is http://www.danpaynter.co.cc


    site doesn't load ;_;
  • Wesley
    Options
    Offline / Send Message
    Wesley polycounter lvl 13
    dpaynter26 wrote: »
    that's really cool but it's also a lot of clicking and i was told lots of clicking=bad

    There's a good option here:
    http://www.polycount.com/forum/showthread.php?t=91572
    http://dan-art.com/SimpleSite.html
Sign In or Register to comment.