We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dd929 commit 87a3a28Copy full SHA for 87a3a28
5 files changed
img/chrome.png
93.9 KB
img/firefox.png
736 KB
index.html
@@ -30,11 +30,17 @@
30
</div>
31
32
33
- <div class="header_inline" id="featuredProj">
34
- <div class="wrapper">
35
- <div class="row text-center">
36
- <h1>Your browser is outdated. Please update to a version respecting Web Standards.</h1>
37
- </div>
+ <div class="header_inline">
+ <p class="punchline">Your browser is outdated. Please update to a version respecting Web Standards.</p>
+ <div class="links">
+ <a class="item" href="https://www.google.com/intl/en/chrome/browser/">
+ <p>Google Chrome</p>
38
+ <img src="img/chrome.png"/>
39
+ </a>
40
+ <a class="item" href="http://www.mozilla.org/en-US/firefox/new/">
41
+ <img src="img/firefox.png"/>
42
+ <p>Mozilla Firefox</p>
43
44
45
46
0 commit comments