You are viewing our Forum Archives. To view or take place in current topics click here.
I'm starting to build a online portfolio/page
Posted:

I'm starting to build a online portfolio/pagePosted:

OrsonCopeland
  • Challenger
Status: Offline
Joined: Feb 15, 201212Year Member
Posts: 194
Reputation Power: 7
Status: Offline
Joined: Feb 15, 201212Year Member
Posts: 194
Reputation Power: 7
Yo TTG your looking at my Portfolio thread.


Ok, so I'm building this portfolio type of thing. I would like you all to take a look at it, it's pretty empty at the moment but i'm just trying get the structure right first.


It's also on Github so you guys can take and use it if you want.


[ Register or Signin to view external links. ]



If You can leave feedback it will be greatly appreciated
#2. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Your CSS methods could do with some work.
- You could be using a <section> for each section.
- Your body background is not full.
- The height of each sec should be a vh or em value w/ min-height pixel value.
- For your #name, you've kinda done something invalid. You wrote: "padding-top: 322.5px;" pixels cannot be float values since you can't really take up half of the smallest display unit on a screen.
- Your navigation could be using the <nav> tag.
- These sort of layouts benefit from box-sizing: border-box;
- Try not stick to utilizing just pixel values for padding.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.