Commit Graph
4 Commits
Author SHA1 Message Date
sandbank52641andDaniel Micay 968167ad52 simplify process templates script
Python provides a high-level path object with `pathlib`[^1], which is
included in the standard library[^2]. This makes it simpler to find all
html files to process.

[^1]: https://docs.python.org/3/library/pathlib.html#module-pathlib
[^2]: https://peps.python.org/pep-0428/
2024-01-07 15:18:18 -05:00
sandbank52641andDaniel Micay 41d17ec3b1 update Android Studio package 2024-01-04 09:08:34 -05:00
sandbank52641andDaniel Micay e1b874140f Add maximum width for social link list in footer
According to the Material Design 3 guidelines, the ideal line length is
between 40 and 60 characters [1]. As the list of social links in the
footer has become wide, we will simply wrap it to 60 characters here.

Links:
[1]: https://m3.material.io/foundations/layout/applying-layout/window-size-classes#:~:text=ideal%20line%20length%20for%20text%20is%2040%2D60%20characters
2023-12-29 11:05:14 -05:00
sandbank52641andDaniel Micay e9a9ddd236 update Android Studio package 2023-12-11 14:44:24 -05:00