-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
342 lines (267 loc) · 13.9 KB
/
about.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V4TSGL8LK8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V4TSGL8LK8');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="GovReady facilitates a compliance authorization process that is entirely machine readable and reusable. Compliance as code. Continuous Compliance.">
<title>GovReady® PBC - Compliance as Code - Continuous Compliance</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="assets/css/govready.css">
</head>
<body>
<section class="section header-section">
<div class="container">
<div class="columns">
<div class="column is-one-quarter is-hidden-mobile">
<figure class="image is-800x150">
<a href="/"><img src="assets/img/govready-logo.png"></a>
</figure>
</div>
<div class="column">
<h2 class="tagline is-hidden-mobile">Compliance. Made easy.</h2><br />
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a href="/" class="is-hidden-desktop is-hidden-tablet"><img src="assets/img/govready-logo.png" width="300"></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item">
<!-- <span class="greylink navbar-item">About Us</span> <a href="http://eepurl.com/cN7oJL" class="greylink navbar-item">Join the mailing list</a> <a href="https://github.com/GovReady/govready-q" target="_new" class="greylink navbar-item">Download GovReady-Q</a>
<a href="https://govready-q.readthedocs.io/en/latest/" target="_new" class="greylink navbar-item">Read the Docs</a> -->
</div>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</nav>
</div>
</div>
</section>
<section class="section hero-section">
<div class="container">
<div class="columns" >
<div class="column is-5">
<div class="hero-box">
<h2 class="is-size-3 hero-tag is-size-4-mobile is-size-4-tablet">About GovReady</h2>
<span class="hero-copy is-size-5-mobile">Founded in 2014 by one of the first Chief Data Officers in the Federal government, GovReady is built on the premise that compliance is a separate practice from cybersecurity that focuses on information management.
</span><br />
<span class="hero-copy is-size-6-mobile">We have developed approaches and open source software that combine Compliance-as-Code with incredibly user-friendly interfaces. Our open source software supports all steps of the Risk Management Framework but has a particular focus on the first three steps in order to shift compliance (and cybersecurity) left in the system development life cycle.</span>
<br />
</div>
</div>
<!-- start column two -->
<div class="column">
<figure>
<img src="assets/img/about-cac.png" class="is-pulled-right is-hidden-mobile img-screen">
</figure>
</div>
</div>
</div>
</section>
<!-- <section class="section white-section">
<div class="container">
<div class="columns">
<div class="column is-10 is-offset-1" > -->
<!-- <h3 class="is-size-4 who-is-using">Who’s using GovReady and how are they using it?</h3> -->
<!-- <hr class="about-using"> -->
<!-- <div class="columns">
<div class="column is-1" >
<figure class="image is-hidden-mobile is-64x64"><img src="assets/img/using-defense.png"></figure>
</div>
<div class="column using-content">
<span class="clients">Government Defense Agency</span>
<span class="client-desc">
Chief Security Architect is piloting GovReady to replace various PDF compliance forms and guide Low Impact system through lightweight ATO.
</span>
</div>
</div> -->
<!-- <div class="columns">
<div class="column is-1 ">
<figure class="image is-hidden-mobile is-64x64"><img src="assets/img/using-health.png"></figure>
</div>
<div class="column using-content">
<span class="clients">Fortune 100 Healthcare Company
</span>
<span class="client-desc">
Internal cybersecurity risk management team transformed their complex assessment spreadsheet into a white-labeled, online questionnaire and risk report with GovReady.
</span>
</div>
</div> -->
<!-- <div class="columns">
<div class="column is-1">
<figure class="image is-hidden-mobile is-64x64"><img src="assets/img/using-software.png"></figure>
</div>
<div class="column using-content">
<span class="clients">Software Company</span>
<span class="client-desc">Engineering team has integrated GovReady into its software product to coordinate agreement documentation between Federal agencies as well as collect evidence.</span>
</div>
</div> -->
<!-- <hr class="about-using"> -->
<!-- </div>
</div>
</div>
</section> -->
<section class="section team-section">
<div class="container">
<h3 class="is-size-4">GovReady is now part of RegScale</h3>
<br />
<div class="columns is-desktop" >
<!-- <div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-125x125">
<img src="assets/img/staff-gelin.jpg" class="team-photo">
</figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">Greg Elin</h3>
<p>Greg Elin is the founder and CEO of GovReady, former Chief Data Officer of the FCC, and has several years experience in Compliance as Code and participation in the Open Control and NIST Open Security Control Assessment Language (OSCAL) standards.</p>
</div>
</div>
</div> -->
<!-- <div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-125x125">
<img src="assets/img/staff-dwilliams.jpg" class="team-photo">
</figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">Dayton Williams</h3>
<p>Dayton Williams leads Operations and Policy at GovReady PBC. Mr. Williams has supported GovReady PBC’s compliance initiatives in various federal agencies and specializes in RMF compliance automation. In his spare time, Mr. Williams produces a cybersecurity podcast, <a href="https://dcryptedpodcast.com/">DCyrpted</a> and is a contributing writer for <a href="https://medium.com/brown-technology-review">Brown Technical Review</a>.</p>
</div>
</div>
</div> -->
</div>
<!--
<div class="columns is-desktop">
<div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-80x80">
<img src="assets/img/staff-award.jpg" class="team-photo">
</figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">Alexander Ward</h3>
<p>As the CTO of GovReady, Alexander Ward is responsible for the technical direction and strategy to meet business objectives. Mr. Ward has led many teams in support of multiple federal agencies and private sector companies. His career has spread across two disciplines, Full Stack Engineering and Cyber Security; allowing him to provide insight and direction at GovReady.</p>
</div>
</div>
</div>
<div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-125x125"><img src="assets/img/staff-dampofo.jpg" class="team-photo"> </figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">David Ampofo</h3>
<p>David Ampofo is a Software Engineer at GovReady PBC with extensive experience in Python. As an engineer at GovReady, Mr. Ampofo is responsible for new features, open-source contribution quality, and documentation for the GovReady PBC's codebase. Mr. Ampofo has a B.A. in Biology and Psychology from Indiana University of Pennsylvania and an M.S. in Psychology from the University of Maryland</p>
</div>
</div>
</div>
</div> -->
<!--
<div class="columns is-desktop">
<div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-125x125">
<img src="assets/img/staff-pkamiski.jpg" class="team-photo">
</figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">Peter Kaminski</h3>
<p>Peter Kaminski is a software development and deployment consultant with GovReady. He has been a technical cofounder or startup coach for a number of Silicon Valley startups, and a consultant to larger enterprises, nonprofits, and NGOs. With decades of experience, he provides intelligent and experienced insight in product and service development and operations.</p>
</div>
</div>
</div>
<div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-125x125">
<img src="assets/img/staff-rtoni.jpg" class="team-photo">
</figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">Ryan Toni</h3>
<p>Ryan C. Toni is an accomplished Business Development Executive, Team Leader, and Connector with 20+ years experience across Federal, State and Commercial markets. He’s achieved an MBA focused on National Security from George Mason University, a BS in Health Policy from Pennsylvania State University, and a Cybersecurity Certification from Georgetown University.</p>
</div>
</div>
</div>
</div> -->
<!--
<div class="columns is-desktop">
<div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
<figure class="is-80x80">
<img src="assets/img/staff-dvernon.jpg" class="team-photo">
</figure>
</div>
<div class="column">
<h3 class="is-size-4 doc-sub">David Vernon</h3>
<p>David Vernon is the Principal of Vernon & Company, specializing in Cybersecurity, ML/DevOps, AI/ML, Cloud, & Geospatial consulting and teamed with GovReady PBC. David has supported many U.S. government & commercial efforts, such as intelligence community cybersecurity, data, & cloud innovation initiatives, including helping NGA develop & launch its ATO-in-a-Day vision & transformation.</p>
</div>
</div>
</div>
<div class="column is-half-desktop is-full team-box">
<div class="columns">
<div class="column is-one-fifth">
</div>
<div class="column">
</div>
</div>
</div>
</div>
-->
</section>
<br />
<footer class="footer footer-white" style="margin-top:0; padding-top:0;">
<div class="content has-text-centered">
<p>
Copyright GovReady © 2022 |
<script type="text/javascript">
var part1 = "info";
var part2 = Math.pow(2,6);
var part3 = String.fromCharCode(part2);
var part4 = "govready.com"
var part5 = part1 + String.fromCharCode(part2) + part4;
document.write("<a href=" + "mai" + "lto" + ":" + part5 + ">Contact GovReady</a>");
</script>
</p>
</div>
</footer>
</body>
</html>