You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the "header" stuff is on the left side of the screen.
It doesn't really matter if it's on the left or right tbh but the advantage to this is hopefully we'll be able to see the entire board on the screen in addition to the controls.
Of course this is irrelevant in portrait view for mobile users.
The text was updated successfully, but these errors were encountered:
In working on this I've realized we made an odd choice in styling nearly the entire board with vw as the unit rather than something static. This isn't technically a problem. I've just noticed that the padding between the tiles of the board gets kinda small at smaller widths. I'm not sure if it's worth completely redoing the styles in pixels unless there's a bigger issue on smaller screens the I'm missing. Either way, this is just for fun so it's not like it's a huge deal or anything.
- Updated head declarations to use relative file paths more effectively.
- Created specific assets folders so each index.html has a matching assets folder within its directory.
- Structure of archived pages is now consistent with the root index.html and its assets folder.
- Created master.css to hold styles that are constant for all versions.
- Removed duplicate styles from each year's individual style.css.
- This will hopefully will make implementing overall new/different layouts easier. (#21)
- Special favicon are now read directly from the main website's repo.
so something like this blog http://thinker3197.github.io/ink/
where the "header" stuff is on the left side of the screen.
It doesn't really matter if it's on the left or right tbh but the advantage to this is hopefully we'll be able to see the entire board on the screen in addition to the controls.
Of course this is irrelevant in portrait view for mobile users.
The text was updated successfully, but these errors were encountered: