File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 2525
2626< body >
2727
28- <!-- Headerbar -->
29- < div class ="headerbar ">
28+ <!-- Header -->
29+ < header class ="headerbar ">
3030 <!-- Navigation (View Switcher) -->
3131 < nav class ="view-switcher ">
3232 < ul >
3333 < li > < a href ="/ " class ="current " aria-current ="page ">
34- < img src ="data/icons/go-home-symbolic.svg " alt ="" class ="nav-icon "> Home
34+ < img src ="data/icons/go-home-symbolic.svg " alt ="Home icon " class ="nav-icon "> Home
3535 </ a > </ li >
3636 < li > < a href ="/test1 "> Test 1</ a > </ li >
3737 < li > < a href ="/test2 "> Test 2</ a > </ li >
3838 </ ul >
3939 </ nav >
40- </ div >
40+ </ header >
4141
4242 <!-- Main Content -->
43- < div class ="content ">
43+ < main class ="content ">
4444 < h1 > LinuxJava7</ h1 >
4545 < p > < strong > Hey, I'm LinuxJava7.</ strong > I'm currently studying A-Levels.</ p >
4646
@@ -62,8 +62,19 @@ <h2 id="work">What do I do?</h2>
6262 < p > < em > By the way, this site is a < strong > heavy</ strong > work in progress.</ em > </ p >
6363 < p > < em > I'm focusing on my studies at the moment and will return to improve this site in the coming months, so stay tuned < 3 </ em > </ p >
6464 </ blockquote >
65- </ div >
65+ </ main >
6666
67- </ body >
67+ <!-- Footer -->
68+ < footer >
69+ < p > This website is licensed under the AGPL v3.</ p >
70+ < ul class ="social ">
71+ < li class ="github ">
72+ < a href ="https://github.com/linuxjava7 " title ="GitHub ">
73+ GitHub
74+ </ a >
75+ </ li >
76+ </ ul >
77+ </ footer >
6878
79+ </ body >
6980</ html >
You can’t perform that action at this time.
0 commit comments