|
23 | 23 |
|
24 | 24 | {% block relbar1 %} |
25 | 25 |
|
26 | | - |
27 | | - |
28 | | - |
29 | | -<style> |
30 | | -.github-img { |
31 | | - position: absolute; |
32 | | - top: 0; |
33 | | - right: 80px; |
34 | | - border: 0; |
35 | | -} |
36 | | - |
37 | | -/* Take into account the resizing effect of the page (which has a minimum */ |
38 | | -/* width of 740px + 80px margins). */ |
39 | | -@media screen and (max-width: calc(740px + 80px + 80px)) { |
40 | | - .github-img { |
41 | | - right: calc(100% - 740px - 80px); |
42 | | - } |
43 | | -} |
44 | | - |
45 | | -@media screen and (max-width: calc(740px + 80px)) { |
46 | | - .github-img { |
47 | | - left: calc(740px + 80px - 149px); |
48 | | - right: 0px; |
49 | | - } |
50 | | -} |
51 | | -</style> |
52 | | -<a href="https://github.com/you"> |
53 | | - <img class="github-img" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"> |
| 26 | +<a href="https://github.com/SciTools/iris"> |
| 27 | + <img class="github-forkme" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" |
| 28 | + alt="Fork Iris on GitHub" /> |
54 | 29 | </a> |
55 | 30 |
|
56 | 31 |
|
57 | | -<div style="background-color: white; text-align: left; padding: 0px; height: 149px;"> |
| 32 | +<div class="header-content"> |
58 | 33 | <a href="{{ pathto("index") }}"> |
59 | | - <img src="{{ pathto("_static/Iris7_1_trim_100.png", 1) }}" border="0" style="height: 100px; vertical-align: middle; float: left; margin: 20px 2em 0.8em 4%; padding: 0px;" alt="Logo" /> |
| 34 | + <img src="{{ pathto("_static/Iris7_1_trim_100.png", 1) }}" alt="Iris logo" /> |
60 | 35 | </a> |
61 | | - <div style="display: inline-block; width: calc(100% - 110px - 2em - 4%);"> |
62 | | - <h1 style="font-size: 3.5rem; font-family: 'Alike', serif; margin-top: 40px; padding: 0px; color: #323232; padding-bottom: 0.2em;"> |
63 | | - Iris <span style="font-size: 1.5rem;">v2.1</span> |
| 36 | + <div class="strapline"> |
| 37 | + <h1> |
| 38 | + Iris <span class="version">v2.1</span> |
64 | 39 | </h1> |
65 | | - <h4 style="padding: 0px; max-width: 60ch; margin-top: 0px; margin-bottom: 0px;"> |
66 | | - a powerful, easy to use, community-driven Python library for analysing and |
| 40 | + <h2> |
| 41 | + a powerful, format-agnostic, and community-driven Python library for analysing and |
67 | 42 | visualising Earth science data |
68 | | - </h4> |
| 43 | + </h2> |
69 | 44 | </div> |
70 | 45 | </div> |
71 | 46 |
|
|
0 commit comments