Create panel-item class to replace inline CSS #538
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Replaced inline CSS and obsolete align attribute with a class for all images in
.panel-body
HTML Preview
https://htmlpreview.github.io/?https://github.com/Vincevrp/privacytools.io/blob/master/index.html
Thanks. After your PR yesterday, I looked at the W3 validator and saw that there are indeed many, many issues.
I'm trying to fix most of them as we speak. Maybe we should implement some sort of CI/CD that validates the code. I'm willing to help implement this.
I thought about that a few days ago. We probably don't need something like StyleCI as it's not very relevant for HTML, but maybe some HTML validation CI would be useful.
I'll have to check if I have enough permissions to set up a CI for PTIO, as I'm only a collaborator and @privacytoolsIO is not an organization.