Hi all
This is my first serious attempt at freecodecamp. I was pretty disheartened initially at the teaching style but upon reaching the ‘Responsive Web Design Projects’ section it started to make a lot of sense and although I’ve had to keep referring back constantly and searching the web it’s certainly helped me understand a lot of the concepts.
Anyway I digress…
I’ve spent around 2 days trying to complete these first two projects.
Tribute Page
Tribute page points:
Upon starting this project I was totally lost, didn’t have a clue how to start and ended up having to do quite a bit of searching and referring back to through the previous sections to remind myself of everything I had forgotten.
-
I had difficulty understanding how padding and margins worked with the image.
-
I’m not sure if I approached the bold text of the dates correctly or I repeated the markup too much.
-
I got caught up on trying to left align my bullet points up with the h2 title above. Still didn’t figure it out but wanted to move on.
-
Felt totally lost on if I was writing the CSS in a particularly bad way or making poor decisions on the page’s construction.
Survey Form
Survey points
This was really hard but at least I managed to start the page quicker and without feeling so lost like in the first project. I wanted to replicate the example as closely as possible to make this as difficult as possible for myself to try and gain a better understanding of everything.
-
I totally messed up initially by diving straight into the form and fields but completely omitting the structure and behaviour of the page. Only after I completed the form and a very basic layout did I suddenly realise I had missed the page was responsive and ended up having to comment out 95% of my code to return back to the structure.
-
It took me ages to get my head around structuring the page and working with divs, css, media queries. I had to color in divs, give them numbers and order them out to understand what I was looking at.
-
I lost count of how many additional web pages I used to learn different things from this. It’s incredible the resources out there.
-
I kept noticing different behaviour every time I would return back to the page and made an effort to replicate all of it.
-
I had trouble understanding how to add padding / spacing to the bottom of the ‘checkbox’ items. I wanted to use line-height but it moved the whole section down and I didn’t want to manually push down the label next to it to line up horizontally as it felt wrong. How would I have best achieved this?
-
The same as above for the ‘radio’ buttons
-
I only learnt the meaning of the ‘for’ attribute for labels when doing this project.
-
I did take a very quick sneaky look for the font used in this project (made sure to ignore the code as I didn’t want to cheat myself) as all my attempts to find the same font failed and I really liked the look of it.
-
I would be very grateful if anyone would view my HTML + CSS and feedback if I’ve made any glaring mistakes or broken any best practices (this is what I’m most interested in) as I really have no idea about these things yet.
Thank you all for your time.
