-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
44 lines (40 loc) · 1.45 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
---
permalink: /
homepage: true
tab: intro
---
{% include macros.html %}
<section class="home-section">
<i class="fa fa-question-circle fa-4x fa-fw"></i>
<div class="home-section-content">
<h2>What is Strata?</h2>
<p>Strata is the award-winning open source analytics and market risk library from OpenGamma.</p>
<p>
<a class="home-button" href="introduction">Overview</a>
<a class="home-button" href="features">Features</a>
<a class="home-button" href="product_coverage">Product coverage</a>
</p>
</div>
</section>
<section class="home-section">
<i class="fa fa-terminal fa-4x fa-fw"></i>
<div class="home-section-content">
<h2>See Strata in action</h2>
<p>Strata includes a command-line tool and example data to explore the built-in coverage.<br/>No setup required – just download and run.</p>
<p>
<a class="home-button" href="https://github.com/OpenGamma/Strata/releases/download/v2.0.0/strata-report-tool-2.0.0.zip">Download tool</a>
<a class="home-button" href="command_line_tool">Instructions</a>
</p>
</div>
</section>
<section class="home-section">
<i class="fa fa-book fa-4x fa-fw"></i>
<div class="home-section-content">
<h2>Use Strata</h2>
<p>Browse the documentation to understand the concepts, features and APIs.</p>
<p>
<a class="home-button" href="docs">Reference docs</a>
<a class="home-button" href="apidocs">Javadoc</a>
</p>
</div>
</section>