BridgetAnne / TeaCozy

1 stars 0 forks source link

Best practices on linking and file management #3

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

Very cool use of local file paths for your local project assets for easy access and offline use, for further reading here are two excellent resources on dealing with files and linking to file paths 👍
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files



https://www.kirupa.com/html5/all_about_file_paths.htm

This also goes for your background-images in the css document 👍 instead of relying on separate web URL links coming from different servers

BridgetAnne commented 5 years ago

Thank you! The pages linked to lead to error pages :/

tommygebru commented 5 years ago

All the links are working as intended, check out this article as well 😉

So You Want A Page Jump, Huh?

BridgetAnne commented 5 years ago

Thanks! But I meant the links to the articles you shared in your comment ^

Screen Shot 2019-03-18 at 12 02 35 PM Screen Shot 2019-03-18 at 12 02 48 PM
tommygebru commented 5 years ago

WOW thanks for keeping me updated, ok i would recommend these two for now:

https://css-tricks.com/quick-reminder-about-file-paths/ and https://www.w3schools.com/html/html_filepaths.asp

Just in case, keep both MDN and Kirupa webpages bookmarked if it redirects!

BridgetAnne commented 5 years ago

Thanks!