So i whipped up a simple portfolio for the peers in my class.
Though i'd share it here too.
Feel free to throw any suggestions at me, or modification requests, if i have the time, i'd love to work more on it.
I've been diving into website stuff over the past several days, and this just happens to be very similar to the layout I was fiddling with. Will have a look through, could save me loads of time. Thanks!
It´s a plus point when you recieve a mail with a portfolio link and don´t need to open it on your pc or tablet and can directly view the portfolio on a mobile optimized website.
You could do this simply with the @media screen function inside of your css file. For the mobile version you don´t need so much space left and right and a 90 or even 100% image width would be enough. You could simply test this by dragging your browser window to smaller dimensions.
Replies
Wouldn't it make more sense to have the user be able to choose what width they want and scale accordingly?
http://www.polycount.com/forum/showpost.php?p=1472970&postcount=1
Nice to have options.
@dfacto - Edit to your hearts content, i've put a heap of comment tags throughout, might have to ignore my sense of humor on some of then though
And yes, people can change the image size in the style sheet, shouldn't be hard for people to find.
and more thanks for more advice to make portfolio
I was thinking if i should hook it up to be mobile responsive or not, is it even an important aspect?
You could do this simply with the @media screen function inside of your css file. For the mobile version you don´t need so much space left and right and a 90 or even 100% image width would be enough. You could simply test this by dragging your browser window to smaller dimensions.