Well since I don't know how to put this on the internet yet, I thought I could put a little video of it on here. All of the images were freestock images, and all of the graphics were made with gimp. This website isn't really perfessional, but I would love some feedback from you guys.
Enjoy
Thanks Simon!! I did all of that stuff minutes before I turnned it in, and it looks great. No I am just using html (since that is the only web language I know) But that css did the trick. ( I plan on learning more languages)
Are you going to use it as a personal portfolio of sorts?
As of right now, probably not. Modeling for me right now is just a hobby and if I get any better then I may make a portfolio, but I'll see how my webpage evolves.
Hey foxie.. looks good so far!
Just a tip: the images that are links, have a blue border around them at the moment.. it would look a bit more professional to have those gone...
I don't know if you were already planning to do this .. ill tell you how to do it anyway haha
if you're using a stylesheet with the website, just put this in it:
img { border: none; }
if you're not using stylesheets, you can put an embedded style in the head of your page like this:
<style type="text/css">
img { border: none; }
</style>
The website looks very nice so far though! Are you going to use it as a personal portfolio of sorts?
Good job.