-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
467 lines (439 loc) · 16.8 KB
/
index.html
File metadata and controls
467 lines (439 loc) · 16.8 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
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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Jack Sampson personal website" />
<meta name="author" content="Jack Sampson" />
<title>Jack Sampson</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom fonts for this template -->
<link
href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link href="vendor/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="vendor/fontawesome/css/brands.css" rel="stylesheet" />
<link href="vendor/fontawesome/css/solid.css" rel="stylesheet" />
<!-- DevIcons -->
<link rel="stylesheet" href="vendor/devicons/devicon.min.css" />
<!-- Custom styles for this template -->
<link href="css/resume.css" rel="stylesheet" />
</head>
<body id="page-top">
<nav
class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top"
id="sideNav"
>
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Jack Sampson</span>
<span class="d-none d-lg-block">
<img
class="img-fluid img-profile rounded-circle mx-auto mb-2"
src="Headshot-web.jpg"
alt=""
/>
</span>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience"
>Experience</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education"
>Education</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills"
>Certs, Awards, Skills</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="https://blog.jacksampson.info/">Blog</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="home">
<div class="my-auto">
<h1 class="mb-0">
<span class="p-given-name">Jack</span>
<span class="text-primary"
><span class="p-family-name">Sampson</span></span
>
</h1>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="h-card">
<h2 class="mb-2">About Me:</h2>
<div class="my-auto">
<h3 class="mb-0 p-name">
Jack
<span class="text-primary">Sampson</span>
</h3>
<div class="mb-4">
<i class="fa-solid fa-briefcase"></i>
<span class="p-org h-card">
<span class="p-role">Lead Salesforce Consultant</span> at
<a href="https://atrium.ai/" class="u-url">
<span class="p-name">Atrium</span>
</a>
</span>
<br />
<i class="fa-solid fa-envelope"></i>
<a class="u-email" href="mailto:Jack@Sampson.tech"
>Jack@Sampson.tech</a
>
<br />
<i class="fa-sharp fa-solid fa-map-location-dot"></i>
<span class="p-locality">Fishers</span>,
<span class="p-region" title="Indiana">IN</span>
<br />
<div style="display: none">
<span class="p-given-name">Jack</span>
<span class="p-family-name">Sampson</span>
<img
class="u-photo"
src="http://jacksampson.info/Headshot-web.jpg"
/>
</div>
</div>
<h5 class="mb-0">Find me elsewhere:</h5>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a
class="u-url"
rel="me"
href="https://linkedin.com/in/jcpsampson"
title="LinkedIn"
>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa-brands fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a
class="u-url"
rel="me"
href="https://github.com/jcps"
title="GitHub"
>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa-brands fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a
class="u-url"
rel="me"
href="https://www.instagram.com/_jcps/"
title="Instagram"
>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i
class="fa-brands fa-instagram fa-stack-1x fa-inverse"
></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a
class="u-url u-uid"
rel="me"
href="https://jacksampson.info/"
title="Website"
>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a
class="u-url"
rel="me"
href="https://mastodon.world/@jcps"
title="Mastodon"
>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa-brands fa-mastodon fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a
class="u-url"
rel="me"
href="https://blog.jacksampson.info/"
title="Micro.blog"
>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i
class="fa-brands fa-microblog fa-stack-1x fa-inverse"
></i>
</span>
</a>
</li>
</ul>
<br />
</div>
</div>
</section>
<section
class="resume-section p-3 p-lg-5 d-flex flex-column"
id="experience"
>
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Lead Salesforce Consultant</h3>
<div class="subheading mb-3">
<a href="https://atrium.ai" target="_blank">Atrium</a>
</div>
<ul>
<li>
Lead member in establishing Cultivate, Atrium's social good
program, in 2019. Organized the growth of the program through
into 2022, focusing on forming partnerships with non profits,
company sponsored volunteerism and philanthropy, and
encouraging, supporting, and highlighting individual
volunteerism.
</li>
<li>
Assisted in establishing a connection with an external, remote
mentoring program in order to leverage Atrium's amazing
employee base and facilitate giving back to underrepresented
communities in technology.
</li>
<li>
Gained experience in the financial services, ad sales, and
service industries.
</li>
<li>
Implemented High Velocity Sales customization and enhancement.
Trained client support team on advanced functionalities and
release strategies. Worked closely with Salesforce product
teams to partner to extend functionality to meet advanced
customer requirements.
</li>
<li>
Designed and implemented a new Lead and Opportunity management
process, tailored and customized to client specifications,
using a household account data model and low-code automation
functionality. Executed data migration and translation of
client data into new greenfield implementation.
</li>
<li>
Worked with integrating Amazon Web Services resources into
business processes.
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2019 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Associate Consultant</h3>
<div class="subheading mb-3">Appirio</div>
<ul>
<li>
Developed on the Force.com platform in Lightning components,
Visualforce, and Apex to build a Communities-based web
recruiting platform on top of a large, existing Salesforce
org.
</li>
<li>
Assisted junior Appirio resources with onboarding and ramp
onto client workstream.
</li>
<li>
Worked closely with developers and tech leads to ensure
quality of code and reusability of components.
</li>
<li>
Actively participated in scrum ceremonies, such as sprint
planning, retrospectives, and daily stand-ups.
</li>
<li>
Provided technical advice on application design and
architecture to clients and project leadership.
</li>
<li>
Managed daily release management tasks for a large financial
services client with multiple workstreams.
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2017 - January 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Security and Infrastructure Intern</h3>
<div class="subheading mb-3">West Monroe Partners</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Summer 2016</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">IT Intern</h3>
<div class="subheading mb-3">First Internet Bank</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Summer 2015</span>
</div>
</div>
</div>
</section>
<section
class="resume-section p-3 p-lg-5 d-flex flex-column"
id="education"
>
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">DePauw University</h3>
<div class="subheading mb-3">Bachelor of Arts</div>
<div>Computer Science, Astronomy</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2013 - 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">University High School of Indiana</h3>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2009 - 2013</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Certifications, Awards, and Skills</h2>
<div class="subheading mb-3">Salesforce Certifications</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Salesforce Certified Administrator
</li>
<li>
<i class="fa-li fa fa-check"></i>
Salesforce Certified Service Cloud Consultant
</li>
<li>
<i class="fa-li fa fa-check"></i>
Salesforce Certified Field Service Lightning Consultant
</li>
<li>
<i class="fa-li fa fa-check"></i>
Salesforce Certified Platform App Builder
</li>
<li>
<i class="fa-li fa fa-check"></i>
Salesforce Certified Platform Developer 1
</li>
<li>
<i class="fa-li fa fa-check"></i>
Salesforce Certified Development Lifecycle and Deployment Designer
</li>
</ul>
<br />
<div class="subheading mb-3">Awards</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Atrinaut (Q1 2019 & Q1 2022) - Atrium
<br />
Quarterly award for going above and beyond representing Atrium
culture.
</li>
<li>
<i class="fa-li fa fa-check"></i>
2018 Volunteer of the Year - Appirio
<br />
#1 in annual, global volunteer hours.
</li>
</ul>
<br />
<div class="subheading mb-3">Technologies, Languages & Tools</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Salesforce: Apex, Aura Components, REST API
</li>
<li>
<i class="fa-li fa fa-check"></i>
Amazon AWS: Lambda, EC2, S3, API Gateway
</li>
<li>
<i class="fa-li fa fa-check"></i>
Python
</li>
<li>
<i class="fa-li fa fa-check"></i>
Docker
</li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.js"></script>
</body>
</html>