-
Notifications
You must be signed in to change notification settings - Fork 23
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
Moved about pages into the front end #640
Open
rjmara
wants to merge
13
commits into
engaging-computing:dev
Choose a base branch
from
rjmara:aboutPages
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r styling. Included the images of the about pages in this commit.
… different footers and nav bars across MYR.
…o old ones found in the backend.
…ges to include the specific shade of MYR yellow.
…s routing and added logo image and header image.
…packages from the old commit in an attempt to clear the merge conflicts.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Previously we had stored many of the footer pages in the backend. This change allows us to free up clutter in the backend. Additionally, it allows anybody to make changes much more efficiently than when it was on the backend. The only way to see the changes to your code was to open the html file and constantly reload the page to see the changes you made. Instead of that tedious process, you can just use an
npm
command to see your changes in real time.The pages that were added were:
Additional changes were done to routes.js in order to use the pages in the frontend rather than the backend; fontawesome packages were added to add icons for some of the about images including brand images like linkedin and github for team members that had websites linked in their respective cards; added another folder to hold images of team members; a couple of changes were done to App.css because it was difficult to get the same effect using bootstrap classes. However, most of the styling changes were done using bootstrap because the css files are global across all MYR pages.
Preview
About page header:
Related Issue
Issue #216