-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·156 lines (138 loc) · 5.29 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
<title>GRAYPE - Quantitative Analysis & Decision Science</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/master.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-47082559-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-47082559-1');
</script>
<script src="https://use.typekit.net/cwc1qce.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<header class="container">
<div class="row">
<div class="col-md-8 col-md-offset-1">
<a href="index.html">
<img src="images/graype.svg" alt="" id="logo"/>
<img src="images/logo_invert.png" alt="Graype systems" id="logotype"/>
</a>
<h2>is passionate about<br/>Quantitative Analysis & Decision Science</h2>
<p>Our mission is to bring open source cutting-edge QUADS tools for everyone.</p>
</div>
</div>
</header>
<div class="graybg"><main class="container" >
<div class="row">
<section class="col-md-8 col-md-offset-1 products">
<h1>
We make decision science<br/>
accessible to all kinds of businesses
</h1>
<div class="row">
<div class="col-md-6">
<a href="http://winkjs.org/">
<img src="images/wink.png" alt="Wink"/>
</a>
<p>A growing family of high quality <a href="https://github.com/winkjs">open source</a> packages for Statistics, Natural Language Processing and Machine Learning in NodeJS.</p>
</div>
<div class="col-md-6">
<a href="#">
<img src="images/decisively.png" alt="Decisively" class="decisively"/>
</a>
<p>Our dream framework that will simplify data-driven decision making for non decision science professionals.</p>
</div>
</div>
<p>Foregrounding work on these tools have been presented in international conferences such as the 24th <a href="/pdf/decisively.pdf">Subjective Probability, Utility, & Decision Making (SPUDM) Conference</a> in Spain, and the 22nd <a href="http://ieeexplore.ieee.org/document/6912278/?reload=true&tp=&arnumber=6912278">IEEE Requirements Engineering Conference</a> in Sweden.</p>
</section>
</main></div>
<main class="container" >
<section class="col-md-8 col-md-offset-1 customers">
<h1 class="customers">Our valuable customers</h1>
<p>In the last decade, we have helped organizations like IBM, Airtel, PVR Cinemas, HealthScion, IFFCO-Kisan and OneAssist.</p>
<div class="row">
<div class="col-md-4">
<img src="images/logos/airtel.png" alt="airtel"/>
</div>
<div class="col-md-4">
<img src="images/logos/pvr.png" alt="PVR"/>
</div>
<div class="col-md-4">
<img src="images/logos/health-scion.png" alt="Health Scion"/>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="images/logos/iffco-kisan.png" alt="IFFCO Kisan"/>
</div>
<div class="col-md-4">
<img src="images/logos/one-assist.png" alt="One Assist"/>
</div>
<div class="col-md-4">
<img src="images/logos/ibm.png" alt="IBM"/>
</div>
</div>
</section>
</main>
<div class="graybg"><main class="container" >
<section class="col-md-8 col-md-offset-1 team">
<h1>If you're looking for help,<br/>our team is ready to lend a hand</h1>
<img src="images/prtk.gif" alt="Prateek"/>
<p></p><p>
<strong>Prateek </strong>
(<a href="https://twitter.com/prtksxna">@prtksxna</a>)
<em>Design & Development</em>
<br/>
Interested in making games and music.<br/><br/>
</p>
<img src="images/rachna.gif" alt="Rachna"/>
<p></p><p>
<strong>Rachna</strong> (<a href="https://twitter.com/R4CHN4/">@R4CHN4</a>)
<em>Applications Engineering & Data Science</em>
<br/>
Intrigued by functional programming.<br/><br/>
</p>
<img src="images/sks.gif" alt="Sanjaya"/>
<p></p><p>
<strong>Sanjaya </strong>
(<a href="https://twitter.com/sanjayaksaxena">@sanjayaksaxena</a>)
<em>Maths, Algorithms & Coding</em>
<br/>
Quantum physics & relativity fascinates him.
</p>
<p id="contact">
We're open for business,
<a href="mailto:contactus@graype.in">contactus@graype.in</a>!
</p>
</section>
</div>
</main></div>
<footer>
<div class="container">
<div class="row">
<section class="col-md-10 col-md-offset-1">
<p>
© GRAYPE SYSTEMS Pvt. Ltd.
<em>Proud <a href="https://twitter.com/unicode/status/837710612050255874">sponsors</a> of the 🍇 emoji.</em>
</p>
</section>
<section class="col-md-10 col-md-offset-1">
Except for the <em>graype</em> and <em>wink</em> logos, all logos on this page belong to their respective owners.
<br><br><br>
</section>
</div>
</div>
</footer>
</body>
</html>