I created a new personal portfolio webpage:
It’s not very responsive or dynamic (yet!).
Just HTML and CSS, with a bit of jQuery for navigation animation and PHP includes to separate things. No frameworks, nothing fancy.
At the moment, everything is hard-coded. In the future, I would like to create a database for future blog, as well as to store other information.
Looking for feedback:
Please let me know what you think of the style/theme.
I’m also hoping to find some way to format data consistently. The current effect is achieved using preformatted text:
div { whitespace: pre; }
I have a feeling this will cause problems in the future.
If you know of a framework or other technology that can help me achieve this, please let me know!
Thank you