]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Font awesome icons
authorSvante Bengtson <redacted>
Mon, 22 Feb 2016 21:38:56 +0000 (22:38 +0100)
committerSvante Bengtson <redacted>
Mon, 22 Feb 2016 21:38:56 +0000 (22:38 +0100)
index_mock1.html

index 38b4689843b0d4c20abecd2bb455179da1a60016..2193f50bc56d6dae8770dc3138bdd694562325d2 100644 (file)
             <h2 class="child">Welcome to freenode, the new home of your projects.</h2>
             <div class="box-container">
                 <a href="about" class="box">
-                    <img src="" alt="chat" height="60px" width="60px" /><br />
+                    <i class="fa fa-comment fa-4x"></i><br />
                     I want to chat
                 </a>
                 <a href="help" class="box">
-                    <img src="" alt="support" height="60px" width="60px" /><br />
+                    <i class="fa fa-question fa-4x"></i><br />
                     I want to get help
                 </a>
                 <a href="contribute" class="box">
-                    <img src="" alt="gms" height="60px" width="60px" /><br />
+                    <i class="fa fa-users fa-4x"></i><br />
                     I want to register a group
                 </a>
             </div>