StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.78k stars 1.85k forks source link

following Bootstrap 4 guidelines #111

Closed irineos1995 closed 4 years ago

irineos1995 commented 4 years ago

Hello team, I am making this pull request as a part of a project of mine that uses machine learning to lint HTML and CSS pages of any framework.

What I've done is:

Train a classifier based on a "correctly formed" set of pages Test on random GitHub repositories (like this one). After I applied the test on this project, I found that the rules set up by Bootstrap 4 were not strictly followed on a specific part of the page.

What I am trying to prove here is that my classifier can be trained and correctly identify violations in any HTML pages, based on correct training.

It is not a major change, but by reviewing and possibly accepting my pull request, will help me get feedback for my project. Please do not ignore it and let me know your thoughts!

NOTE: The change I made, does not affect the design of the current page at all!

Thanks, Eiri!