-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
53 lines (51 loc) · 2.87 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta charset="utf-8">
<link media="all" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link media="all" href="css/pygments.css" type="text/css" rel="stylesheet" />
<link media="all" href="css/gwpy.css" type="text/css" rel="stylesheet" />
<script src="js/https.js" type="text/javascript"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js" type="text/javascript"></script>
<title>GWpy</title>
<link rel="shortcut icon" href="images/favicon.png"/>
</head>
<body>
<a href="https://github.com/gwpy/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<div class="container" style="max-width: 800px; padding-top: 10px;">
<div id="logo">
<img src="images/gwpy_1200.png" alt="GWpy logo" title="GWpy logo" width="1000" style="width: 100%; max-height: 80%"/>
<p id="tagline">a python package for gravitational-wave astrophysics.</p>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<a href="docs" title="Read the GWpy documentation"><button type="button" class="btn btn-default docs" id="docs">>>> help(gwpy)</button></a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<h2>Project status</h2>
<div class="col-md-12">
<a href="http://badge.fury.io/py/gwpy" target="_blank"><img src="https://badge.fury.io/py/gwpy.svg" /></a>
<a href="https://travis-ci.org/gwpy/gwpy" target="_blank"><img src="https://travis-ci.org/gwpy/gwpy.svg?branch=master" /></a>
<a href="https://coveralls.io/r/gwpy/gwpy" target="_blank"><img src="https://coveralls.io/repos/gwpy/gwpy/badge.svg" /></a>
</div>
</div>
</div>
<hr>
<div class="row" style="padding-bottom: 10px;">
<div class="col-md-12">
<h2>Useful links</h2>
<div class="col-md-6">
<a href="https://gwpy.github.io/docs/stable/install/" target="_blank" title="Installation"><button type="button" class="btn btn-success docs">Installation</button></a>
</div>
<div class="col-md-6">
<a href="https://github.com/gwpy/gwpy/issues/" target="_blank" title="Report an issue"><button type="button" class="btn btn-danger docs">Report an issue</button></a>
</div>
</div>
</div>
</div>
</body>
</html>