Feedback Build a Technical Documentation Page

What do you think of the Build a Technical Documentation Page? :smiley:
https://codepen.io/VaneSuky89/pen/mvBZGW. Thank you.

1 Like

Hello @VaneSuky89

First of all, Iā€™m sure you forgot a '{'after the for declaration here:

for(i = 0; i < 10; i++)
                    printf("%d%d%d\n", i, power(2,i), power(-3, i));
                    return 0;
  }

Iā€™ve notice this because when decreasing the container size, that line of code breaks the container thatā€™s on (check size at 550px).

Other than that Iā€™d have a max width to the paragraph, itā€™s difficult to read long lines of text, something like this: https://ux.stackexchange.com/questions/108801/what-is-the-best-number-of-paragraph-width-for-readability

Also capitalize the ā€œprogramming language Cā€, itā€™s a title :wink:

Looks single and to the point, Iā€™d move one to the next assignment

1 Like

Hi @alexiorodrigues

Honestly I had overlooked it. Fixed up. Thank you! :slight_smile:

Hi @Vanesuky89,

Itā€™s a good one though my problem is with the typography. The font family you chose for the page in my opinion wasnā€™t appropriate with the content. Itā€™s appears like a stylish web page yet itā€™s for readingā€¦ Sans family or Georgia would have been better. Just an opinionā€¦ Otherwise great work

2 Likes

@bmutebi

Made a small change for your opinion, as you like the font-family: Roboto.

Thank you for your comment :slight_smile:

1 Like

Very readable now compared to the previous oneā€¦ :handshake:

1 Like
  1. The <a> element cannot be a child of the <ul> element.

  2. The <li> element cannot be a child of the <article> element.

I know the example project does it but it is not valid HTML. Just so you know. I actually fixed the project some time ago I just donā€™t know when it will be updated.

1 Like

@lasjorg

Thank you very much for the comment. Iā€™ll keep it in mind, I just did what the exercise told me to pass the test. You could upload a pull request solving this, sure they would appreciate it.

I already fixed it, I just donā€™t know when the project will be updated.

1 Like

Thank you!
As soon as the fix is updated.
A greeting.