default.html: Use Google Fonts and load efficiently fonts with <link rel="preconnect" ...> and comment the self hosted way
teams.html: Set width and height directly in the HTML
_config.yml: Modify the style of sass to compressed
_team: Make consistent use of double quote and remove width and height attributes
style.scss: Comment import of fonts component
SEO improvement
- about.md: Add description label
- contact.md: Add description label
- services.md : Add description label
Accessibility improvement
- footer.html: Replace <h3> by <h2>
- team.html: Increase contrast ratio
Security improvement
- teams.html: Fix LinkedIn link
Performance improvement
- teams.html: Set width and height for img
- ...
For the whole site:
100/100 Google Lighthouse speed score
100/100 Google Lighthouse seo score
100/100 Google Lighthouse accessibility score
100/100 Google Lighthouse best practices score