]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Adding mockup
authorSvante Bengtson <redacted>
Sun, 21 Feb 2016 10:13:17 +0000 (11:13 +0100)
committerSvante Bengtson <redacted>
Sun, 21 Feb 2016 10:13:17 +0000 (11:13 +0100)
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..3ff0773
--- /dev/null
@@ -0,0 +1,45 @@
+<!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">
+        <img src="img/logos/coloured-alphabg.svg" class="nlogo" alt="Freenode" />
+        <a href="" class="nlink">Chat</a>
+        <a href="" class="nlink">Collaborate</a>
+        <a href="" class="nlink">Support&nbsp;</a>
+    </nav>
+    <div class="container">
+        <div class="jumbotron">
+            <h2 class="child">I want to...</h2>
+            <div class="box-container">
+                <a href="" class="box">
+                    <img src="" alt="chat" height="60px" width="60px" /><br />
+                    Join a community
+                </a>
+                <a href="" class="box">
+                    <img src="" alt="group" height="60px" width="60px" /><br />
+                    Get my project on freenode
+                </a>
+                <a href="" class="box">
+                    <img src="" alt="support" height="60px" width="60px" /><br />
+                    Support freenode
+                </a>
+            </div>
+        </div>
+        <div class="main">
+            <h1>News</h1>
+            <div class="art container">
+            
+            </div>
+        </div>
+        <footer class="footer">
+    
+        </footer>
+    </div>
\ No newline at end of file