Hi everyone. As I’ve been working on my portfolio project the past few days, I found myself coming across so many issues (naturally). I’ve been researching on my own and found a few opinions/solutions, but I’d also like some direct responses coming from fellow campers too. I’ve had these things on my mind, and it would mean a lot if I could get some thoughts/opinions/answers from all of you here in the FCC community. Novice or experienced developers–all responses are welcomed. Have at it, guys/gals. Sorry if the post is kinda long.
-
What are your thoughts on using pure CSS for styling, vs using Bootstrap?
-
How does one make a responsive website if Bootstrap isn’t being used?
-
What’s the “best” or most efficient way to go when displaying thumbnails of websites/apps, in my portfolio–grid layout, columns, or neither?
- Are grid layouts mostly used for creating the whole website itself, and not used for “areas” of a website?
- How can I place the “full page” effect on my website?
- For example, each section (Home, Portfolio, Contact) will fill up the browser screen when their link is selected. You would be able to access each section by just scrolling up/down, but I’m trying to get the effect where you can click on the link from the navigation bar, then the page would auto scroll to the selected section, but the browser would only show that section. I hope I’m making sense–I don’t know the technical term of this function/effect.
- The text in each section crashes into each other when i adjust the browser window… height issue maybe? Please help.
This is what I have so far. Code will definitely be moved around and changed–just hopefully not too much.