]> jfr.im git - irc/freenode/web-7.0.git/blob - index_mock1.html
Renamed files to be ready for merge
[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 <img src="img/logos/coloured-alphabg.svg" class="nlogo" alt="Freenode" />
14 <a href="" class="nlink">Chat</a>
15 <a href="" class="nlink">Collaborate</a>
16 <a href="" class="nlink">Support&nbsp;</a>
17 </nav>
18 <div class="container">
19 <div class="jumbotron">
20 <h2 class="child">I want to...</h2>
21 <div class="box-container">
22 <a href="" class="box">
23 <img src="" alt="chat" height="60px" width="60px" /><br />
24 Join a community
25 </a>
26 <a href="" class="box">
27 <img src="" alt="group" height="60px" width="60px" /><br />
28 Get my project on freenode
29 </a>
30 <a href="" class="box">
31 <img src="" alt="support" height="60px" width="60px" /><br />
32 Support freenode
33 </a>
34 </div>
35 </div>
36 <div class="main">
37 <h1>News</h1>
38 <div class="art">
39 <h3 class="art">Some News</h3>
40 <p class="art-date">2016-02-21 by spb</p>
41 <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>
42 <p class="art-link"><a href="">Read More</a></p>
43 </div>
44 <div class="art">
45 <h3 class="art">Another News</h3>
46 <p class="art-date">2016-01-19 by christel</p>
47 <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>
48 <p class="art-link"><a href="">Read More</a></p>
49 </div>
50 </div>
51 <div class="footer">
52 <div class="footerchild">
53 Hello dear
54 </div>
55 <span class="footerline"></span>
56 <div class="footerchild">
57 Some links
58 </div>
59 <span class="footerline"></span>
60 <div class="footerchild">
61 Some other links
62 </div>
63 </div>
64 </div>