-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·175 lines (123 loc) · 7.59 KB
/
contact.html
File metadata and controls
executable file
·175 lines (123 loc) · 7.59 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- General meta information -->
<title>netrium - precise, exceutable, financial contract definitions</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- // General meta information -->
<!-- Load stylesheets -->
<link type="text/css" rel="stylesheet" href="css/960.css" media="screen" /><!-- no need to edit, 960.gs Framework -->
<link type="text/css" rel="stylesheet" href="css/screen.css" media="screen" />
<link id="theme-colors" type="text/css" rel="stylesheet" href="css/themes/default.css" media="screen" /><!-- replace css/themes/xxxxxx.css with the theme you want to use -->
<link type="text/css" rel="stylesheet" href="css/print.css" media="print" />
<link type="text/css" rel="stylesheet" href="css/jquery.fancybox-1.3.4.css" media="screen" /><!-- no need to edit, lightbox css -->
<!--[if lt IE 7]><link type="text/css" rel="stylesheet" href="css/ie6.css" media="screen" /><![endif]-->
<!-- // Load stylesheets -->
<!-- Load Javascript / jQuery -->
<!--[if lt IE 7]><script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script><![endif]-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="js/superfish-combined.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="js/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="js/jquery.tweet.js"></script>
<script type="text/javascript" src="js/general.js"></script>
<!-- // Load Javascript / jQuery -->
<!-- Favicon -->
<link rel="shortcut icon" type="image/gif" href="images/favicon.gif" />
<!-- // Favicon -->
</head>
<body>
<div id="outer" class="clearfix">
<div id="topbar" class="clearfix">
<div class="container_12">
<div class="grid_6">
<p></p>
</div><!-- //grid_6 -->
<div class="grid_4">
</div><!-- //grid_4 -->
<div class="grid_2">
</div><!-- //grid_2 -->
</div><!-- //container_12 -->
</div><!-- //topbar -->
<div id="header" class="clearfix">
<div class="container_12">
<div class="grid_12" id="header-container">
<div id="logo">
<h1><a href="index.html" title="Go to the home page"><img src="images/Netrium_Logo.png" alt="Logo" /></a></h1>
</div><!-- //logo -->
<ul class="sf-menu">
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Features</a>
<ul>
<li>
<a href="https://github.com/netrium/Netrium/wiki/Language">Core Language</a>
</li><li>
<a href="https://github.com/netrium/Netrium/wiki/Exploring-the-Language-1">Contract Unions</a>
</li> <li>
<a href="https://github.com/netrium/Netrium/wiki/Exploring-the-language-3">Decisions</a>
</li>
<li>
<a href="https://github.com/netrium/Netrium/wiki/Exploring-The-Language-2">Time</a>
</li>
<li>
<a href="https://github.com/netrium/Netrium/wiki/Observing-External-Data">Reacting to External Data</a>
</li> <li>
<a href="https://github.com/netrium/Netrium/wiki/Static-Data">Static Data</a>
</li>
</ul>
</li>
<li>
<a href="#">Samples</a>
<ul>
<li>
<a href="https://github.com/netrium/Netrium/wiki/Gas-Swing-Contract">Gas Swing Contract</a>
</li>
<li>
<a href="https://github.com/netrium/Netrium/wiki/Simple-UK-Gas-Forward-Sample">Simple Gas Forward</a>
</li>
</ul>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div><!-- //grid_12 -->
</div><!-- //container_12 -->
</div><!-- //header -->
<div id="main" class="clearfix">
<div class="container_12">
<div class="grid_8">
<h2>Contact Us</h2>
<p>
<a href="mailto:opensource@netrium.org">opensource@netrium.org</a>
</p>
<h2>About Us</h2>
<p>We are a small team with extensive experience of systems implementation across the trade lifecycle in the energy and capital markets. We believe that commercially available software packages that require “configuration” badly compromise the operational capability and associated cost base of many companies that experience rapid business growth. In particular such systems are not best suited to the opportunity of trading exotic contracts. We think it’s possible to do much more with software innovation to improve new product development across the industry and thereby increase market liquidity. We created Netrium as we were tired of seeing things being approached in the same old way, with incumbent vendors not interested in addressing fundamental problems with poor software architecture.</p>
<p>At Netrium we believe:</p>
<ol>
<li>Open communities with shared problems can solve their own problems effectively.</li>
<li>People are the most important thing in driving innovation, not a established software product</li>
</ol>
</p>
</div><!--//grid_8--></div><!-- //container_12 -->
</div><!-- //main -->
<div id="footer" class="clearfix">
<div class="container_12"><!--//grid_3--><!--//grid_3--><!--//grid_6-->
</div><!--//container_12-->
</div><!-- //footer -->
<div id="footer-bottom" class="clearfix">
<div class="container_12">
<div class="grid_12">
<p class="left">© 2009-2015 - netrium.org contributors</a></p>
<p class="right"><a href="#" class="scroll-top" title="Back to the Top">TOP</a></p>
</div>
</div><!--//container_12-->
</div>
</div><!-- //outer -->
<!-- insert analytics -->
</body>
</html>