]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Create index_mock1.html
authorEfe Mert Demir <redacted>
Mon, 22 Feb 2016 12:33:54 +0000 (14:33 +0200)
committerEfe Mert Demir <redacted>
Mon, 22 Feb 2016 12:33:54 +0000 (14:33 +0200)
index_mock1.html [new file with mode: 0644]

diff --git a/index_mock1.html b/index_mock1.html
new file mode 100644 (file)
index 0000000..f41cfa3
--- /dev/null
@@ -0,0 +1,99 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>freenode</title>
+    <link href="css/mock1.css" rel="stylesheet" />
+</head>
+<body>
+    <nav class="navbar">
+        <a href="index"><img src="img/logos/coloured-alphabg.svg" class="nlogo" alt="freenode" /></a>
+        <!--navkinks-->
+        <a href="PIA" target="_blank"><img src="img/logos/PIALogo_black.svg" alt="Private internet access" class="nlogo" /></a>
+    </nav>
+    
+    <div class="container">
+        <div class="jumbotron">
+            <h2 class="child">I want to...</h2>
+            <div class="box-container">
+                <a href="about" class="box">
+                    <img src="" alt="chat" height="60px" width="60px" /><br />
+                    Chat
+                </a>
+                <a href="help" class="box">
+                    <img src="" alt="support" height="60px" width="60px" /><br />
+                    Get help
+                </a>
+                <a href="contribute" class="box">
+                    <img src="" alt="gms" height="60px" width="60px" /><br />
+                    Register a group
+                </a>
+                <!--<a href="PIA" class="box">
+                    <img src="img/logos/newPIA.png" alt="Private internet access" height="60px" class="box-center"/><br />
+                </a>-->
+            </div>
+        </div>
+        
+        <div class="main">
+            <h1>News</h1>
+            <div class="art">
+                <h3 class="art">Some News</h3>
+                <p class="art-date">2016-02-21 by spb</p>
+                <p class="art-ingress">Fancy news article's ingress text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus placerat ultricies euismod. Maecenas dolor mauris, posuere mollis eros vel, auctor rhoncus quam...</p>
+                <p class="art-link"><a href="">Read More</a></p>
+            </div>
+            <div class="art">
+                <h3 class="art">Another News</h3>
+                <p class="art-date">2016-01-19 by christel</p>
+                <p class="art-ingress">Some other news article's ingress here. Phasellus nec erat rhoncus, pretium orci eget, ullamcorper ipsum. Fusce sit amet felis a augue sodales commodo id eget justo. Phasellus id nisl nec elit porta pellentesque in egestas nibh. Vivamus mollis ligula lectus, in mollis nibh pharetra vitae...</p>
+                <p class="art-link"><a href="">Read More</a></p>
+            </div>
+        </div>
+    </div>
+    
+        <footer class="footer">
+            <div class="footerchild">
+            <h2>Freenode</h2>
+            <ul>
+              <li><a>About freenode</a></li>
+              <ul>
+                <li><a>Vision</a></li>
+                <li><a>Mission</a></li>
+                <li><a>Philosophy</a></li>
+                <li><a>Policies</a></li>
+              </ul>
+              <li><a>Using freenode</a></li>
+              <ul>
+                <li><a>Clients</a></li>
+                <li><a>Webchat</a></li>
+                <li><a>SASL</a></li>
+              </ul>
+              <li><a>Groups/Projects</a></li>
+              <ul>
+                <li><a></a></li>
+              </ul>
+            </ul>
+            </div>
+
+            <div class="footerchild">
+            <h2>Our sponsors</h2>
+            <p><a href="PIA" target="_blank"><img src="img/logos/pia-robot-original.svg" alt="PIA" height="20px" /> Private Internet Access</a></p>
+            </div>
+
+            <div class="footerchild">
+            <h2>Social Media</h2>
+            <p><a>Some other links</a></p>
+            <p><a>Some other links</a></p>
+            <p><a>Some other links</a></p>
+            <p><a>Some other links</a></p>
+            </div>
+        </footer>
+        <footer class="copyright">
+            <img alt="CC-0 Logo" />
+        </footer>
+    </div>
+</body>
+</html>