-
Notifications
You must be signed in to change notification settings - Fork 0
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
stanley/costaRicaPage #58
Conversation
<img | ||
src="/images/CostaRica/CostaRica1.gif" | ||
alt="Costa Rica Image 1" | ||
></img> |
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.
make it self closing
<Subtitle | ||
title="Motivation" | ||
description="Rural communities are already disadvantaged socioeconomically" | ||
></Subtitle> |
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.
make it self closing
title="Motivation" | ||
description="Rural communities are already disadvantaged socioeconomically" | ||
></Subtitle> | ||
<p className="ml-2 mt-1"> |
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.
change this to div tag
<img | ||
src="/images/CostaRica/CostaRica2.gif" | ||
alt="Costa Rica Image 2" | ||
></img> |
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.
self closing
<Subtitle | ||
title="Educational Micro Controller Projects" | ||
description="Education is very hard to obtain affecting isolated rural communities the most" | ||
></Subtitle> |
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.
self closing
title="Educational Micro Controller Projects" | ||
description="Education is very hard to obtain affecting isolated rural communities the most" | ||
></Subtitle> | ||
<p className="ml-2 mt-1"> |
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.
change to div tag
way of life | ||
</li> | ||
<li> | ||
{" "} |
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.
remove {" "}
<li> | ||
{" "} | ||
A water treatment system will also be implemented, to learn more | ||
check out the{" "} |
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.
{" "}
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.
on hover,
Also edited Subtitle.jsx because 'description' was spelled incorrectly and it was messing with me haha. I spent ten minutes wondering why it wasn't working.