-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (265 loc) · 10.2 KB
/
index.html
File metadata and controls
298 lines (265 loc) · 10.2 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>dsmith73</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script
src="https://www.datadoghq-browser-agent.com/datadog-rum-v3.js"
type="text/javascript">
</script>
<script>
window.DD_RUM && window.DD_RUM.init({
applicationId: 'fdca706e-f71b-4068-8d41-81a789dc7ed8',
clientToken: 'pubf895bbe10777b5ec8d6e3ede5f01ab2d',
site: 'datadoghq.com',
service:'dsmith73',
env:'prod',
// Specify a version number to identify the deployed version of your application in Datadog
// version: '1.0.0',
sampleRate: 100,
trackInteractions: true
});
</script>
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Logo -->
<h1><a href="index.html" id="logo">Daniel Smith</a></h1>
<!-- Nav -->
<nav id="nav">
<a href="about.html">About</a>
<a href="https://101101.github.io">My work with 101101</a>
<a href="resume.html">Resume</a>
<a href="https://dsmith73.github.io/dsapps/" target="_blank">My PWA</a>
</nav>
</div>
</div>
</div>
<div id="banner">
<div class="container">
<div class="row">
<div class="col-6 col-12-medium">
<p>Empower people. Simplify systems. Let technology <br />handle the rest.</p>
</div>
<div class="col-6 col-12-medium imp-medium">
<!-- Banner Image -->
<a href="apps.html"><video autoplay muted loop id="circuit" width=100%>
<source src="images/circuit-2.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video></a>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<div class="container">
<div class="row">
<div class="col-3 col-6-medium col-12-small">
<!-- Feature #1 -->
<section>
<a href="doc-mgmt.html" class="bordered-feature-image"><img src="images/doc-mgmt.jpg" alt="" /></a>
<h2>KB</h2>
<p>
A simple document management repo project to be referenced from prometheus or other monitoring projects.
</p>
</section>
</div>
<div class="col-3 col-6-medium col-12-small">
<!-- Feature #3 -->
<section>
<a href="https://101101.github.io" class="bordered-feature-image"><img src="images/101101.jpg" alt="" /></a>
<h2>101101 Org</h2>
<p>
Created the project page for the palindrome
team at 101101. They use this page to showcase
their work.
</p>
</section>
</div>
<div class="col-3 col-6-medium col-12-small">
<!-- Feature #4 -->
<section>
<a href="https://dsmith73.github.io/long-thanh" class="bordered-feature-image"><img src="images/long-thanh.jpg" alt="" /></a>
<h2>Long-Thang Restaurant</h2>
<p>
Developed a new, more responsive website for the
owner of Long-Thanh; a Vietnamese restaurant in
Indianapolis, with amazing Pho.
</p>
</section>
</div>
<div class="col-3 col-6-medium col-12-small">
<!-- Feature #5 -->
<section>
<a href="https://dsmith73.github.io/toolbox/js/md-maker/index.html" class="bordered-feature-image"><img src="images/md-tmpl-mk.jpg" alt="" /></a>
<h2>Markdown Template Maker</h2>
<p>
Web-app that can be used to create markdown
template files (.md) from your code, to improve
documentation of code, services, products, etc...
</p>
</section>
</div>
<div class="col-3 col-6-medium col-12-small">
<!-- Feature #4 -->
<!-- <section>
<a href="https://github.com/dsmith73/go-password-gen-api" class="bordered-feature-image"><img src="images/pwd-gen.jpg" alt="" /></a>
<h2>Password Generation API</h2>
<p>
Simple API implementation in GO to generate
simple to complex passwords with multiple
options for configuration.
</p>
</section>
</div> -->
</div>
</div>
</section>
<!-- Content -->
<section id="content">
<div class="container">
<div class="row aln-center">
<div class="col-4 col-12-medium">
<!-- Box #1 -->
<section>
<header>
<h2>Who am I?</h2>
<h3>I'm a passionate, innovative, amd determined person, on a journey of continuous learning.</h3>
</header>
<a href="resume.html" class="feature-image"><img src="images/the-code.jpg" alt="How I'm programmed" /></a>
<p>
Technology leader with over twenty years of diverse industry experience. I'm an expert in driving automation, AI adoption, and digital transformation that deliver measurable efficiency, cost savings, and security improvements.
</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Box #2 -->
<section>
<header>
<h2>What do I do?</h2>
<h3></h3>
</header>
<ul class="list">
<li>IronCircle - Head of Information Technology</li>
<li><i>[deft]</i> - Director - Engineering Operations</li>
<li>KAR Global - Sr Manager - Enterprise Operations</li>
<li>NetEnrich - Sr Manager - IT Service Operations</li>
<li>Rolls-Royce - Regional Mgr - IT Strategy & Delivery</li>
</ul>
<br />
<a href="/assets/Daniel_Smith_Executive_Portfolio.pdf" target="_blank" rel="noopener">Download My Executive Portfolio (PDF)</a>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Box #3 -->
<section>
<header>
<h2>What interests me?</h2>
<h3></h3>
</header>
<ul class="quote-list">
<li>
<a href="https://julialang.org/" target="_blank"><img src="images/julia.png" alt="" /></a>
<p>Analytics & Probability</p>
<span><a href="https://julialang.org/" target="_blank">Julia</a></span>
</li>
<li>
<img src="images/automation-gears.jpg" alt="" />
<p>"Automation"</p>
<span><a href:="https://www.ansible.com/overview/it-automation" target="_blank">Ansible</a> / <a href="https://www.terraform.io/" target="_blank">Terraform</a></span>
</li>
<li>
<a href="apps.html"><img src="images/key-code.jpg" alt="" /></a>
<p>"Programming"</p>
<span>Unlocking the gates for everything else</span>
</li>
</ul>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-4 col-12-medium">
<!-- Links -->
<section>
<h2>Links:</h2>
<div>
<div class="row">
<div class="col-3 col-12-small">
<ul class="link-list last-child">
<li></li>
<li><a href="https://github.com/dsmith73" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://gitlab.com/dsmith73" class="icon brands style2 fa-gitlab"><span class="label">GitLab</span></a></li>
<li></li>
</ul>
</div>
<div class="col-3 col-12-small">
<ul class="link-list last-child">
<li></li>
<li><a href="https://www.linkedin.com/in/dsmith73" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:dsmith73@gmail.com" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
<li></li>
</ul>
</div>
<div class="col-1 col-12-small">
<ul class="link-list last-child">
</ul>
</div>
<div class="col-1 col-12-small">
<ul class="link-list last-child">
</ul>
</div>
</div>
</div>
</section>
</div>
<div class="col-6 col-12-medium imp-medium">
<!-- Blurb -->
<section>
<h2><quote>“Courage is a kind of salvation” – Plato</quote></h2>
<p>
I quoted this because it tells me that we should live our
lives instead of simply watching as our lives happen.
<br />
<br />
I selected this quote from Plato because it reminds me that
we must have courage in our hearts. Whether or not we would
normally do something, we must, within us, hold the power
to act and be willing to follow through with something, no
matter how fearful we may be of the outcome.
<br />
<br />
I challenge you to step outside your comfort zone, live your
life, face your fears, and accept greatness into your heart.
</p>
</section>
</div>
</div>
</div>
</section>
<!-- Copyright -->
<div id="copyright">
© dsmith73 - All rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>