Skip to content

Commit e9c418e

Browse files
committed
Update footer contents and style
1 parent 8169e37 commit e9c418e

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

css/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ iframe#footer { height: 6em; }
6565

6666
footer { text-align: center; font-size: 90%; font-family: sans-serif; }
6767

68-
/* font size in iframe is already smaller due to the different viewport,
69-
so let's override the 90% set above. */
70-
#footer-top + footer { font-size: 1rem; }
71-
7268
hr#footer-top { width: 33%; border: none; border-top: 1px solid silver; }
7369

7470
/*******************************************************************************

footer.xhtml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
<hr id="footer-top"/>
1212
<footer>
1313
<span class="nobreak">
14-
<a id="validate" href="http://validator.w3.org/check?uri=waldyrious.github.io">Valid</a>
15-
<a href="http://www.w3.org/TR/html-polyglot/">polyglot xhtml5</a>.
16-
</span>
17-
<span class="nobreak">
18-
<a id="mobile" href="https://search.google.com/test/mobile-friendly?url=waldyrious.github.io">Mobile-friendly</a>.
14+
Website built by hand in <a href="https://html-first.com/">vanilla</a>
15+
<a href="https://www.w3.org/TR/html-polyglot/#dfn-polyglot-markup">polyglot</a>
16+
<a href="https://en.wikipedia.org/wiki/XHTML">XHTML</a>.
1917
</span>
2018
<span class="nobreak">
2119
Source code <a id="src" href="https://github.com/waldyrious/waldyrious.github.io">on GitHub</a>.
@@ -29,9 +27,6 @@
2927
document.getElementById('validate').href =
3028
'http://validator.w3.org/check?uri=' +
3129
window.parent.location.href;
32-
document.getElementById('mobile').href =
33-
'https://search.google.com/search-console/mobile-friendly?url=' +
34-
window.parent.location.href;
3530
document.getElementById('src').href =
3631
'https://github.com/waldyrious/waldyrious.github.io/blob/master' +
3732
window.parent.location.pathname;

0 commit comments

Comments
 (0)