New Personal Portfolio

I created a new personal portfolio webpage:

https://www.brytek.us

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 :slight_smile:

I like it man! Very unique format for sure. If you’re looking to progress it even farther, I would recommend getting familiar with bootstrap.
These two links I find very useful. http://getbootstrap.com/ https://startbootstrap.com/
Happy Coding! Cheers

Great job! looks nice, I would go one step further, and implement an API for your portfolio so you can display it in all other ways imaginable! :smile:
Really, I’m impressed!
Cheers!