Jump to content

My Personal Site


jackwilsdon

Recommended Posts

Hey, I'm Jack. I would like someone to review my personal site, as I coded it myself, and I would like to learn any downsides to how my code works, and if there is anything wrong with this code. I see it a 'learning exercise', to better myself at JS/HTML/CSS.

The URL of my site is [link]

Thankyou! :P

- Jack

 

PS: I know the 'paragraph' was unnecessary, I just wanted to put it :D

Link to comment
https://forums.phpfreaks.com/topic/266564-my-personal-site/
Share on other sites

I like to use firebug with FF (chrome has other tools, like firebug lite) to do my styling in order to make sure everything is the way i want it to look.

 

Adding a hidden overflow, and justifying the text, the maximum font size in px that fits your given width for that font is 81px. http://i.imm.io/z0nA.png

 

To note on using EMs.  your constant constraints makes it almost pointless from what I understand on their usage.  Since your pages will be tightly controlled, scaling is going to be out of context here, as a regular page zoom will suffice.  Where EMs shine is when you have a fluid page where dimensions of the screen viewer come into play with the ratio of the body and text.

Link to comment
https://forums.phpfreaks.com/topic/266564-my-personal-site/#findComment-1366430
Share on other sites

When I change the font size of the h1 tag to 80px, it looks like this: http://i.imgur.com/GBTnZ.png . I've also left it as 80px on the live version.

 

EDIT: When editing it with chrome's version of firebug, the font size has to be 150px to fit. Is your browser showing the correct font?

Link to comment
https://forums.phpfreaks.com/topic/266564-my-personal-site/#findComment-1366432
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.