Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CRITIQUE: Resumé Website Re: CRITIQUE: Resumé Website

#89705
aoeui
Participant

at last my own experience
3.) Web Coder
developer, designer, call it what you like ;]

@Remeste says 1 month, I agree
10 years exp just because you believe in it does not make it is real

CRITIQUE PAGE
http://www.how-do-i-find-peace.com/resume/

1.]
why splash page?
UX suffers here why resume goes to … wait for it … resume new page?

should it not link directly like this?
http://krsiak.cz/cv/english.php

2.]
I love orange so do you, but how can anyone (poor users) tell what is heading, link and bold text?

3.]
you need more padding, everywhere

4.]
joke IE8+ good one :D
does that equal for being lazy or not having skills to code properly for IE7 ?

5.]
using HMTL5, good for you, positive points but …
why doing this ?


href="x" rel="x" type="x"
href='x' rel="x" type="x"

the solo quotes are good fo .JS, double bad guys good for .html

use





drop this part
type="text/css"

if you lacking confidence in coding skills use
http://validator.w3.org/#validate_by_input

to find errors

IMG not having alt=””

CRITIQUE PAGE
http://www.how-do-i-find-peace.com/resume/resume.html

some stuff from above plus …

seven = 7 … H1 headings for what? making text look bigger?

*** CSS CRIME SCENE ***
dear Tanner,
noone with 10 years of experience in web could create .css as your have
and do not say it is “development version”

stuff like this can be put together


background-image : url(../img/bg.jpg);
background-position : center top;
background-repeat : repeat;

margin : 20px auto 20px auto;

seriously man?


a:link {
color : #fff;
text-decoration : none;
}
a:visited {
color : #fff;
text-decoration : none;
}
a:hover {
color : #fff;
text-decoration : none;
}
a:active {
color : #fff;
text-decoration : none;
}

6.]
using CSS3, you are missing webkit man
study this http://css3please.com/

and so on
but good starting point, just clean it up

we all started somehow ;]