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

Edited by requinix
removing malicious link
Link to comment
Share on other sites

Em is 'better' for fluid and responsive sites because its size is dependent on the browser's font size (an em is equal to the size of a lower case 'M').  Usually, 16px = 1em.  There are sites out there that allow one to do pt to px to em conversions.

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.