mirror of https://github.com/luizdepra/hugo-coder.git

pduchnovsky
18.55.2024 3344e09b6147db7927546df06f2febb7f72c0f43
refs
author pduchnovsky <54581833+pduchnovsky@users.noreply.github.com>
Sunday, August 18, 2024 19:55 +0200
committer GitHub <noreply@github.com>
Sunday, August 18, 2024 19:55 +0200
commit3344e09b6147db7927546df06f2febb7f72c0f43
tree cef6a3f0402230ff626583d699d4b499a51cb186 tree | zip | gz
parent 4659f5641740561b67155d856cebe5b5a63546d0 view | diff
some features and fixes (#569)

### Prerequisites

- [x] This pull request adds a feature.
- [x] This pull request fixes certain issues.

### Description

- Some very minor changes in css
- Removed prefetch-src CSP since its deprecated and unsupported by any
browser
- Added support for "mailto:" e.g. 'Contact me' menu links.
e.g.:
![image](https://user-images.githubusercontent.com/54581833/118399559-0ad75f80-b65e-11eb-8c45-efdb6e11277c.png)
- Lowered text size of footer on mobile devices.
e.g. before and after:

![image](https://user-images.githubusercontent.com/54581833/118399628-5a1d9000-b65e-11eb-962e-bf21e01a5436.png)

### Issues Resolved

- Defined avatar width and height so content doesn't 'jump' during
page/image loading.
- Added pagination li padding for more easily 'clickable' pagination
links on mobile devices and some other minor changes.
e.g. before and after:

![image](https://user-images.githubusercontent.com/54581833/118399734-db752280-b65e-11eb-9635-527493eee6ad.png)
- Increased size of avatar on mobile devices so it does not look so
small.
e.g. before and after:

![image](https://user-images.githubusercontent.com/54581833/118399760-f2b41000-b65e-11eb-91d4-f4a85656ab5a.png)

### Checklist

#### General

- [x] Describe what changes are being made
- [x] Explain why and how the changes were necessary and implemented
respectively

#### Resources

- [x] If you have changed any SCSS code, run `make release` to
regenerate all CSS files

Co-authored-by: Peter Duchnovsky <peter.duchnovsky@erstegroup.com>
4 files added
4 files modified
38 ■■■■ changed files
assets/scss/_base.scss 6 ●●●●● diff | view | raw | blame | history
assets/scss/_content.scss 13 ●●●● diff | view | raw | blame | history
assets/scss/_footer.scss 4 ●●● diff | view | raw | blame | history
assets/scss/_pagination.scss 1 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder-dark.scss_9909fe12caa938878c0f06cd010153f1.content 1 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder-dark.scss_9909fe12caa938878c0f06cd010153f1.json 1 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.content 11 ●●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.json 1 ●●●● diff | view | raw | blame | history