Is it possible to use 2 different avatars on Home and About/flip?
Closed this issue · 4 comments
On my site robot-one.github.io, I want to have a brand logo on the homepage, and swap to my mugshot for about.
While I've done a bunch of other simple edits, I'm not sure where to start with this one, as the "About/flip" page seems to be a part of the homepage (and loads its content on top of it if CSS breaks), and loads the same avatar image.
In a similar vein, the About content seems to be wastefully written into every single index.html
file - would be better structured as a single about.html
page, with a flip transition while navigating to it. I don't know how to fix this yet, but I'll do more research. Do you have any ideas? Separating it out might make it easier to add a custom avatar?
In a similar vein, the About content seems to be wastefully written into every single index.html file
I'm guessing it's partially a legacy holdover from when Dream looked like this:
However, it causes compatibility issues with some older browsers (probably a CSS problem; I've noticed it on older Safari for Windows, iOS Safari, Firefox, Tor), where About page content is rendered on top of the homepage content
)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.