-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·187 lines (163 loc) · 8.09 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="landing page for Binary Risk Assessment">
<meta name="author" content="Ben Sapiro">
<meta name="license" content="GPLv3">
<link rel="shortcut icon" href="resources/images/favicon.ico">
<title>Binary Risk Analysis</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="resources/bootstrap/dist/css/bootstrap.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="resources/flatty-theme/assets/css/main.css">
<!-- Fonts from Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><b>BINARY RISK ASSESSMENT</b></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!--<li class="active"><a href="#">Home</a></li>-->
<li><a href="#about">About</a></li>
<li><a href="#tools">Get the tools</a></li>
<li><a href="#literature">Publications</a></li>
<li><a href="#licensing">Open Source Licenses</a></li>
<!--<li><a href="#contact">Contact</a></li>-->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div id="headerwrap">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h1>Have fast, structured<br/>conversations about risk.</h1>
</div><!-- /col-lg-6 -->
<div class="col-lg-6">
<img src="resources/images/conversation.png" alt="Conversation 3">
</div><!-- /col-lg-6 -->
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /headerwrap -->
<div class="container">
<div class="row mt centered">
<section id="about"><br/><br/></section>
<div class="col-lg-6 col-lg-offset-3">
<h1>Too few of us have good<br/>conversations about risk.</h1>
<h3>It's hard to to talk with the business about seemingly abstract risks in a repeatable and succinct fashion. Binary Risk Analysis (BRA) helps standardize your risk conversations.</h3>
<h3>BRA is a short series of simple questions that help you discuss a risk in a structured manner.</h3>
<h3>BRA is designed with three key features in mind:</h3>
</div>
</div><!-- /row -->
<div class="row mt centered">
<div class="col-lg-4">
<img src="resources/images/5minutes.png" alt="5minutes" width="180">
<h4>1 - Fast</h4>
<p>BRA can be taught, learned and completed in 5 minutes. It was designed to be accessible to anyone, not requiring expert knowledge to use. Even a computer is optional when using BRA.</p>
</div><!--/col-lg-4 -->
<div class="col-lg-4">
<img src="resources/images/transparent.png" alt="Transparent" width="180">
<h4>2 - Transparent</h4>
<p>High, medium and low are subjective terms for describing impact and likelihood; BRA brings structure to the risk conversation so that subjectivity is isolated allowing for consistency.</p>
</div><!--/col-lg-4 -->
<div class="col-lg-4">
<img src="resources/images/compatible.png" alt="Compatible" width="180">
<h4>3 - Compatible</h4>
<p>No ontology wars required to convince colleagues to abandon their risk language. Results from BRA produces are compatible with methods other departments in your organization will use.</p>
</div><!--/col-lg-4 -->
</div><!-- /row -->
</div><!-- /container -->
<hr>
<section id="tools"><br/><br/></section>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>The tools</h1>
<h3>Binary Risk Analysis is available as both a paper based work card and an HTML5 app.</h3>
</div>
</div><!-- /row -->
<div class="row mt centered">
<div class="col-lg-3 col-lg-offset-3">
<a href="workcard.pdf"><img src="resources/images/workcard.jpg" alt="Workcard"></a>
<h4>The Work Card</h4>
<p>Print, use (instructions included, no batteries required) and share under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons license</a>.</p>
</div>
<div class="col-lg-3">
<a href="app/index.html"><img src="resources/images/touchicon-small_glossy.png" alt="Touchicon Small Glossy" style="padding-bottom:14px;"></a>
<h4>The App</h4>
<p>The Binary Risk Analysis app is designed for browsers on tablets, PCs and Macs; licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPL v3</a>.</p>
</div>
</div><!-- /row -->
</div><!--/container -->
<hr>
<section id="literature"><br/><br/></section>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>Publications</h1>
<h3>Learn more about the origins of Binary Risk Analysis.</h3>
</div>
</div><!-- /row -->
<div class="row mt centered">
<div class="col-lg-3 col-lg-offset-3">
<a href="BRA_draft1.1.pdf"><img src="resources/images/paper.png" alt="Paper" width="180"></a>
<h4>The Paper</h4>
<p>An early version of BRA is explained in the paper. While there are differences between the early version and the current version, the core methodology still applies.</p>
</div>
<div class="col-lg-3">
<a href="SECTOR_2011_sapiro-binary-risk.pdf"><img src="resources/images/presentation.png" alt="Presentation" width="180" style="padding-bottom:45px;"></a>
<h4>The Presentation</h4>
<p>BRA was announced at <a href="http://www.sector.ca/sessions2011.htm">SECTOR 2011</a>, read the presentation.</p>
</div>
</div><!-- /row -->
</div><!--/container -->
<hr>
<section id="licensing"><br/><br/></section>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>Licensing</h1>
<h3>Binary Risk Analysis is openly licensed so that you can use it free of charge, modify it as you see fit and share with others.</h3>
</div>
</div><!-- /row -->
<div class="row mt centered">
<div class="col-lg-3 col-lg-offset-3">
<a href="https://creativecommons.org/licenses/by-sa/3.0/"><img src="resources/images/cc-by-sa.png" alt="CC-BY-SA" width="180" style="padding-bottom:9px;"></a>
<h4>Creative Commons</h4>
<p>The Binary Risk Analysis methodology, including the documentation and the work card, is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons' Attribution ShareAlike 3.0 license</a>.</p>
</div>
<div class="col-lg-3">
<a href="https://www.gnu.org/licenses/gpl-3.0.txt"><img src="resources/images/gplv3.png" alt="Gplv3" width="180"></a>
<h4>GPL</h4>
<p>The Binary Risk Analysis app is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a>.</p>
</div>
</div><!-- /row -->
</div><!--/container -->
<hr>
<p class="centered">Original bootstrap theme <a href="http://www.blacktie.co/demo/flatty/">FLATTY</a>, created by BlackTie.co - <a href="https://creativecommons.org/licenses/by/3.0/">Attribution License 3.0</a> - 2013</p>
</div><!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="resources/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>