I know there is a bigger question of a site redesign, but I thought a targeted sprucing up of the current layout might help out with some of the critiques of the current layout. The only changes to the HTML have been the removal of a couple style attributes, the removal of a height attribute in the host table, and the removal of an hr tag that was in the footer of the site (and isn't visible on the current site). I do not think these changes will break any scripts being run against the site to download episodes.
In general the changes are around improving the use of white space and following best practices for the line-height of mult-line text. I also put an emphasis on letting these improvements flow from small to large screen size using fluid responsive design principles (Modern Fluid Typography Using CSS Clamp).
Not sure if these changes will need approval from the community or fall within general maintenance of the website. I am happy to lead the conversation if approval from the community is needed.
I know there is a bigger question of a site redesign, but I thought a targeted sprucing up of the current layout might help out with some of the critiques of the current layout. The only changes to the HTML have been the removal of a couple style attributes, the removal of a height attribute in the host table, and the removal of an hr tag that was in the footer of the site (and isn't visible on the current site). I do not think these changes will break any scripts being run against the site to download episodes.
In general the changes are around improving the use of white space and following best practices for the line-height of mult-line text. I also put an emphasis on letting these improvements flow from small to large screen size using fluid responsive design principles ([Modern Fluid Typography Using CSS Clamp](https://www.smashingmagazine.com/2022/01/modern-fluid-typography-css-clamp/)).
Not sure if these changes will need approval from the community or fall within general maintenance of the website. I am happy to lead the conversation if approval from the community is needed.
I will use this branch on https://hpr.horning.us/ to make review easier.
Use the clamping function to change the base font size as the size of the screen varies. Modify font-size, padding, and margin sizes to rely on the base font size (use rem units). In addition improve usage of white space by modifying line-height, margins, and padding of various tags.
For larger screens constrain viewing width and growth of font-size, and margins to approximately corresponding sizes of the original layout. Prevent things from getting too large.
rho_n
requested review from jknapp 2024-10-12 15:53:12 +00:00
rho_n
requested review from ken_fallon 2024-10-12 15:53:12 +00:00
rho_n
requested review from davmo 2024-10-12 15:53:13 +00:00
rho_n
requested review from norrist 2024-10-12 15:53:13 +00:00
rho_n
changed title from WIP [I45-website] Refresh HPR layout with a light touch to [I45-website] Refresh HPR layout with a light touch2024-10-15 01:18:54 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I know there is a bigger question of a site redesign, but I thought a targeted sprucing up of the current layout might help out with some of the critiques of the current layout. The only changes to the HTML have been the removal of a couple style attributes, the removal of a height attribute in the host table, and the removal of an hr tag that was in the footer of the site (and isn't visible on the current site). I do not think these changes will break any scripts being run against the site to download episodes.
In general the changes are around improving the use of white space and following best practices for the line-height of mult-line text. I also put an emphasis on letting these improvements flow from small to large screen size using fluid responsive design principles (Modern Fluid Typography Using CSS Clamp).
Not sure if these changes will need approval from the community or fall within general maintenance of the website. I am happy to lead the conversation if approval from the community is needed.
I will use this branch on https://hpr.horning.us/ to make review easier.
WIP [I45-website] Refresh HPR layout with a light touchto [I45-website] Refresh HPR layout with a light touch