-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several changes to html pages stored in backend #337
base: dev
Are you sure you want to change the base?
Conversation
Changed text in about page to be left aligned Changed the features segment in the about page to stop higlighting on click and hover Changed header for all html files on the backend to include a new scene and changed MYR to My Reality Changed Support page open source segment; users can look at code but cannot contribute unless they are part of ECG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me, I like the new look. I left a few comments with minor changes, other than that it seems to be all set. I know you already previewed your changes, but maybe one more demo would be beneficial before release. Nice work!
<div class="d-flex w-100 justify-content-between"> | ||
<h5 class="mb-1">Lots of Devices</h5> | ||
</div> | ||
<p class="mb-1">MYR is built with WebVR and supports almost a wide range of devices ranging from cardboard | ||
to full VR rig.</p> | ||
<p class="mb-1">MYR is built with WebVR and supports almost a wide range of devices, including iPhone, Android, Laptops, Desktops, and VR.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe get rid of the word 'almost'
<div class="col-md"> | ||
<div class="card"> | ||
<img class="card-img-top" src="/img/north_campus.png" | ||
alt="User Example - Queen Status by Shandira Ferguson"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the alternate text should be changed, like in the public/about/index.html file
@@ -146,8 +145,7 @@ <h3>Found a bug?</h3> | |||
</div> | |||
</a> | |||
<h3>Open Source</h3> | |||
<p class="lead mb-0 ">Looking to contribute or extend MYR? Just curious about the code behind MYR? | |||
<br />Head over to our | |||
<p class="lead mb-0 ">Looking to explore the codebase behind myr? Check out our page! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MYR should be capatalized
Changed wording for education segment in about page,
Changed text in about page to be left aligned,
Changed the features segment in the about page to stop higlighting on click and hover,
Changed header for all html files on the backend to include a new scene and changed MYR to My Reality,
Changed Support page open source segment; users can look at code but cannot contribute unless they are part of ECG