-
Notifications
You must be signed in to change notification settings - Fork 16
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
New attribute page_img: logos for for pages and sections #290
base: main
Are you sure you want to change the base?
Conversation
@PhilReedData Hey! Sorry it took so long to look at your pull request. I played around with some bootstrap classes. Could you have a look in how it behaves on your deployment? |
Thanks, I certainly will try that locally. Which remote call should I use now? To a particular tag/release of ETT? |
this is your branch still ! |
@PhilReedData |
Sorry something behaved different than I expected, you do have the latest version , let me check! |
Ah okay. I thought I had a later version because of the way the logo appears above the heading on the mobile view, that's changed from my code (changed for the better). |
@phil, can you point me to a place/branch where you try out the FAIRDOM Seek website with this version of the theme? The second screenshot show the logo to be be squeezed for example. and I think I want to play a little bit more with the spacings. |
Sure, it is here: https://github.com/FAIRdom/fairdom.github.io/tree/page-logos |
As discussed, I have borrowed the
image
page attribute from RO-Crate and used a newpage_img
attribute for pages to show a graphic such as a logo to the side of the page title. It also shows on the section navigation cards. There is no change to the rendered HTML in either place unless thepage_img
attribute appears in the front-matter of a page.More details and images are described in a Google Doc.
This has been tested on a branch of the FAIRDOM website, and in the ETT site itself. I used the following code in
_config.yml
to make a remote call:remote_theme: PhilReedData/elixir-toolkit-theme@page-img-007
This is a fork from version 3.2.0. I did not mean to change the Gemfile.lock file.
To do
Sample images
More images in the linked Google Doc above.