DanielSegarra36 / DanielSegarra36/DanielSegarra36.github.io
Attain local copies of FontAwesome Icons
- Dominant language
- Astro
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
FontAwesome may take up to a minute to load on extremely slow connections.
This affects the About page because we calculate the height of the content based on:
```
(the height of the screen) - (nav height) - (footer height) = Content Height
```
So a slowly generated footer results in a broken view on the About page.
Some solutions would include:
- saving a local copy of all necessary icons, local SVGs load in milliseconds.
- setting a default height in CSS for the About content, in the off chance that any other slow connections result in a broken view.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.