File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ import cert4 from '../images/PR3.png';
7979import cert2 from '../images/PRJCTR_SQL.png' ;
8080import cert5 from '../images/SCR-20241030-qppb.png' ;
8181import cert6 from '../images/OWASP_10.jpg' ;
82+ import cert7 from '../images/udemy_sec_1.jpg' ;
8283import wisealpha from '../images/wisealpha.jpg' ;
8384import zone3000Icon from '../images/Zone3000_ico.png' ;
8485import styles from './page.module.css' ;
@@ -1246,11 +1247,17 @@ export default function Home() {
12461247 < Fullwidth >
12471248 < div className = { styles . certsList } >
12481249 < div className = { styles . certPadding } />
1250+ < Certificate
1251+ className = { styles . certItem }
1252+ src = { cert7 }
1253+ backgroundColor = "#ffffff"
1254+ alt = { getAlt ( 'Secure Coding Practices (Udemy)' ) }
1255+ />
12491256 < Certificate
12501257 className = { styles . certItem }
12511258 src = { cert6 }
12521259 backgroundColor = "#ffffff"
1253- alt = { getAlt ( 'OWASP Top 10: Comprehensive Web Application Security (Udemy). ' ) }
1260+ alt = { getAlt ( 'OWASP Top 10: Comprehensive Web Application Security (Udemy)' ) }
12541261 />
12551262 < Certificate
12561263 className = { styles . certItem }
You can’t perform that action at this time.
0 commit comments