Mercurial > hg-website
comparison src/en/index.html @ 19:93dadfa3c4b6
Initial commit of the new hg website.
Thanks to Jesper Noehr (bitbucket.org) for sponsoring the layout.
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 13 Feb 2009 15:55:54 +0100 |
parents | |
children | 7b2d898ec15a |
comparison
equal
deleted
inserted
replaced
18:8dce7248dd3d | 19:93dadfa3c4b6 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
2 "http://www.w3.org/TR/html4/loose.dtd"> | |
3 <html> | |
4 <head> | |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
6 <link href="styles/styles.css" type="text/css" rel="stylesheet"> | |
7 <script type="text/javascript" src="javascript/typeface.js"></script> | |
8 <script type="text/javascript" src="javascript/optimer_regular.typeface.js"></script> | |
9 <title>Mercurial SCM</title> | |
10 </head> | |
11 <body id="home"> | |
12 | |
13 <h1 id="logo"><a href="index.html">mercurial</a></h1> | |
14 | |
15 <ul id="nav" class="typeface-js"> | |
16 <li><a href="about.html">about</a></li> | |
17 <li><a href="javascript:void(0);">download</a></li> | |
18 <li><a href="javascript:void(0);">extensions</a></li> | |
19 <li><a href="javascript:void(0);">docs</a></li> | |
20 <li><a href="javascript:void(0);">community</a></li> | |
21 </ul> | |
22 | |
23 <form id="search" method="post" action="index.html"> | |
24 <fieldset> | |
25 <legend>Search form</legend> | |
26 <label for="keyword">keyword</label> | |
27 <input class="text" type="text" name="keyword" id="keyword"> | |
28 <input class="submit" type="submit" value="search"> | |
29 </fieldset> | |
30 </form> | |
31 | |
32 <div id="content"> | |
33 <div class="row"> | |
34 <div class="col big"> | |
35 <h1>Work easier <br> Work faster</h1> | |
36 <h2>Benefit now from one of the easiest and fastest Source Control Management systems. Mercurial makes working with documents easier.</h2> | |
37 </div> | |
38 <div class="col"> | |
39 <a class="download typeface-js" href="javascript:void(0);"> | |
40 <strong>Download now</strong> | |
41 Mercurial <em>2.42</em> | |
42 <span>Windows XP | Vista | 7</span> | |
43 </a> | |
44 <dl> | |
45 <dt class="typeface-js">Requiurements</dt> | |
46 <dd>Python 2.5 (<a href="http://www.python.org">get python</a>)</dd> | |
47 | |
48 <dt>Another OS?<br><em>Get mercurial for:</em></dt> | |
49 <dd><a href="javascript:void(0);">Mac OS X</a></dd> | |
50 <dd><a href="javascript:void(0);">Linux</a></dd> | |
51 </dl> | |
52 </div> | |
53 </div> | |
54 | |
55 <div class="row"> | |
56 <div class="col big"> | |
57 <h3>How can you benefit from Mercurial?</h3> | |
58 <ol> | |
59 <li class="i-1"> | |
60 <h4><a href="javascript:void(0);">Download and install</a></h4> | |
61 <p>Donec ut pede ac lorem iaculis aliquam. Curabitur feugiat, libero scelerisque laoreet malesuada, purus lorem fermentum quam, eget rhoncus quam sapien ac nulla. Praesent id turpis.</p> | |
62 </li> | |
63 <li class="i-2"> | |
64 <h4><a href="javascript:void(0);">Follow our simple Guide to learn how you can Revision your documents with Mercurial</a></h4> | |
65 <p>Suspendisse pulvinar dolor nec massa. Mauris sit amet orci porta velit congue fringilla. Pellentesque ipsum libero, scelerisque luctus</p> | |
66 </li> | |
67 <li class="i-3"> | |
68 <h4><a href="javascript:void(0);">Get involved.</a></h4> | |
69 <p>Create extensions, translate the documentation, test beta versions.</p> | |
70 </li> | |
71 </ol> | |
72 </div> | |
73 <div class="col"> | |
74 <h3>Take a look at Mercurial</h3> | |
75 <!-- Flash Player should probably come here--> | |
76 <img src="images/tour.jpg" alt=""> | |
77 </div> | |
78 </div> | |
79 </div> | |
80 | |
81 <div id="footer"> | |
82 <a href="http://www.designpunct.ro">punct</a> / | |
83 <a href="http://www.avantlumiere.com/">bitbucket</a> / | |
84 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"> | |
85 | |
86 <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" /> | |
87 </a> | |
88 <br /> | |
89 This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>. | |
90 </div> | |
91 | |
92 </body> | |
93 </html> |