Hola
I just got my portfolio website to a workable and presentable state... It's my first run at making a website, so I'd love all the advice and criticisms you can offer.
Thanks!
Georgia
Indexhibit version: Legacy
Thread is not resolved.
Hola
I just got my portfolio website to a workable and presentable state... It's my first run at making a website, so I'd love all the advice and criticisms you can offer.
Thanks!
Georgia
Also - I'm not sure how to get rid of the extra space to the right of the images in the horizontal format...
open you exhibit.horizontal.php in your favorite editor and check the function dynamicCSS.
If you want to remove the extra space,
edit this line:
#img-container { width: " . ($this->final_img_container + 1) . "px; }that's the width of the container. The extra space comes from your text field.maybe something like this will help:#img-container { width: " . ($this->final_img_container - $this->text_width) . "px; }nice site!
i would also hide the scroll on the menu, its kinda useless with your short menu, and divides the page in an ugly way.
if you want to keep this division i would make it with a right border to the menu...
Looks great. Poetic.
I'm not sure about putting text into the background graphic - it's kind of odd unless you are on a really big monitor. This is a site that could benefit from the background full screen plugin...if only it weren't so complicated to install.
;)
You need to be logged in to post.