forked from xriley/Developer-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
663 lines (593 loc) · 46.2 KB
/
index.html
File metadata and controls
663 lines (593 loc) · 46.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
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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE html>
<html lang="en">
<head>
<title>Paul Preibisch</title>
<style>
.entryTitle {
color: #4d7dc5 !important;
font-weight: bold !important;
font-size: 20px !important;
}
</style>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Resume and Portfolio of Paul Preibisch">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="node_modules/octicons/build/font/octicons.css">
<!-- For github activity feed @see https://caseyscarborough.com/projects/github-activity/-->
<link rel="stylesheet" href="node_modules/octicons/build/font/octicons.css">
<link rel="stylesheet" href="node_modules/github-activity-feed/dist/github-activity.min.css">
<script type="text/javascript" src="node_modules/mustache/mustache.min.js"></script>
<script type="text/javascript" src="node_modules/github-activity-feed/dist/github-activity.min.js"></script>
<!-- end github-activity-feed code-->
<!-- -->
<script src="http://code.jquery.com/jquery-1.11.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-rss/3.3.0/jquery.rss.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script>
<script
src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js">
</script>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet'
type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- github calendar css -->
<link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar-responsive.css">
<!-- github activity css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="assets/plugins/github-activity/src/github-activity.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<div class="row align-items-center">
<div class="col">
<img class="profile-image img-fluid float-start rounded-circle" src="assets/images/profile.png"
alt="profile image"/>
<div class="profile-content">
<h1 class="name">Paul Preibisch</h1>
<h2 class="desc">Web App Developer</h2>
<ul class="social list-inline">
<li class="list-inline-item"><a target="_blank"
href="https://www.linkedin.com/in/paul-preibisch-a641304/"><i
class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://github.com/firecentaur/"><i
class="fab fa-github-alt"></i></a></li>
<li class="list-inline-item"><a target="_blank"
href="https://stackoverflow.com/users/1127753/paul-preibisch"><i
class="fab fa-stack-overflow"></i></a></li>
<li class="list-inline-item last-item"><a href="#"><i class="fab fa-codepen"></i></a></li>
<link
rel="stylesheet"
href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"
/>
</ul>
</div><!--//profile-->
</div><!--//col-->
<div class="col-12 col-md-auto">
<div class="dark-mode-switch d-flex">
<div class="form-check form-switch mx-auto mx-md-0">
<input type="checkbox" class="form-check-input me-2" id="darkSwitch"/>
<label class="custom-control-label" for="darkSwitch">Dark Mode</label>
</div>
</div><!--//dark-mode-switch-->
<a class="btn btn-cta-primary" href="mailto:paul@b3dmultitech.com" target="_blank"><i
class="fas fa-paper-plane"></i> Contact Me</a>
</div><!--//col-->
</div><!--//row-->
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper py-5">
<div class="row">
<div class="primary col-lg-8 col-12">
<section class="about section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">About Me</h2>
<div class="content">
<p>I am a diligent software engineer and project manager with 10+ years experience producing
production level code for educational software startups. My platform of choice is Laravel. I
am conscientious in writing good, clean and readable code. I constantly review and embrace
best practices in coding to avoid problems down the road. I am also experienced with code
reviews, quality control, and working with other developers in team environments. When I am
away from the keyboard, I will either be building something in the physical world (like my
garden), or on the water kite boarding in order to stay fit! Thanks for reading my bio! </p>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="latest section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Latest Projects</h2>
<div class="content">
<div class="item featured text-center">
<div class="featured-image has-ribbon">
<a href=""
target="_blank">
<img class="img-fluid project-image rounded shadow-sm"
src="assets/images/projects/dux_project_categories_page.png"
alt="project name"/>
</a>
<div class="ribbon">
<div class="text">New</div>
</div>
</div>
<h3 class="title mb-3"><a
href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/launch-bootstrap-4-template-for-saas-businesses/"
target="_blank">Dux - Backend Administration</a></h3>
<div class="desc text-start">
<p>Dux.city is a mobile and web app that allows local businesses to advertise their
services. I created a backend user interface which allows the Dux users to manage
their business promotions. The web interface also allows the Dux administrator to
create Paypal products, and create custom urls which can be added to their wordpress
sites products. When clicked, a subscription checkout process is initiated. To
implement the project I used Laravel Backpack to create various administration
tables, complete with sorting, and search capabilities. I also used Laravel
Generator to generate Eloquent models from their existing database. A Laravel Paypal
module was used to integrate with Paypal's API. Lastly, I used the spatie permission
and roles module to assign special permissions for users who subscribe to Dux
Business Adverstising Services. When I took on this project, I worked with a few
remote developers that helped to implement some of the projects features. I paid
special attention however to code review every commit that wasn't mine. What I
quickly learned however, was that contracted developers most do not often any of the
best practices. In fact, they usually follow the path of least resistance! This
often left me with cryptic variable names, uncommented code, and unnecessary extra
logic. Despite this, and the extra cost, their work did help move the project along,
as I was able to modify and update the code to make it more future proof, readable,
and DRY. In the future, I may re-use the Backpack for Laravel module, however there
are a few others that have my interest as well</p>
</div><!--//desc-->
<!-- <a class="btn btn-cta-secondary"-->
<!-- href="#"-->
<!-- target="_blank"><i class="fas fa-thumbs-up"></i> Back my project</a>-->
</div><!--//item-->
<hr class="divider"/>
<!-- <div class="item row">-->
<!-- <a class="col-md-4 col-12"-->
<!-- href="#"-->
<!-- target="_blank">-->
<!-- <img class="img-fluid project-image rounded shadow-sm"-->
<!-- src="assets/images/projects/project-1.png" alt="project name"/>-->
<!-- </a>-->
<!-- <div class="desc col-md-8 col-12">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/coderpro-bootstrap-4-startup-template-for-software-projects/"-->
<!-- target="_blank">CoderPro - Boootstrap Startup Template For Software Projects</a>-->
<!-- </h3>-->
<!-- <p class="mb-2">You can put one of your secondary projects here. Suspendisse in tellus-->
<!-- dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam-->
<!-- aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante-->
<!-- dolor non turpis.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/coderpro-bootstrap-4-startup-template-for-software-projects/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>-->
<!-- </div><!–//desc–>-->
<!-- </div><!–//item–>-->
<!-- <div class="item row">-->
<!-- <a class="col-md-4 col-12"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/devcard-bootstrap-4-vcard-portfolio-template-for-software-developers/"-->
<!-- target="_blank">-->
<!-- <img class="img-fluid project-image rounded shadow-sm"-->
<!-- src="assets/images/projects/project-2.png" alt="project name"/>-->
<!-- </a>-->
<!-- <div class="desc col-md-8 col-12">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/devcard-bootstrap-4-vcard-portfolio-template-for-software-developers/"-->
<!-- target="_blank">DevCard - Boootstrap Portfolio Template for Software-->
<!-- Developers</a></h3>-->
<!-- <p class="mb-2">You can put one of your secondary projects here. Suspendisse in tellus-->
<!-- dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam-->
<!-- aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante-->
<!-- dolor non turpis.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/devcard-bootstrap-4-vcard-portfolio-template-for-software-developers/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>-->
<!-- </div><!–//desc–>-->
<!-- </div><!–//item–>-->
<!-- <div class="item row">-->
<!-- <a class="col-md-4 col-12"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/instance-bootstrap-portfolio-theme-for-developers/"-->
<!-- target="_blank">-->
<!-- <img class="img-fluid project-image rounded shadow-sm"-->
<!-- src="assets/images/projects/project-3.png" alt="project name"/>-->
<!-- </a>-->
<!-- <div class="desc col-md-8 col-12">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/instance-bootstrap-portfolio-theme-for-developers/"-->
<!-- target="_blank">Instance - Boootstrap Portfolio Template for Aspiring Full Stack-->
<!-- Developers</a></h3>-->
<!-- <p class="mb-2">You can put one of your secondary projects here. Suspendisse in tellus-->
<!-- dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam-->
<!-- aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante-->
<!-- dolor non turpis.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/instance-bootstrap-portfolio-theme-for-developers/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>-->
<!-- </div><!–//desc–>-->
<!-- </div><!–//item–>-->
<!-- <div class="item row">-->
<!-- <a class="col-md-4 col-12"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/bootstrap-template-for-mobile-apps-nova-pro/"-->
<!-- target="_blank">-->
<!-- <img class="img-fluid project-image rounded shadow-sm"-->
<!-- src="assets/images/projects/project-4.png" alt="project name"/>-->
<!-- </a>-->
<!-- <div class="desc col-md-8 col-12">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/bootstrap-template-for-mobile-apps-nova-pro/"-->
<!-- target="_blank">Nova Pro - Boootstrap Template for Mobile Startups</a></h3>-->
<!-- <p class="mb-2">You can put one of your secondary projects here. Suspendisse in tellus-->
<!-- dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/bootstrap-template-for-mobile-apps-nova-pro/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>-->
<!-- </div><!–//desc–>-->
<!-- </div><!–//item–>-->
<!-- <div class="item row">-->
<!-- <a class="col-md-4 col-12"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devstudio-bootstrap-theme-for-web-development-agencies-and-developers/"-->
<!-- target="_blank">-->
<!-- <img class="img-fluid project-image rounded shadow-sm"-->
<!-- src="assets/images/projects/project-5.png" alt="project name"/>-->
<!-- </a>-->
<!-- <div class="desc col-md-8 col-12">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devstudio-bootstrap-theme-for-web-development-agencies-and-developers/"-->
<!-- target="_blank">DevStudio - Boootstrap Template for WebDev Agencies and-->
<!-- Freelance Developers</a></h3>-->
<!-- <p class="mb-2"> You can put one of your secondary projects here. Quisque rutrum. Aenean-->
<!-- imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devstudio-bootstrap-theme-for-web-development-agencies-and-developers/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>-->
<!-- </div><!–//desc–>-->
<!-- </div><!–//item–>-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="projects section">
<!-- <div class="section-inner shadow-sm rounded">-->
<!-- <h2 class="heading">Other Projects</h2>-->
<!-- <div class="content">-->
<!-- <div class="item">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/free-bootstrap4-resume-cv-template-for-developers-pillar/"-->
<!-- target="_blank">Pillar - Free Boootstrap Resume/CV Template for Developers</a> <span-->
<!-- class="badge badge-theme">Free</span></h3>-->
<!-- <p class="summary">Provide a brief description of your project. Ut enim ad minima veniam,-->
<!-- quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea-->
<!-- commodi consequatu.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/free-bootstrap4-resume-cv-template-for-developers-pillar/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>-->
<!-- </div><!–//item–>-->
<!-- <div class="item">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/speciality/devblog-free-bootstrap-4-blog-template-for-developers/"-->
<!-- target="_blank">DevBlog - Free Boootstrap Blog Template for Developers</a> <span-->
<!-- class="badge badge-theme">Free</span></h3>-->
<!-- <p class="summary">Provide a brief description of your project. Maecenas ornare ultricies-->
<!-- risus, in fermentum augue consectetur in. Vestibulum vitae mauris iaculis, sollicitudin-->
<!-- velit in, molestie nulla. </p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/speciality/devblog-free-bootstrap-4-blog-template-for-developers/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>-->
<!-- </div><!–//item–>-->
<!-- <div class="item">-->
<!-- <h3 class="title"><a-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/nova-bootstrap-landing-page-template-for-mobile-apps/"-->
<!-- target="_blank">Nova - Free App Landing Page Template for App Developers</a> <span-->
<!-- class="badge badge-theme">Free</span></h3>-->
<!-- <p class="summary">Provide a brief description of your project. Lorem ipsum dolor sit amet,-->
<!-- consectetur adipiscing elit. In vel purus enim. Etiam tortor felis, fermentum ac-->
<!-- ultrices sed.</p>-->
<!-- <p><a class="more-link"-->
<!-- href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/nova-bootstrap-landing-page-template-for-mobile-apps/"-->
<!-- target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>-->
<!-- </div><!–//item–>-->
<!-- <a class="btn btn-cta-secondary" href="#">More on GitHub <i-->
<!-- class="fas fa-chevron-right pt-1"></i></a>-->
<!-- </div><!–//content–>-->
<!-- </div><!–//section-inner–>-->
</section><!--//section-->
<section class="experience section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Work Experience</h2>
<div class="content">
<div class="item">
<h3 class="title">Co-Founder & Lead Developer - <span class="place"><a
href="#">Movie English project</a></span> <span class="year">(2011 - 2021)</span>
</h3>
<p>Served as the Lead Developer and CTO</p>
</div><!--//item-->
<div class="item">
<h3 class="title">Virtual World Engineer - <span class="place"><a
href="#">Second life</a></span>
<span class="year">(2006 - 2010)</span></h3>
<p>Developed a Virtual World called English Village for language learners using the
Metaverse to Learn English. This involved crafting
3d objects, and learning the in-world scripting engine. Create several gaming objects
for learning, including a Puzzle Matching game, a Game Timer,
a scoreboard, and zombie game. My scripts linked up to API's and utilized HTTP requests
out and into the Virtual World</p>
</div><!--//item-->
<div class="item">
<h3 class="title">Software Engineer - <span class="place"><a href="#">eBay</a></span> <span
class="year">(2018 - 2019)</span></h3>
<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet
adipiscing sem neque sed ipsum.</p>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="github section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">My GitHub</h2>
<div class="githubcalendar">
<!-- Loading stuff -->
Loading Github data of Paul Preibisch (Fire Centaur)
</div>
<!--display github activity feed module-->
<div id="googleActivityFeed" class="gh-feed"></div>
</div><!--//secton-inner-->
</section><!--//section-->
</div><!--//primary-->
<div class="secondary col-lg-4 col-12">
<aside class="info aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fas fa-map-marker-alt"></i><span class="sr-only">Location:</span>El Sargento,
Baja California Del Sur, Mexico
</li>
<li><i class="fas fa-envelope"></i><span class="sr-only">Email:</span><a href="#">paul@b3dmultitech.com</a>
</li>
<li><i class="fas fa-link"></i><span class="sr-only">Website:</span><a href="#">https://www.b3dmltitech.com</a>
</li>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//aside-->
<aside class="skills aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">
I am a full-stack programmer, well versed in development environments with a great developer
toolset. Please see my <a target="_blank"
href="https://www.linkedin.com/in/paul-preibisch-a641304/">LinkedIn</a>
for more Info</p>
<div class="skillset">
<div class="item">
<h3 class="level-title">Laravel<span class="level-label"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="I am able to build production ready API's, and full customer facing web administration systems"><i
class="fas fa-info-circle"></i>Expert</span></h3>
<div class="level-bar progress">
<div class="progress-bar level-bar-inner" role="progressbar" style="width: 96%"
aria-valuenow="96" aria-valuemin="0" aria-valuemax="96"></div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Javascript & jQuery<span class="level-label"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="You can use the tooltip to explain more about your skill level..."><i
class="fas fa-info-circle"></i>Expert</span></h3>
<div class="level-bar progress">
<div class="progress-bar level-bar-inner" role="progressbar" style="width: 94%"
aria-valuenow="94" aria-valuemin="0" aria-valuemax="94"></div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">MySql, Git, Linux, Apache2<span class="level-label"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="I am full-stack programmer, devOps expert"><i
class="fas fa-info-circle"></i>Expert</span></h3>
<div class="level-bar progress">
<div class="progress-bar level-bar-inner" role="progressbar" style="width: 93%"
aria-valuenow="93" aria-valuemin="0" aria-valuemax="96"></div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Management, Trello, Slack, Atlassian<span class="level-label"
data-bs-toggle="tooltip"
data-placement="left"
title="I use latest communication tools for team management"><i
class="fas fa-info-circle"></i>Pro</span></h3>
<div class="level-bar progress">
<div class="progress-bar level-bar-inner" role="progressbar" style="width: 86%"
aria-valuenow="86" aria-valuemin="0" aria-valuemax="96"></div>
</div><!--//level-bar-->
</div><!--//item-->
<p><a target="_blank" class="more-link" href="https://github.com/firecentaur"><i
class="fas fa-external-link-alt"></i>More on GitHub</a>
</p>
</div>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="testimonials aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Testimonials</h2>
<div class="content">
<div class="item">
<blockquote class="quote">
<p><i class="fas fa-quote-left"></i>I reported directly to, and worked with Paul on the
Movie English Project. Paul was my acting manager, and also the lead architect of
the project. Overtime, Paul mentored me on development best practices, such as test
driven design, and helped solve critical software issues. I found Paul to be an
inspiring, passionate, and helpful team lead. </p>
</blockquote>
<p class="source"><span class="name">Navyashree Devadiga</span><br/><span class="title">Software Engineer</span>
</p>
</div><!--//item-->
<p><a class="more-link" target="_blank"
href="https://www.linkedin.com/in/paul-preibisch-a641304/details/recommendations/?detailScreenTabIndex=0"><i
class="fas fa-external-link-alt"></i>More on Linkedin</a>
</p>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="education aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i> Bachelor of Computer Science</h3>
<h4 class="university"><a href="https://www.sfu.ca/computing.html" target="_blank">Simon
Fraser University</a><span class="year"> (1996-2000)</span>
</h4>
</div><!--//item-->
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>General Studies</h3>
<h4 class="university"><a href="https://www.ufv.ca/general-studies/" target="_blank">University
of the Fraser Valley</a> <span class="year">(1994-1996)</span></h4>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="languages aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title"><strong>English:</strong></span>
<span class="level">Native Speaker <br class="visible-xs"/><i
class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i
class="fas fa-star"></i> <i class="fas fa-star"></i> </span>
</li><!--//item-->
<li class="item">
<span class="title"><strong>Spanish:</strong></span>
<span class="level">Conversational Ability<br class="visible-sm visible-xs"/><i
class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i
class="fas fa-star-half"></i></span>
</li>
<li class="item">
<span class="title"><strong>Korean:</strong></span>
<span class="level">Basic<br class="visible-sm visible-xs"/><i
class="fas fa-star"></i><i
class="fas fa-star-half"></i></span>
</li><!--//item-->
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="blog aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Latest Blog Posts</h2>
<div id="rssFeeds" class="content">
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<!-- <aside class="list music aside section">-->
<!-- <div class="section-inner shadow-sm rounded">-->
<!-- <h2 class="heading">Favourite coding music</h2>-->
<!-- <div class="content">-->
<!-- <ul class="list-unstyled">-->
<!-- <li><i class="fas fa-headphones"></i> <a href="#">Etiam hendrerit urna nunc</a></li>-->
<!-- <li><i class="fas fa-headphones"></i> <a href="#">Ut sollicitudin in mauris non auctor</a>-->
<!-- </li>-->
<!-- <li><i class="fas fa-headphones"></i> <a href="#">Etiam hendrerit urna nunc</a></li>-->
<!-- <li><i class="fas fa-headphones"></i> <a href="#">Duis et felis bibendum</a></li>-->
<!-- </ul>-->
<!-- </div><!–//content–>-->
<!-- </div><!–//section-inner–>-->
<!-- </aside><!–//section–>-->
<!-- <aside class="list conferences aside section">-->
<!-- <div class="section-inner shadow-sm rounded">-->
<!-- <h2 class="heading">Conferences</h2>-->
<!-- <div class="content">-->
<!-- <ul class="list-unstyled">-->
<!-- <li><i class="far fa-calendar-alt"></i> <a href="#" target="_blank">WWDC 2030</a> (San-->
<!-- Francisco)-->
<!-- </li>-->
<!-- <li><i class="far fa-calendar-alt"></i> <a href="#">Hive</a> (Seattle)</li>-->
<!-- </ul>-->
<!-- </div><!–//content–>-->
<!-- </div><!–//section-inner–>-->
<!-- </aside><!–//section–>-->
<aside class="credits aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Credits</h2>
<div class="content">
<ul class="list-unstyled pb-2">
<li><a href="https://getbootstrap.com/" target="_blank"><i
class="fas fa-external-link-alt"></i>Bootstrap</a></li>
<li><a href="https://fortawesome.github.io/Font-Awesome/" target="_blank"><i
class="fas fa-external-link-alt"></i>FontAwesome</a></li>
<li><a href="https://github.com/IonicaBizau/github-calendar" target="_blank"><i
class="fas fa-external-link-alt"></i>GitHub Calendar Plugin</a></li>
<li><a href="https://caseyscarborough.com/projects/github-activity/" target="_blank"><i
class="fas fa-external-link-alt"></i>GitHub Activity Stream</a></li>
<li><a href="https://github.com/sdepold/vanilla-rss" target="_blank"><i
class="fas fa-external-link-alt"></i>Vanilla RSS</a></li>
<li><a href="https://github.com/coliff/dark-mode-switch"><i
class="fas fa-external-link-alt"></i>Dark Mode Switch</a></li>
</ul>
<hr/>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
</div><!--//secondary-->
</div><!--//row-->
</div><!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<!--/* This template is free as long as you keep the attribution link below. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="https://themes.3rdwavemedia.com"
target="_blank">Xiaoying Riley</a> for
developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/popper.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/vanilla-rss/dist/rss.global.min.js"></script>
<script type="text/javascript" src="assets/plugins/dark-mode-switch/dark-mode-switch.min.js"></script>
<!-- github calendar plugin -->
<script type="text/javascript" src="assets/plugins/github-calendar/dist/github-calendar.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/src/github-activity.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
<script>
GitHubCalendar(".githubcalendar", "firecentaur").then(r => r.text())
</script>
<script>
GitHubActivity.feed({
username: "firecentaur",
selector: "#googleActivityFeed",
limit: 10, // optional
});
</script>
<script>
jQuery(function ($) {
$("#rssFeeds").rss("https://b3dmultitech.com/feed/", {
limit: 15,
layoutTemplate: "{entries}",
entryTemplate:
"<div class='entry'><p><a target='_blank' href='{url}' ><span class='entryTitle'>{title}</span></a></p><div><p><img src='{teaserImageUrl}' width='76px'/> {shortBody}</p></div></div>",
success: function () {
$(".entry").each(function (i, entry) {
$(entry).slideDown();
});
}
});
});
</script>
</body>
</html>