diff --git a/FIX_PROPOSAL.md b/FIX_PROPOSAL.md new file mode 100644 index 0000000..0631057 --- /dev/null +++ b/FIX_PROPOSAL.md @@ -0,0 +1,54 @@ +To add the OWASP@Foundation social media links to the BLT University footer, you can modify the footer HTML code as follows: + +```html + + +``` + +You will also need to add the Font Awesome library to your project to use the social media icons. You can do this by adding the following line to your HTML header: + +```html + +``` + +Alternatively, you can use a CDN or install Font Awesome locally. + +**Commit Message:** +`Add OWASP@Foundation social media links to BLT University footer` + +**Changes:** + +* Added social media links to the footer +* Included Font Awesome library for social media icons + +**Files Changed:** + +* `footer.html` (or equivalent file) +* `index.html` (or equivalent file) to include Font Awesome library + +Please note that you may need to adjust the file names and paths based on your project's structure. \ No newline at end of file