-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
587 lines (585 loc) · 34.4 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
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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163980168-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163980168-1');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Clifford Butler CV</title>
<meta name="description" content="This site is Clifford Butlers CV built on a HTML resume template for professionals. Built with Bootstrap 4, Now UI Kit and FontAwesome, this modern and responsive design template is perfect to showcase any portfolio, skills and experience."/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="css/aos.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
</head>
<body id="top">
<header>
<div class="profile-page sidebar-collapse">
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent bg-primary" color-on-scroll="400">
<div class="container">
<div class="navbar-translate"><a class="navbar-brand" href="#" rel="tooltip">Clifford Butler</a>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-bar bar1"></span><span class="navbar-toggler-bar bar2"></span><span class="navbar-toggler-bar bar3"></span></button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link smooth-scroll" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#skill">Skills</a></li>
<!-- currently not in use
<li class="nav-item"><a class="nav-link smooth-scroll" href="#portfolio">Portfolio</a></li>
-->
<li class="nav-item"><a class="nav-link smooth-scroll" href="#experience">Experience</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div>
<div class="profile-page">
<div class="wrapper">
<div class="page-header page-header-small" filter-color="green">
<div class="page-header-image" data-parallax="true" style="background-image: url('images/cc-bg-1.jpg');"></div>
<div class="container">
<div class="content-center">
<div class="cc-profile-image"><a href="#"><img src="images/clifford.jpg" alt="Image"/></a></div>
<div class="h2 title">Clifford Butler</div>
<p class="category text-white">Business Analyst, SQL, Tableau, Python</p><a class="btn btn-primary smooth-scroll mr-2" href="#contact" data-aos="zoom-in" data-aos-anchor="data-aos-anchor">Hire Me</a><a class="btn btn-primary" href="Clifford Butler Business Analyst.docx" target="_blank" data-aos="zoom-in" data-aos-anchor="data-aos-anchor">Print Resume</a>
</div>
</div>
<div class="section">
<div class="container">
<!-- This comment section is intended to exclude the social media buttons for the time being without deleting the code.
<div class="button-container"><a class="btn btn-default btn-round btn-lg btn-icon" href="#" rel="tooltip" title="Follow me on Facebook"><i class="fa fa-facebook"></i></a><a class="btn btn-default btn-round btn-lg btn-icon" href="#" rel="tooltip" title="Follow me on Twitter"><i class="fa fa-twitter"></i></a><a class="btn btn-default btn-round btn-lg btn-icon" href="#" rel="tooltip" title="Follow me on Google+"><i class="fa fa-google-plus"></i></a><a class="btn btn-default btn-round btn-lg btn-icon" href="#" rel="tooltip" title="Follow me on Instagram"><i class="fa fa-instagram"></i></a></div>
-->
<div class="button-container"><a class="btn btn-default btn-round btn-lg btn-icon" href="https://github.com/cliff002" target=_blank rel="tooltip" title="Follow me on GitHub"><i class="fa fa-github"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="about">
<div class="container">
<div class="card" data-aos="fade-up" data-aos-offset="10">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="card-body">
<div class="h4 mt-0 title">About</div>
<p>Hello! I am Clifford Butler, a business analyst with 5+ years of experience in business analysis, process improvement, and working with data visualization. I have 5+ years of experience extracting and processing data using SQL, 3+ years of experience with business intelligence and data visualization tool Tableau, and 2+ years of experience with Python, a modern programming language.</p>
<p>I am currently considering the following roles: business analyst, data scientist, software developer, and program manager, but open to other career opportunities within the Greater Seattle Area that fit my professional skills, personality, and ambitious drive.</p>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="card-body">
<div class="h4 mt-0 title">Basic Information</div>
<div class="row">
<div class="col-sm-4"><strong class="text-uppercase">Age:</strong></div>
<div class="col-sm-8">28</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Email:</strong></div>
<div class="col-sm-8">hello@cliffordlbutler.com</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Phone:</strong></div>
<div class="col-sm-8">+1253-886-0803</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Address:</strong></div>
<div class="col-sm-8">Greater Seattle, Washington, U.S.A</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Hobbies:</strong></div>
<div class="col-sm-8">Family Vacations, Basketball, Computer Games, Photography, Car Audio & Music</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="skill">
<div class="container">
<div class="h4 text-center mb-4 title">Professional Skills</div>
<div class="card" data-aos="fade-up" data-aos-anchor-placement="top-bottom">
<div class="card-body">
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Customer-oriented</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"></div><span class="progress-value"></span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Programming Languages; Python, Git, HTML</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"></div><span class="progress-value"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Continuous Process Improvement</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 95%;"></div><span class="progress-value"></span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Data Analytics; SQL, Teradata, Excel</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"></div><span class="progress-value"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Problem-solving</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 95%;"></div><span class="progress-value"></span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Data Visualization; Tableau, Excel</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 85%;"></div><span class="progress-value"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- commenting out until its ready for publishing
<div class="section" id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-6 ml-auto mr-auto">
<div class="h4 text-center mb-4 title">Portfolio</div>
<div class="nav-align-center">
<ul class="nav nav-pills nav-pills-primary" role="tablist">
<li class="nav-item"><a class="nav-link active" data-toggle="tab" href="#web-development" role="tablist"><i class="fa fa-laptop" aria-hidden="true"></i></a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#graphic-design" role="tablist"><i class="fa fa-picture-o" aria-hidden="true"></i></a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#Photography" role="tablist"><i class="fa fa-camera" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="tab-content gallery mt-5">
<div class="tab-pane active" id="web-development">
<div class="ml-auto mr-auto">
<div class="row">
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://alexandrabutlerphotography.com/" target="_blank">
<figure class="cc-effect"><img src="images/project-1.jpg" alt="Image"/>
<figcaption>
<div class="h4">Recent Project</div>
<p>Web Development</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#web-development">
<figure class="cc-effect"><img src="images/project-2.jpg" alt="Image"/>
<figcaption>
<div class="h4">Startup Project</div>
<p>Web Development</p>
</figcaption>
</figure></a></div>
</div>
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#web-development">
<figure class="cc-effect"><img src="images/project-3.jpg" alt="Image"/>
<figcaption>
<div class="h4">Food Order Project</div>
<p>Web Development</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#web-development">
<figure class="cc-effect"><img src="images/project-4.jpg" alt="Image"/>
<figcaption>
<div class="h4">Web Advertising Project</div>
<p>Web Development</p>
</figcaption>
</figure></a></div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="graphic-design" role="tabpanel">
<div class="ml-auto mr-auto">
<div class="row">
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#graphic-design">
<figure class="cc-effect"><img src="images/graphic-design-1.jpg" alt="Image"/>
<figcaption>
<div class="h4">Triangle Pattern</div>
<p>Graphic Design</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#graphic-design">
<figure class="cc-effect"><img src="images/graphic-design-2.jpg" alt="Image"/>
<figcaption>
<div class="h4">Abstract Umbrella</div>
<p>Graphic Design</p>
</figcaption>
</figure></a></div>
</div>
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#graphic-design">
<figure class="cc-effect"><img src="images/graphic-design-3.jpg" alt="Image"/>
<figcaption>
<div class="h4">Cube Surface Texture</div>
<p>Graphic Design</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#graphic-design">
<figure class="cc-effect"><img src="images/graphic-design-4.jpg" alt="Image"/>
<figcaption>
<div class="h4">Abstract Line</div>
<p>Graphic Design</p>
</figcaption>
</figure></a></div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="Photography" role="tabpanel">
<div class="ml-auto mr-auto">
<div class="row">
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#Photography">
<figure class="cc-effect"><img src="images/photography-1.jpg" alt="Image"/>
<figcaption>
<div class="h4">Photoshoot</div>
<p>Photography</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#Photography">
<figure class="cc-effect"><img src="images/photography-3.jpg" alt="Image"/>
<figcaption>
<div class="h4">Wedding Photoshoot</div>
<p>Photography</p>
</figcaption>
</figure></a></div>
</div>
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#Photography">
<figure class="cc-effect"><img src="images/photography-2.jpg" alt="Image"/>
<figcaption>
<div class="h4">Beach Photoshoot</div>
<p>Photography</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="#Photography">
<figure class="cc-effect"><img src="images/photography-4.jpg" alt="Image"/>
<figcaption>
<div class="h4">Nature Photoshoot</div>
<p>Photography</p>
</figcaption>
</figure></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<div class="section" id="experience">
<div class="container cc-experience">
<div class="h4 text-center mb-4 title">Work Experience</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>January 2019 - Present</p>
<div class="h5">Boeing</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Business Analyst, Industrial Engineering</div>
<p>• Facilitated continuous improvement initiatives with successful changes affecting manufacturing and operations.<br> • Managed communications with internal and external stakeholders.<br> • Streamlined and automated internal processes with Python scripts to improve overall workflows.<br> • Analyzed large datasets pertaining to performance and reduced manufacturing costs by $100,000 in 2019 through alleviating redundant tasks.<br> • Worked with Teradata SQL and Tableau to track KPIs and identify unnecessary processes, resulting in $250,000 operating cost savings.<br> • Completed over 10 projects for key internal customers, successfully improving business productivity.<br> • Prepared reports detailing data analysis as well as prospective solutions, benefits, and costs.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>May 2015 - January 2019</p>
<div class="h5">Allstate</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Business Analyst, Digital Operating Center</div>
<p>• Created visual representations of insurance claim data and relationships, using Tableau dashboards to highlight desired aspects of key financial and performance indicators.<br> • Conducted root cause analysis to formulate countermeasures to business missteps and improve operations.<br> • Monitored program KPIs, used SQL to gather large datasets and drafted reports to inform senior management on performance.<br> • Trained users on internal software; CCC One, ERL, and NextGen to provide competency on related features.<br> • Prepared reports and presentations detailing business development activities, metrics, and KPIs.<br> • Coordinated multiple projects simultaneously to meet project deadlines.<br> • Explained technical concepts to non-technical staff members in easy to understand language and concepts.<br> • Recruited exceptional job candidates via diverse traditional and digital routes for suitability for key positions.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>March 2008 - May 2015</p>
<div class="h5">MarLu</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Manager</div>
<p>• Trained and mentored new employees to maximize team performance and achieve daily performance objectives.<br> • Executed new training initiatives to improve skills and develop leaders from within.<br> • Determined efficient work schedules for the team on a weekly basis to keep the project moving and each shift properly staffed.<br> • Oversaw completion of productivity goals and educated employees on established company processes.<br> • Automated office operations, managed client correspondence and tracked records.<br> • Led staff meetings for a team of 20+ to communicate process improvement directives.<br> • Supervised and trained customer service team members to provide exceptional service, driving retention and satisfaction.<br> • Participated in strategic planning, P&L overview, and annual budget processes.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>June 2014 - August 2014</p>
<div class="h5">Ross Stores</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Retail Manager</div>
<p>• Structured internship program to improve leadership skills and demonstrate the capability to run a multi-million dollar store in a retail environment.<br> • Enhanced sales by implementing merchandising and promotional improvements.<br> • Organized and updated schedules to optimize coverage for expected customer demands.<br> • Connected with customers daily to understand needs, provide assistance and collect feedback to optimize operations.<br> • Oversaw daily functions, including inventory management, display merchandising and purchasing operations.<br> • Conducted job interviews, led employee performance evaluations with positive constructive feedback. <br> • Recognized for exceptional shift performance as manager on duty.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="education">
<div class="container cc-education">
<div class="h4 text-center mb-4 title">Education</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2017 - 2018</p>
<div class="h5">Master's Degree</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">MBA</div>
<p class="category">Western Governors University</p>
<p>Relevant Coursework: Managing Organizations, Effective Managerial Communication, Dynamics of Leadership, Negotiations & Conflict Management, International Management, Managing & Motivating Work Teams, Quantum Methods with Mathematica, Business Finance, and Information Technology.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2010 - 2014</p>
<div class="h5">Bachelor's Degree</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Bachelor of Art's</div>
<p class="category">University of Washington</p>
<p>Relevant Coursework: Managing Organizations, Effective Managerial Communication, Dynamics of Leadership, Negotiations & Conflict Management, International Management, Managing & Motivating Work Teams, Quantum Methods with Mathematica, Business Finance, and Information Technology.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container cc-education">
<div class="h4 text-center mb-4 title">Continuous Learning</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2020 - Present</p>
<div class="h5">Certificate</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Python Programming</div>
<p class="category">University of Washington</p>
<p>Courses:<br> • Programming in python<br> • Advanced Programming in Python<br> • Internet Programming With Python<br></p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2018</p>
<div class="h5">Individual Courses</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Software Development</div>
<p class="category">Western Governors University</p>
<p>Courses:<br> • Web Development<br> • Programming & Scripting<br> • Software Development<br></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- commenting out until it's ready for publishing
<div class="section" id="reference">
<div class="container cc-reference">
<div class="h4 mb-4 text-center title">References</div>
<div class="card" data-aos="zoom-in">
<div class="carousel slide" id="cc-Indicators" data-ride="carousel">
<ol class="carousel-indicators">
<li class="active" data-target="#cc-Indicators" data-slide-to="0"></li>
<li data-target="#cc-Indicators" data-slide-to="1"></li>
<li data-target="#cc-Indicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header"><img src="images/reference-image-1.jpg" alt="Image"/>
<div class="h5 pt-2">Alexandra</div>
<p class="category">CEO / ABP</p>
</div>
<div class="col-lg-10 col-md-9">
<p> "My photography website was created by Clifford Butler and launched in early 2020. He did an exceptional job configuring my server, integrating WordPress and building the website. This was a significant milestone for my business. I was empowered to focus on serving my clients and efficiently update photos on my website." </p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header"><img src="images/reference-image-2.jpg" alt="Image"/>
<div class="h5 pt-2">Braiden</div>
<p class="category">CEO / Creativem</p>
</div>
<div class="col-lg-10 col-md-9">
<p> Habitasse venenatis commodo tempor eleifend arcu sociis sollicitudin ante pulvinar ad, est porta cras erat ullamcorper volutpat metus duis platea convallis, tortor primis ac quisque etiam luctus nisl nullam fames. Ligula purus suscipit tempus nascetur curabitur donec nam ullamcorper, laoreet nullam mauris dui aptent facilisis neque elementum ac, risus semper felis parturient fringilla rhoncus eleifend.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header"><img src="images/reference-image-3.jpg" alt="Image"/>
<div class="h5 pt-2">Alexander</div>
<p class="category">CEO / Webnote</p>
</div>
<div class="col-lg-10 col-md-9">
<p> Habitasse venenatis commodo tempor eleifend arcu sociis sollicitudin ante pulvinar ad, est porta cras erat ullamcorper volutpat metus duis platea convallis, tortor primis ac quisque etiam luctus nisl nullam fames. Ligula purus suscipit tempus nascetur curabitur donec nam ullamcorper, laoreet nullam mauris dui aptent facilisis neque elementum ac, risus semper felis parturient fringilla rhoncus eleifend.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<div class="section" id="contact">
<div class="cc-contact-information" style="background-image: url('images/staticmap.png');">
<div class="container">
<div class="cc-contact">
<div class="row">
<div class="col-md-9">
<div class="card mb-0" data-aos="zoom-in">
<div class="h4 text-center title">Contact Me</div>
<div class="row">
<div class="col-md-6">
<div class="card-body">
<form action="https://formspree.io/xwknjqdk" method="POST" target="_blank">
<div class="p pb-3"><strong>Feel free to contact me </strong></div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-user-circle"></i></span>
<input class="form-control" type="text" name="name" placeholder="Name" required="required"/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-file-text"></i></span>
<input class="form-control" type="text" name="Subject" placeholder="Subject" required="required"/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-envelope"></i></span>
<input class="form-control" type="email" name="_replyto" placeholder="E-mail" required="required"/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="form-group">
<textarea class="form-control" name="message" placeholder="Your Message" required="required"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col">
<button class="btn btn-primary" type="submit">Send</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="card-body">
<p class="mb-0"><strong>Address </strong></p>
<p class="pb-2">Greater Seattle, Washington, U.S.A</p>
<p class="mb-0"><strong>Phone</strong></p>
<p class="pb-2">+1253-886-0803</p>
<p class="mb-0"><strong>Email</strong></p>
<p>hello@cliffordlbutler.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
</div>
<footer class="footer">
<!-- This comment section is intended to exclude the social media buttons for the time being without deleting the code.
<div class="container text-center"><a class="cc-facebook btn btn-link" href="#"><i class="fa fa-facebook fa-2x " aria-hidden="true"></i></a><a class="cc-twitter btn btn-link " href="#"><i class="fa fa-twitter fa-2x " aria-hidden="true"></i></a><a class="cc-google-plus btn btn-link" href="#"><i class="fa fa-google-plus fa-2x" aria-hidden="true"></i></a><a class="cc-instagram btn btn-link" href="#"><i class="fa fa-instagram fa-2x " aria-hidden="true"></i></a></div>
-->
<div class="container text-center"><a class="cc-facebook btn btn-link" href="https://github.com/cliff002" target=_blank><i class="fa fa-github fa-2x " aria-hidden="true"></i></a></div>
<div class="h4 title text-center">Clifford Butler</div>
<div class="text-center text-muted">
<p>©All rights reserved.</p>
</div>
</footer>
<script src="js/core/jquery.3.2.1.min.js"></script>
<script src="js/core/popper.min.js"></script>
<script src="js/core/bootstrap.min.js"></script>
<script src="js/now-ui-kit.js?v=1.1.0"></script>
<script src="js/aos.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>