-
For the video element, it looks like you're missing a `/` at the end.
```
```
https://github.com/oforir/Colmar_Academy/blob/f3d228296f9ce8cab7d77ea8e134717ed38fc541/index.html#L207
-
Nice job adding the copyright symbol via its entity reference! You do have a small syntax error though since the correct syntax to add a character via its entity reference is the following:
```
&cop…
-
afficher un module d'orientation vers les services de renseignement quand la session de navigation dure longtemps
"Je cherche plusieurs contenus, je ne trouve pas et , on m'oriente vers un service de…
-
Check the element class assignment on line 12, you are missing ""
https://github.com/huinni/colmar-academy/blob/master/index.html#L12
-
Awesome work on this final capstone project as the code structure for your Colmar Academy project was immaculate!
Your organized code structure shows that you understand how to correctly utilize inde…
-
WhatWaf version: `1.9.7`
Running context: `/tmp/tmp6dnf1tfa/WhatWaf/whatwaf.py -u *************************************************** --ra --hide --json --verify-num 3`
Fingerprint:
```
MA-Shops…
-
Don't forget to put a favicon! This is the small icon on your browser tab. You can add `` to you `` element. It’s a small detail but helps your website look more complete!
https://github.com/aarp…
-
Great decisions on the classes and ids name. It makes it very clear what its purpose is and makes grouping your sections very effective. These organizational skills come in handy as you expand your co…
-
https://github.com/Jessica044/colmar/blob/master/index.html#L6
Nice job including a viewport meta tag so that you can fully control the viewport's size and scale. 👍
```html
```
ghost updated
6 years ago
-
You have written a lot of CSS and yet the site looks pretty far from being complete. You may want to concentrate on one section at a time. Get the header working and formatted, then the next section a…