just finished my technical documentation, any advice/opinions on it would be helpful
thanks
just finished my technical documentation, any advice/opinions on it would be helpful
thanks
Cool! Consider
giving more space between headers and texts.
Donât make your texts stretched out. Condense them for better readability.
Cheers.
Fix your title to be more professional. Currently its âUntitledâ
thanks for the tip ill do that rn:+1:t5:
Your document should be responsive. A scroll bar shows up on the X axis when I shrink the screen beneath 600px. Down at even smaller sizes I have to scroll it over and everything layers over your navigation. You might want to think about how you can handle the menu at smaller sizes to avoid this problem. Media Queries can do wonderful things in instances like this. Keep in mind that you have CSS Grid and FlexBox at your disposal which helps eliminate the need to be as much of a wizard as we need to be with CSS just for things to position and flow as weâd like them to.
The project is fairly minimal too, which isnât really a bad thing and for this project in particular I imagine itâs a little difficult for people to figure out what to teach and how to organize it and convey it. But overall if you do the bare minimum to pass, youâre ultimately depriving yourself of the opportunity to see how your methods and understandings of things actually work out in something substantial. If you get into the habit of doing things in a way thatâs minimal, quick and simple in regards to the amount of content present on the page, itâs going to throw you for a loop when you get a massive project with thousands of things and you discover your ânormal wayâ of doing it isnât adequate or organized enough to effectively handle all that needs to be processed. So Iâd say try to give yourself a little more to do so you can walk into those things within yourself and have those âahaâ moments that makes other things make sense that youâve read but donât know the value of yet because youâve never had a purpose for applying them.
Check the user stories. You need to make the page responsive and have the navbar change position.
Just read all of that and i must say, youâve literally just changed my mentality on how im going to go about cresting my websites. Im kind of familiar with css flex box but not with css grid and media queries. Ill revise on them when i grt the time tomorrow and go over my webpage again and update you with the changes ive made.
Ill defo make the changes once i get onto it.
Thank you for the advice