DEV Community

Tyler Pulse
Tyler Pulse

Posted on

How's my portfolio page?

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!

http://www.tylerpulse.com/

Top comments (2)

Collapse
 
tux0r profile image
tux0r

When I disable scripts in the Brave browser on Android, I only see an empty white site. Why?

Collapse
 
tylerp33 profile image
Tyler Pulse • Edited

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!