1212 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
1313 < link rel ="icon " type ="image/x-icon " href ="/favicon.ico " />
1414 < link rel ="stylesheet " type ="text/css " href ="css/index.css " />
15+ < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css " />
1516 </ head >
1617 < body >
1718 < div class ="image-sphere ">
1819 < div class ="sphere ">
19- < img src ="img/valr-128x128.png ">
20+ < img src ="img/valr-128x128.png " / >
2021 </ div >
2122 </ div >
2223
2324 < h1 > Death, be not proud</ h1 >
2425 < aside > by John Donne</ aside >
25-
2626 < p >
2727 Death, be not proud, though some have called thee< br />
2828 Mighty and dreadful, for thou art not so;< br />
@@ -40,25 +40,19 @@ <h1>Death, be not proud</h1>
4040 And death shall be no more; Death, thou shalt die.< br />
4141 </ p >
4242
43- < h1 > Source</ h1 >
44- < ul >
45- < li > < a href ="https://github.com/valr "> GitHub</ a > </ li >
46- </ ul >
47-
48- < h1 > Tools</ h1 >
49- < ul >
50- < li > < a href ="current-time.html "> Current Time</ a > </ li >
51- < li > < a href ="diff-text.html "> Diff Text</ a > </ li >
52- < li > < a href ="format-xml.html "> Format XML</ a > </ li >
53- < li > < a href ="ip "> IP:Port</ a > </ li >
54- < li >
55- < form onsubmit ="render_url() ">
56- Rendertron URL: < input type ="text " id ="url " /> < br />
57- < input type ="submit " value ="Submit " />
58- < input type ="reset " value ="Clear " />
59- </ form >
60- </ li >
61- </ ul >
43+ < h1 > Source & Tools</ h1 >
44+ < div class ="divtools ">
45+ < i class ="fab fa-github fa-fw "> </ i >   < a href ="https://github.com/valr "> GitHub</ a > < br />
46+ < i class ="fas fa-clock fa-fw "> </ i >   < a href ="current-time.html "> Current Time</ a > < br />
47+ < i class ="fas fa-network-wired fa-fw "> </ i >   < a href ="ip "> IP:Port</ a > < br />
48+ < i class ="fas fa-not-equal fa-fw "> </ i >   < a href ="diff-text.html "> Diff Text</ a > < br />
49+ < i class ="fas fa-align-left fa-fw "> </ i >   < a href ="format-xml.html "> Format XML</ a > < br />
50+ < form onsubmit ="render_url() ">
51+ < i class ="fas fa-camera fa-fw "> </ i >   Rendertron URL: < input type ="text " id ="url " />
52+ < input type ="submit " value ="Submit " />
53+ < input type ="reset " value ="Clear " /> < br />
54+ </ form >
55+ </ div >
6256
6357 < script >
6458 function render_url ( ) {
0 commit comments