-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
287 lines (259 loc) · 15.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>I'm Sherard!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/additional.css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light site-navbar-target" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">sherard.ai</a>
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="#home-section" class="nav-link"><span>hello</span></a></li>
<li class="nav-item"><a href="#about-section" class="nav-link"><span>about me</span></a></li>
<li class="nav-item"><a href="#whatido-section" class="nav-link"><span>what i do</span></a></li>
<li class="nav-item"><a href="#contact-section" class="nav-link"><span>contact me</span></a></li>
</ul>
</div>
</div>
</nav>
<section id="home-section" class="hero">
<div class="home-slider owl-carousel">
<div class="slider-item ">
<div class="overlay"></div>
<div class="container">
<div class="row d-md-flex no-gutters slider-text align-items-end justify-content-end" data-scrollax-parent="true">
<div class="one-third order-md-last img" style="background-image:url(images/bg_1.jpg);">
<div class="overlay"></div>
</div>
<div class="one-forth d-flex align-items-center ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<div class="text">
<span class="subheading">Hello</span>
<h1 class="mb-4 mt-3">I'm <span>Sherard Griffin</span></h1>
<h2 class="mb-4">AI Specialist</h2>
<h6><a href="https://www.youtube.com/watch?v=9nBBKhWHkRc" class="btn-custom" target="_blank">Watch a Talk</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-hireme" style="margin-top: 7em;">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-9 d-flex align-items-center ftco-animate">
<h2>I'm <span>Available</span> For a Talk</h2>
</div>
<div class="col-md-4 col-lg-3 d-flex align-items-center ftco-animate">
<p class="mb-0"><a href="#contact-section" class="btn btn-white py-4 px-5">contact me</a></p>
</div>
</div>
</div>
</section>
<section class="ftco-about ftco-counter img ftco-section" id="about-section">
<div class="container">
<div class="row d-flex">
<div class="col-md-6 col-lg-5 d-flex">
<div class="img-about img d-flex align-items-stretch">
<div class="overlay"></div>
<div class="img d-flex align-self-stretch align-items-center" style="background-image:url(images/bg_3.jpg);">
</div>
</div>
</div>
<div class="col-md-6 col-lg-7 pl-lg-5 py-5">
<div class="row justify-content-start pb-3">
<div class="col-md-12 heading-section ftco-animate">
<span class="subheading"></span>
<h2 class="mb-4" style="font-size: 34px; text-transform: capitalize;">I love building <b>open source</b> platforms for <b>AI</b></h2>
<p> Over the years, I've spent a lot of time architecting cloud-based, on-premises and hybrid solutions for large corporations all the way down to start-ups. Recently I've helped companies with their AI strategies, platforms and go-to-market execution plans. My philosophy is simple: apply the Lean Start-Up principles to every project I work on. What exactly does that look like?
<ul>
<li>Eliminate uncertainty by testing a vision continuously. Fail fast and fail cheap.</li>
<li>Work smarter, not harder.</li>
<li>Develop a minimum viable product quickly, measure how customers respond and adjust frequently.</li>
<li>Use actionable metrics, milestones and priorities to learn and grow.</li>
</ul>
I've found that this yields quicker results, validates the product meets customer needs more efficiently, and most of all shows faster return on investment to stakeholders. Everyone is happier with faster ROIs.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="media block-6 services d-block ftco-animate">
<div class="icon"><span class="flaticon-innovation"></span></div>
<div class="media-body">
<h3 class="heading mb-3">My Love of AI</h3>
<p>I enjoy driving innovation to solve challenging problems for customers with AI and Machine Learning needs. My most recent product is <a href="https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science" target="_blank">Red Hat OpenShift Data Science</a>, a managed cloud service for data scientists and developers of intelligent applications. One of my current projects is <a href="https://opendatahub.io" target="_blank">Open Data Hub</a>, a community-driven open source AI-as-a-service platform for OpenShift, an enterprise distribution of Kubernetes. I also love working with hardware and software vendors to bring their innovative technologies to OpenShift's AI ecosystem.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media block-6 services d-block ftco-animate">
<div class="icon"><span class="flaticon-web-design"></span></div>
<div class="media-body">
<h3 class="heading mb-3">My Love of Teaching</h3>
<p>My other passion is teaching under-served youths about how they can find a career in the software industry. I enjoy showing them the different career paths, connecting them with local entrepreneurs, and working on projects together in a real-world environment. My goal is to help youths who don't typically have opportunities to learn about technology.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="whatido-section">
<div class="container">
<div class="row justify-content-center pb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<h2 class="mb-4">Open Source AI</h2>
<p><b><a href="https://www.linkedin.com/in/sherardgriffin" target="_blank">I'm the Director of AI Services at Red Hat</a></b></p>
</div>
<div class="col-md-7 heading-section text-center ftco-animate">
<p>I'm responsible for <a href="https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science" target="_blank">Red Hat OpenShift Data Science</a>, a managed cloud service for data scientists and developers of intelligent applications, and <a href="https://opendatahub.io" target="_blank">Open Data Hub</a>, a community-driven AI-as-a-service platform on OpenShift. Open Data Hub also operates in data centers where we process and store large amounts of data per day for AI workloads. Data scientists, data engineers, site reliability engineers and application developers use the tools in Red Hat OpenShift Data Science and Open Data Hub to analyze data and build services. Additionally, I work with hardware and software partners to grow an ecosystem of certified AI technologies optimized to run on open source technology.</p>
</div>
</div>
<div class="row">
<div class="services-1" style="text-align: center;">
<div class="desc">
<h3 class="mb-5">Watch Me</h3>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=FT4ORsP14So" target="_blank">Technically Speaking: Weird data science</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=c-wuIOOyOmU" target="_blank">Data Scientists and Red Hat: Better Together</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=9nBBKhWHkRc" target="_blank">Open Data Hub: Machine Learning as a Service Platform</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=zfIpfnGyYdk" target="_blank">Building Kubernetes Operators for AI and ML Workloads</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=n2IW3VIZmg4" target="_blank">Ceph Object Storage as the Foundation for AI and ML Workloads</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=B6E7SyxOB2M" target="_blank">Building AI with Ceph and OpenShift</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=CZwUCgkKIc4" target="_blank">Using the Mass Open Cloud to Perform Data Science Experiments</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.redhat.com/en/about/videos/open-data-hub-the-origin-story-part-1" target="_blank">Open Data Hub Origin Story - Part 1</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.redhat.com/en/about/videos/open-data-hub-the-origin-story-part-2" target="_blank">Open Data Hub Origin Story - Part 2</a></h6>
<h6 class="extra-margin-bottom"><a href="https://mlconf.com/sessions/machine-learning-for-the-greater-good-os-climate-and-enterprise-neurosystem/" target="_blank">Machine Learning for the Greater Good (MLConf 2022 Keynote)</a></h6>
<h6 class="extra-margin-bottom"><a href="https://www.youtube.com/watch?v=MD1x2IT7rdg" target="_blank">AI at Red Hat</a></h6>
</div>
</div>
</div>
<div class="row">
<div class="services-1" style="text-align: center;">
<div class="desc">
<h3 class="mb-5">Watch My Kid</h3>
<h6><a href="https://www.youtube.com/watch?v=VbxUp9RSBiE" target="_blank">Kids of Red Hat Discuss AI</a></h6>
<a href="https://www.youtube.com/watch?v=VbxUp9RSBiE" target="_blank"><img src="images/image_4.png" style="width: 300px; height: 174px; margin-top: 20px;"></img></a>
</div>
</div>
</div>
<div class="row">
<div class="services-1" style="text-align: center;">
<div class="desc">
<h3 class="mb-5">Hear Me</h3>
<h6 class="extra-margin-bottom"><a href="https://grhpodcasts.s3.amazonaws.com/opendatahub1908.mp3">Innovate @Open Podcast</a></h6>
<h6><a href="https://www.redhat.com/en/compiler-podcast/what-is-technical-debt">Do We Want a World Without Technical Debt?</a></h6>
</div>
</div>
</div>
<div class="row">
<div class="services-1" style="text-align: center;">
<div class="desc">
<h3 class="mb-5">Read Me</h3>
<h6 class="extra-margin-bottom"><a href="https://www.redhat.com/cms/managed-files/st-open-source-data-pipelines-oreilly-f22568-202003-en.pdf">Open Source Data Pipelines for Intelligent Applications</a></h6>
<h6><a href="https://research.redhat.com/wp-content/uploads/2020/02/RHRQ-v2.2-digital.pdf">Voyage into the Open Dataverse</a></h6>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section contact-section ftco-no-pb" id="contact-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<h2 class="mb-4">Looking For Me?</h2>
<p>Ask me anything at <a href="mailto:hi@sherard.ai">hi@sherard.ai</a></p>
<p>Find me online at <a href="https://www.linkedin.com/in/sherardgriffin">LinkedIn</a></p>
</div>
</div>
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<img src="images/image_3.png" style="width: 500px; height: 290px;"></img>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2"><span>Lets talk about AI</span></h2>
<p> </p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/sherardgriffin"><span class="icon-linkedin"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">Links</h2>
<ul class="list-unstyled">
<p><a href="#home-section" class="btn-custom">Hello</a></p>
<p><a href="#about-section" class="btn-custom">About Me</a></p>
<p><a href="#whatido-section" class="btn-custom">What I Do</a></p>
<p><a href="#contact-section" class="btn-custom">Contact Me</a></p>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Areas of Expertise</h2>
<ul class="list-unstyled"></ul>
<p>AI Strategy</p>
<p>Open Source Strategy</p>
<p>Scalable AI Solutions</p>
<p>Data Governance</p>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<span class="icon icon-map-marker footer-plain-text"></span><span class="text footer-plain-text" style="padding-left: 10px;">Raleigh, NC, USA</span>
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | <i class="icon-heart color-danger" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>