Page d'accueil d'une école de communauté

bonjour @mikoMK! je cherche une évaluation pour "la page d’accueil d’une école de communauté"merci beaucoup

Great work @fenosoaliva_ratovoson

Here are two remarks:

  • text-indent doesn’t work with ::first-line. It needs to be applied to the <p> itself and will automatically only indent the first line. To only indent the on the first paragraph after the heading we can use h2 + p as the selector.
  • I would be better to have different color for the various states of links.

As a general idea when using GitHub:
When using GitHub a great way to show the running code is by activating GitHub Pages for your repo. This will publish everything under a specific GitHub domain. You can then post both GitHub links (code and published page) when solving a new task.
https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site

I hope that helps,
Michael

bonjour @mikoMK! ca va? merci pour tes précieux conseils, en ce qui concerne github je suis encore toute embrouillé j’essayerai de m’éclaire petit à petit
en gros je dois le modifier comme" publication à partir d’une branche" ou “publication à partir d’un workflow” :sweat_smile: merci bien sûr que ca aide je viens de tout découvrir ‘github’ ,‘vscode’, ca fait beaucoup d’information d’un coup.
Merci Michel bonne journée
Liva

1 Like

Absolutely understandable :sweat_smile:
I didn’t want to pressure you to use it right now. It’s just a cool feature of GitHub and I wanted to let you know.
In the end the most important thing is that you’re able to solve the exercises. All the tech around is just a bonus. :sunglasses:

@mikoMK smile: :smile: :smile: je le ferai petit à petit merci de ton aide,j’apprecie vraiment tes conseils :+1: :+1: :+1:

1 Like