tutors-sdk / tutors

The core Tutors Reader application.
https://tutors.dev
MIT License
109 stars 43 forks source link

Footer fix #773

Closed lgriffin closed 3 months ago

lgriffin commented 3 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This introduces a change to satisfy #705 by pointing the footer message to a Github Pages repo.

If @edeleastar can create a Gitlab Pages I can adjust the URL within the code to reflect a Github repo living under the Tutors-sdk project by pointing to the raw content. Optionally this can go one further and abstract it as a variable to a master config file (the .env perhaps) if a further issue wishes to explore this.

The footer is rendering slightly smaller than the current version, I played around with the markdown and if I use the header approach the font jumps signficantly, so a caution there, this should just be a flat text file with no real stylistic formatting. My CSS skills are too low to go exploring how to get this back to the right size so any suggestions and I can add them into the PR

What commits does this PR relate to?

TutorsMessage.svelte

Thank you for your contribution

We hope you stay around and connect with our growing community!

lgriffin commented 3 months ago

Hmmm not sure what git has done here going to close this and figure it out!