forked from SciTools/scitools.org.uk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--#include virtual="includes/title.shtml" -->
<!--#include virtual="includes/css.shtml" -->
<title>SciTools Homepage</title>
</head>
<body>
<div class="wrapper">
<div id="hd">SciTools</div>
<!--#include virtual="includes/navbar.shtml" -->
<div id="bd">
<p style="margin-top: 1.5em">Open source Python libraries for data analysis and visualisation.</p>
<div class="projects">
<div class="project">
<div class="logo"><a href="iris/index.html"><img src="images/Iris7_1_trim_100.png" style="height:100;" alt="Iris Logo" /></a></div>
<div class="summary"><a href="iris/index.html">Iris</a> is a Python package for analysing and visualising meteorological and oceanographic data sets.</div>
</div>
<div class="project">
<div class="logo"><a href="cartopy/index.html"><img src="images/cartopy_small.png" style="height:100;" alt="Cartopy logo" /></a></div>
<div class="summary"><a href="cartopy/index.html">Cartopy</a> is a Python package for advanced map generation with a simple matplotlib interface.</div>
</div>
</div>
</div>
<div id="ft">
© British Crown Copyright 2012, Met Office<br>
</div>
</div>
<!--#include virtual="includes/validator.shtml" -->
</body>
</html>