Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
I was able to recover the missing files thanks to internet archive. https://web.archive.org/web/20211101114812/https:/webviz.io
https://web.archive.org/web/20210625040821/https://webviz.io/app/?demo
Since the issue has been open for a week without a response, i figured it's better to have the files up somewhere than not. So i'm hosting them on my personal gh page.
It's definitely more ideal to host this somewhere out in the open that anyone can maintain - I would very much welcome someone either Cruise or the community to do that. But in absence of that, figured having them living somewhere is better than nowhere
[x ] Fix demo website assets (now hosted on github pages)
Change location of demo bag <- to do, i'm currently waiting on the bag download from internet archive...trying to avoid torrenting the giant file from udacity again
Note on the diff: looks like some kind of linter is burying the changes, but all i did was replace these files paths
https://open-source-webviz-ui.s3-us-west-2.amazonaws.com/landing/NAME.gif
with these kinds of file paths:
https://media.githubusercontent.com/media/jxjshaw/jxjshaw.github.io/master/assets/images/work/cruise/webviz-site-backup/gif/NAME.gif
Test plan
Verified the landing page locally
Versioning impact
Does this change necessitate a major, minor, or patch semver update for the affected package?
No