Skip to content

Several changes to html pages stored in backend #337

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 22 additions & 23 deletions public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@
<header>
<div class="container">
<div class="row align-items-center">
<div class="col-md">
<h1 class="display-4 ">MYR</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md">
<div class="card">
<img class="card-img-top" src="/img/queen_status.png"
alt="User Example - Queen Status by Shandira Ferguson">
<div class="col-md">
<h1 class="display-4 ">MY Reality</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md">
<div class="card">
<img class="card-img-top" src="/img/north_campus.png"
alt="User Example - North Campus by Brathna Thai">
</div>
</div>
</div>
</div>
</div>
</div>
</header>

<!-- Icons Grid -->
<section class="icons-none bg-light text-center">
<section class="icons-none bg-light text-left">
<div class="container">
<div class="row">
<div class="col-lg-4">
Expand All @@ -98,9 +98,9 @@ <h1 class="display-4 ">MYR</h1>
<i class="fas fa-book m-auto text-theme"></i>
</div>
<h3>Educational</h3>
<p class="lead mb-0">MYR is an educational tool that strikes a balance with the ease of use and challenge.
We drew inspiration from
Logo Turtle and Processing to provide a beginner friendly experience for teaching and learning with MYR.
<p class="lead mb-0">MYR is an educational tool that provides users
a beginner friendly environment for them to teach and learn programming
concepts. We drew inspiration from Logo, Turtle, and Proccessing.
</p>
</div>
</div>
Expand All @@ -110,7 +110,7 @@ <h3>Educational</h3>
<i class="fas fa-palette m-auto text-theme"></i>
</div>
<h3>Expressive</h3>
<p class="lead mb-0">Delivering a beginner friendly experience in VR can be difficult. MYR provides an easy
<p class="lead mb-0">Delivering a beginner friendly experience in VR can be difficult.<br>MYR provides an easy
to use API to interact
with the scene. We also provide an integrated environment for learning and expressing your ideas.</p>
</div>
Expand All @@ -121,7 +121,7 @@ <h3>Expressive</h3>
<i class="fas fa-chart-pie m-auto text-theme"></i>
</div>
<h3>Research</h3>
<p class="lead mb-0">This tool was developed by the Engaging Computing Group at UMass Lowell. This project
<p class="lead mb-0">MYR was developed by the Engaging Computing Group at UMass Lowell. This project
is one step on the way
to delivering an educational and engaging experience that is based on constructing VR worlds.</p>
</div>
Expand All @@ -138,39 +138,38 @@ <h3>Research</h3>
<div class="card-header">
<h2>Features</h2>
</div>
<div class="list-group-item list-group-item-action flex-column align-items-start">
<div class="list-group-item flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Simple API</h5>
</div>
<p class="mb-1">Our simple API helps you build virtual scenes and explore programming at the same time.</p>
</div>
<div class="list-group-item list-group-item-action flex-column align-items-start">
<div class="list-group-item flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Built for Classrooms</h5>
</div>
<p class="mb-1">With built in
<a href="./collections">collections</a>, sharing code with a teacher, club mentor, or other group leader is
simple.</p>
</div>
<div class="list-group-item list-group-item-action flex-column align-items-start">
<div class="list-group-item flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Save and Share</h5>
</div>
<p class="mb-1">Once logged in you are able to save your work and share the url with a friend.</p>
</div>
<div class="list-group-item list-group-item-action flex-column align-items-start">
<div class="list-group-item flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Real-time Sync</h5>
</div>
<p class="mb-1">Real-time sync allows you to program and enjoy your work almost instantaneously on a VR
headset.</p>
</div>
<div class="list-group-item list-group-item-action flex-column align-items-start">
<div class="list-group-item flex-column align-items-start">
<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>
Copy link
Contributor

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>
</div>
</div>
Expand Down
28 changes: 14 additions & 14 deletions public/about/privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@
</div>
</nav>

<!--MYR Header-->
<header>
<div class="container ">
<div class="row align-items-center ">
<div class="col-md ">
<h1 class="display-4 ">MYR</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
<!--MYR Header-->
<header>
<div class="container">
<div class="row align-items-center">
<div class="col-md">
<h1 class="display-4 ">MY Reality</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md ">
<div class="card ">
<img class="card-img-top " src="/img/queen_status.png "
alt="User Example - Queen Status by Shandira Ferguson ">
</div>
<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">
Copy link
Contributor

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

</div>
</div>
</div>
</div>
</header>
</div>
</header>

<!-- Privacy Policy -->
<section class="privacy-policy ">
Expand Down
34 changes: 17 additions & 17 deletions public/about/sigcse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@
</div>
</nav>

<!--MYR Header-->
<header>
<div class="container ">
<div class="row align-items-center ">
<div class="col-md ">
<h1 class="display-4 ">MYR</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md ">
<div class="card ">
<img class="card-img-top " src="/img/queen_status.png "
alt="User Example - Queen Status by Shandira Ferguson ">
</div>
</div>
</div>
</div>
</header>
<!--MYR Header-->
<header>
<div class="container">
<div class="row align-items-center">
<div class="col-md">
<h1 class="display-4 ">MY Reality</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md">
<div class="card">
<img class="card-img-top" src="/img/north_campus.png"
alt="User Example - North Campus by Brathna Thai">
</div>
</div>
</div>
</div>
</header>

<!--SIGCSE Header-->
<section class="support ">
Expand Down
38 changes: 18 additions & 20 deletions public/about/support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@
</div>
</nav>

<!--MYR Header-->
<header>
<div class="container ">
<div class="row align-items-center ">
<div class="col-md ">
<h1 class="display-4 ">MYR</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
<!--MYR Header-->
<header>
<div class="container">
<div class="row align-items-center">
<div class="col-md">
<h1 class="display-4 ">MY Reality</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md ">
<div class="card ">
<img class="card-img-top " src="/img/queen_status.png "
alt="User Example - Queen Status by Shandira Ferguson ">
</div>
<div class="col-md">
<div class="card">
<img class="card-img-top" src="/img/north_campus.png"
alt="User Example - North Campus by Brathna Thai">
</div>
</div>
</div>
</div>
</header>
</div>
</header>

<!--Support Header-->
<section class="support ">
Expand All @@ -95,7 +95,7 @@ <h1 class="display-4 ">MYR</h1>
<div class="col-md-12 lead ">
<h3 class="text-center ">MYR Support</h3>
<p class="text-center ">
Need help? Have an issue? We're here to help.
Have questions? Have an issue? We're here to help.
</p>
</div>
</div>
Expand All @@ -116,9 +116,8 @@ <h3 class="text-center ">MYR Support</h3>
</a>
<h3>Contact Us</h3>
<p class="lead mb-0 ">
We want your input: questions, bug reports, complaints, praise, feature requests — every little bit helps.
Let us know what
we can do to improve MYR.
We want your input: questions, bug reports, complaints, praise, feature requests — every little bit helps. <br>
Let us know what we can do to improve MYR.
<br />
<a href="mailto:[email protected] " />[email protected]</a>
</p>
Expand Down Expand Up @@ -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!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MYR should be capatalized

<a href="https://github.com/engaging-computing/MYR ">GitHub</a> page! </p>
</div>
</div>
Expand Down
24 changes: 12 additions & 12 deletions public/about/team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@

<!--MYR Header-->
<header>
<div class="container ">
<div class="row align-items-center ">
<div class="col-md ">
<h1 class="display-4 ">MYR</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md ">
<div class="card ">
<img class="card-img-top " src="/img/queen_status.png "
alt="User Example - Queen Status by Shandira Ferguson ">
<div class="container">
<div class="row align-items-center">
<div class="col-md">
<h1 class="display-4 ">MY Reality</h1>
<p class="lead mb-4 ">A virtual reality experience for the classroom.</p>
</div>
<div class="col-md">
<div class="card">
<img class="card-img-top" src="/img/north_campus.png"
alt="User Example - North Campus by Brathna Thai">
</div>
</div>
</div>
</div>
</div>
</div>
</header>

<!-- The Team -->
Expand Down
Binary file added public/img/north_campus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.