]> jfr.im git - irc/freenode/web-7.0.git/blob - index_mock1.html
Merge pull request #1 from freenode/mockup
[irc/freenode/web-7.0.git] / index_mock1.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <title>freenode</title>
9 <link href="css/mock1.css" rel="stylesheet" />
10 </head>
11 <body>
12 <nav class="navbar">
13 <a href="index"><img src="img/logos/coloured-alphabg.svg" class="nlogo" alt="freenode" /></a>
14 <a href="about" class="nlink">About</a>
15 <a href="help" class="nlink">Help</a>
16 <a href="contribute" class="nlink">Contribute</a>
17 <a href="projects" class="nlink">Projects&nbsp;</a>
18 </nav>
19 <div class="container">
20 <div class="jumbotron">
21 <h2 class="child">I want to...</h2>
22 <div class="box-container">
23 <a href="about" class="box">
24 <img src="" alt="chat" height="60px" width="60px" /><br />
25 Know what freenode is
26 </a>
27 <a href="help" class="box">
28 <img src="" alt="support" height="60px" width="60px" /><br />
29 Get help
30 </a>
31 <a href="contribute" class="box">
32 <img src="" alt="server" height="60px" width="60px" /><br />
33 Contribute to freenode
34 </a>
35 <a href="projects" class="box">
36 <img src="" alt="gms" height="60px" width="60px" /><br />
37 Know who's using freenode
38 </a>
39 </div>
40 </div>
41
42 <div class="main">
43 <h1>News</h1>
44 <div class="art">
45 <h3 class="art">Some News</h3>
46 <p class="art-date">2016-02-21 by spb</p>
47 <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>
48 <p class="art-link"><a href="">Read More</a></p>
49 </div>
50 <div class="art">
51 <h3 class="art">Another News</h3>
52 <p class="art-date">2016-01-19 by christel</p>
53 <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>
54 <p class="art-link"><a href="">Read More</a></p>
55 </div>
56 </div>
57 </div>
58
59 <footer class="footer">
60 <div class="footerchild">
61 Hello dear
62 </div>
63 <span class="footerline"></span>
64 <div class="footerchild">
65 Some links
66 </div>
67 <span class="footerline"></span>
68 <div class="footerchild">
69 <p><a>Some other links</a></p>
70 <p><a>Some other links</a></p>
71 <p><a>Some other links</a></p>
72 <p><a>Some other links</a></p>
73 </div>
74 </footer>
75 </div>
76 </body>
77 </html>