-
Notifications
You must be signed in to change notification settings - Fork 4
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
Move Macrostrat homepage into this environment #206
Conversation
Looks like some good improvements going on here, but it looks like you just added a large number of static images to the git repository, which we were trying to avoid. (This is easy to fix but we will want to make sure that we fully get rid of these before continuing. They will weigh down the repository quite a bit). |
To properly revert this, the best way is to do a "hard reset" |
To fix some of the styles bleeding over into other pages, could you include the following export default {
// Forces global style separation from other pages by reloading
clientRouting: false,
}; There is probably a better way to do this long term, but this will help with the weird re-styling issues we were looking at yesterday. |
I'll also note for context that this PR fully brings the content of our 'homepage' repository into this framework. Instead of being stored in the repository, images are now provided via S3. |
Final request – it looks like you have a few duplicative stylesheets in here. Could you delete the CSS file and anything else 'extra'? |
Added new main-page for website by using content of 'homepage' repository, images stored and referenced from S3 bucket instead of being stored directly in repository