-
Notifications
You must be signed in to change notification settings - Fork 30
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
Standardizing microsite footers #184
Comments
Thanks @psmulovics - we did retire odp.finos.org which now points at https://community.finos.org/docs/collaboration-infrastructure/. That said I think your suggestion definitely stands - @maoo or @mcleo-d do you think this is something we can add to our blueprint and then git submodule from there? |
It's definitely doable. An alternative solution to git sub module is to fetch the file (via http) during the node build (one one change in package.json). Such change could be contributed to the project blueprint, so that new website would come up with the "common FINOS footer". One question is about the footer color: should that be still configurable, given that not all FINOS microsites have the same color palette? As soon as we align on this, we can prioritize the issue and get to work. TY! |
Sorry for the late reply on this; we've discussed this further at FINOS, and given that:
we think that this change - which may require quite some engineering effort - is not a priority right now for the FINOS team. We could still keep it open with the |
Moved issue to finos/software-project-blueprint#62 |
Right now each microsite (like https://osr.finos.org/ or https://odp.finos.org ) has a different footer (footer.js) content.
ODP:
OSR:
My suggestion would be to have a standardized footer as part of one of the main finos repos, in a separate branch, with the ability to git submodule that footer.js file into the individual repos containing the microsites.
The text was updated successfully, but these errors were encountered: