I would be helped with a tweet-sized description of who you are and what you do. Right now there isn’t any reason to click on any of the links you’ve provided.
Good idea. I’ve added in a description.
Also, if you are using the page for jobs/ consulting - you might want to put in your linkedin profile or equivalent
I’ll go ahead and add in my resume.
A fellow minimalist! My one suggestion would be to vertically center your content
example: http://codepen.io/shshaw/full/gEiDt
shameless plug: http://zachdonovan.com/ :)
I want to accomplish this without using display: table-cell… seems difficult.
display: table-cell
Actually… https://philipwalton.github.io/solved-by-flexbox/demos/vertical-centering/
You don’t need to use display: table-cell to achieve this.
From my own site:
body { position: relative; height: 100vh }
#content { left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: <must be defined> }
Showing a couple photos you’ve taken to make it more of a portfolio page might be good.
That’s why I linked Flickr.
What is the purpose of this homepage ? Job? Brand?
It’s my personal homepage – it’s just a gateway for people to know who I am.
There’s a lot of shadow cast on your face in the profile picture (although taking good photos is harder than designing pages)
Looks nice!
any comments on my page: http://avi.im
Word wrap after 80 characters and you’ve got yourself a true replication of a man page!
great, I will do that!
I would be helped with a tweet-sized description of who you are and what you do. Right now there isn’t any reason to click on any of the links you’ve provided.
Good idea. I’ve added in a description.
Also, if you are using the page for jobs/ consulting - you might want to put in your linkedin profile or equivalent
I’ll go ahead and add in my resume.
A fellow minimalist! My one suggestion would be to vertically center your content
example: http://codepen.io/shshaw/full/gEiDt
shameless plug: http://zachdonovan.com/ :)
I want to accomplish this without using
display: table-cell
… seems difficult.Actually… https://philipwalton.github.io/solved-by-flexbox/demos/vertical-centering/
You don’t need to use display: table-cell to achieve this.
From my own site:
body { position: relative; height: 100vh }
#content { left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: <must be defined> }
Showing a couple photos you’ve taken to make it more of a portfolio page might be good.
That’s why I linked Flickr.
What is the purpose of this homepage ? Job? Brand?
It’s my personal homepage – it’s just a gateway for people to know who I am.
There’s a lot of shadow cast on your face in the profile picture (although taking good photos is harder than designing pages)
Looks nice!
any comments on my page: http://avi.im
Word wrap after 80 characters and you’ve got yourself a true replication of a man page!
great, I will do that!