Hey guys,
So I wanted to make a portfolio website from scratch. I joined a coding bootcamp (The Flatiron School), which was an excellent idea, but the emphasis was really on Ruby/JS and React/RoR. We touched briefly on HTML/CSS but for someone who is literally brand new to programming and web dev, HTML/CSS was as foreign as anything else and probably needed just as much as attention as the other content (at least for me).
So, while knowing that, I figured why not build a website from scratch using my own layout. Anyway, here is my site.
Let me know what you think!
Top comments (2)
hmmm.. I am really not for sure.
My website literally consist of four files (index.html, index.css, index.js, index.php) and like I said, I wrote every line of code. So, it could definitely be I missed something regarding keeping the site functional when scripts are disabled.
Thanks for the post! This is why I wanted to post it :D
edit: Yeah, disabling JS absolutely wrecks my site. Even the canvas I used is dependent on JS for responsive sizing. That's not even considering all the animations and what not. I'll look into it!