1- <!DOCTYPE html>
2- < html >
1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 "> < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5+ < link rel ="icon " type ="image/png " href ="../fevico.png ">
6+ < title > Batsite</ title >
7+ < link rel ="stylesheet " href ="../style.css ">
8+ </ head >
9+ < body >
10+ < a href ="#main-content " class ="skip-link "> Skip to main content</ a >
311
4- < head >
5- < meta charset ="utf-8 ">
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < title > Welcome file</ title >
8- < link rel ="stylesheet " href ="https://stackedit.io/style.css " />
9- </ head >
12+ < nav class ="top-nav " aria-label ="Main Navigation ">
13+ < ul >
14+ < li > < a href ="../index.html "> ./home</ a > </ li >
15+ < li > < a href ="../blog_index.html "> ./blog</ a > </ li >
16+ < li > < a href ="../BatResume.pdf "> ./resume</ a > </ li >
17+ </ ul >
18+ </ nav >
19+ < aside class ="accessibility-controls " aria-labelledby ="accessibility-heading ">
20+ < h4 id ="accessibility-heading "> Accessibility</ h4 >
21+ < button id ="theme-toggle "> Light Theme</ button >
22+ < button id ="contrast-toggle "> High Contrast</ button >
23+ < button id ="decrease-font " aria-label ="Decrease font size "> A-</ button >
24+ < button id ="increase-font " aria-label ="Increase font size "> A+</ button >
25+ < p > Adjust settings</ p >
26+ </ aside >
1027
11- < body class ="stackedit ">
12- < div class ="stackedit__html "> < hr >
13- < h2 id ="why-just-why-would-you-ever-want-to-edit-somebody-elses-blog "> WHY? just why would you ever want to edit somebody else’s blog??</ h2 >
14- </ div >
15- </ body >
28+ < main id ="main-content " class ="content-container ">
29+ < br >
30+ < h1 >
31+ WHY? Why would you ever want to edit somebody else's Blog??
32+ < h1 >
33+ </ main >
1634
17- </ html >
35+ < script src ="../AccessibilityScript.js "> </ script >
36+ </ body >
37+ </ html >
0 commit comments