Fix: Improve HTML structure, security, and update documentation #74
+27
−26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves code quality, security, and documentation accuracy across the ML4SCI website.
Changes Made
HTML Structure & Standards
lang="en"from<head>to<html>tag for proper HTML5 compliance{{ page.title }} | {{ site.name }})page.descriptionorsite.descriptionSecurity Improvements
http://jekyllrb.com/→https://jekyllrb.com/)http://getbootstrap.com/→https://getbootstrap.com/)http://www.apache.org/→https://www.apache.org/)http://gaudi.web.cern.ch/→https://gaudi.web.cern.ch/)Documentation Updates
projects.mdml4-sci@cern.ch→mailto:ml4-sci@cern.ch)Impact
Files Changed
_layouts/default.html- HTML structure and security improvementsprojects.md- HTTPS links and branding fixREADME.md- Documentation updates