|
9 | 9 |
|
10 | 10 | <body>
|
11 | 11 | <div id="container">
|
12 |
| - <header> |
13 |
| - <div class="header-logo"> |
14 |
| - <a href="http://servo.org"> |
15 |
| - <img |
16 |
| - width="200" |
17 |
| - src="images/servo-color-positive.png" /> |
18 |
| - </a> |
| 12 | + <div class="nav"> |
| 13 | + <a href="http://servo.org"> |
| 14 | + <img |
| 15 | + width="200" |
| 16 | + src="images/servo-color-positive.png" /> |
| 17 | + </a> |
| 18 | + <div class="nav-right"> |
| 19 | + <a href="https://servo.org/contributing" target="_blank">Contribute</a> |
| 20 | + <a href="https://github.com/servo/servo/wiki" target="_blank">Wiki</a> |
| 21 | + <a href="https://github.com/servo/servo" target="_blank">Github</a> |
19 | 22 | </div>
|
20 |
| - <div class="header-main"> |
21 |
| - <h3><strong>The embeddable, independent, memory-safe, modular, parallel web rendering engine.</strong></h3> |
22 |
| - </div> |
23 |
| - </header> |
| 23 | + </div> |
| 24 | + <hr /> |
24 | 25 | <main class="experiments-container">
|
25 | 26 | <section class="experiments-group" id="other-experiments">
|
26 |
| - <h3 class="heading">Servo Experiments (<a href="https://github.com/servo/servo-experiments" target="_blank">Contribute</a>) </h3> |
| 27 | + <h2 class="heading">Servo Experiments</h2> |
27 | 28 | <div class="experiment-previews"></div>
|
28 | 29 | </section>
|
29 | 30 | <section class="experiments-group" id="technical-tests">
|
30 |
| - <h3 class="heading">Servo Technical Tests (<a href="https://github.com/servo/servo-experiments" target="_blank">Contribute</a>) </h3> |
| 31 | + <h2 class="heading">Servo Technical Tests</h2> |
31 | 32 | <div class="experiment-previews"></div>
|
32 | 33 | </section>
|
33 | 34 | <section class="experiments-group" id="videos">
|
34 |
| - <h3 class="heading">Servo Videos (<a href="https://github.com/servo/servo-experiments" target="_blank">Contribute</a>) </h3> |
| 35 | + <h2 class="heading">Servo Videos</h2> |
35 | 36 | <div class="experiment-previews"></div>
|
36 | 37 | </section>
|
37 | 38 | </main>
|
|
0 commit comments