Skip to content
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
4 changes: 2 additions & 2 deletions frontend/src/components/aboutInformation/aboutInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const AboutInfo = ({ toWhiteBackground, background }) => {
<div>
<p className="center fourthTitle">Tritanomaly (trī′tə-nŏm′ə-lē):</p>
<p className="center margin">
There is a reduced sensitivity to blue right. Most people with this
There is a reduced sensitivity to blue light. Most people with this
have issues distinguishing between blue and yellow, violet and red,
and blue and green. Most of the colors someone with this would see are
pink, red, black, white, grey, and turquoise. This CVD is extremely
Expand All @@ -81,7 +81,7 @@ const AboutInfo = ({ toWhiteBackground, background }) => {
<p className="center margin">
Individuals with this deficiency can see no colors at all. Everything
is a shade of grey that ranges between white and black. This is
incredibly rare (approximately 1 in 33,000 people are diagnosed With
incredibly rare (approximately 1 in 33,000 people are diagnosed with
this condition). Due to the range of colors these individuals can see,
it can make some tasks in life difficult to preform.
</p>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/game/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class game extends Component {
<div className='center prescreen'>
<Circle color={correctColor} />
<div className='arrow'>
<div className='point'></div>
<div className='line'></div>
<div className='point'/>
<div className='line'/>
</div>
<div>
<p className='prescreenText'>Click this color whenever it appears here!</p>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/game/replay.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Replay extends Component {
</p>
)}
<div>
<table style={{ backgroud: "white" }} className="center">
<table className="center">
<tbody style={{ border: "2px solid black" }}>
<tr>
<td className="replayBreakdown">Final Score</td>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/header/title.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.Button {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 25px;
font-size: 25px;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
Expand Down
9 changes: 4 additions & 5 deletions frontend/src/components/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ const Home = ({correctColor, incorrectColorOne, incorrectColorTwo,
incorrectColorOne={incorrectColorOne}
incorrectColorTwo={incorrectColorTwo}
/>
<br></br>
<p className='center noBottomMargin fourthTitle'>
<br/>
<p className='fourthTitle'>
For educational purposes, we record all scores and actions taken in the
game, along with any information you choose to give us from our forum.
</p>
<p className='center noBottomMargin fourthTitle'>
game, along with any information you choose to give us from our forum.<br/>

For further information and to see the other labs
currently in development for this project, visit
<a href="http://all.rit.edu" className='allLink'>
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.