-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLindWorkHistoryPort.php
More file actions
696 lines (489 loc) · 61.3 KB
/
LindWorkHistoryPort.php
File metadata and controls
696 lines (489 loc) · 61.3 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
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matthew C. Lind Work History</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" >
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&display=swap" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" >
<style>
body {
font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
word-spacing: 0px !important;
margin:0 auto;
}
a.navbar-brand {
font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
--bs-body-font-weight: normal !important;
color:#191919;
}
a.navbar-brand:hover {
font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
--bs-body-font-weight: normal !important;
color:#191919;
}
a.navbar-link {
font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
--bs-body-font-weight: normal !important;
color:#656565;
}
a.nav-link {
font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
--bs-body-font-weight: normal !important;
color:#656565;
}
a#navbarDropdown.nav-link.dropdown-toggle {
font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
--bs-body-font-weight: normal !important;
color:#656565;
}
h1 {
text-align:center;
}
h2 {
text-align:center;
color:#000;
font-family:Newsreader, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight:600;
}
h3 {
text-align:center;
}
h4 {
text-align:center;
}
b, strong {
color:#86b7fe;
}
a.nav {
color:#000;
}
</style>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
</head>
<body style="background:#e1e1e1;padding-top:0;">
<!-- header -->
<div class="container">
<div class="row">
<div content="nav">
<?php include 'topnavnew.php';?>
</div>
</div>
</div>
<h2 class="display-1 lh-1 mb-3" style="margin-top:80px;font-family:Newsreader, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';">Matthew C. Lind - Work History</h2><h3>1995 - Present</h3>
<div style="padding:22px;">
<div class="accordion" id="accordionExample">
<!-- BEGIN US -->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOneNew" aria-expanded="true" aria-controls="collapseOneNew">
<b>Senior Web Developer II</b><span style="padding:0 11px;color:#fff;">US Department of the Interior - Bureau of Indian Affairs (Contractor for Goldbelt)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">09/2023 - 04/2024</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Remote</span>
</button>
</h2>
<div id="collapseOneNew" class="accordion-collapse collapse hide" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Drupal 10 web development using Acquia Cloud ACLI and IDE's. Projects included creating new regions, modifying navigation, redesigns, and adding/creating new materials. Git source control using Composer and Drush. Worked on web site in dev, test, and prod environments. Created .Yml files and Twig templates to create views, modules and other content in Drupal 10. Experience with USWDS 3.7.1 theme, Gin 3.0 admin theme, Php 8.2, Composer 2.7.1, Node 18, and Drush 12.4. Section 508 compliance and remediation of web pages, PDF's, Excel and Word documents. Created Section 508, Drupal, and Gin admin theme training materials. Created various training materials for Wiki page and internal training resources. Offered internal web site tech support through Service Desk ticketing system. Worked with Siteimprove to conduct QA on web site.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Drupal 10, Node, Composer, Git, Edge, Firefox, Chrome, Acquia ACLI and IDE, OneDrive, Office 365, Notepad ++, Acrobat Pro, Pulse Secure, Global Protect, WinMerge, Powershell, Siteimprove</p>
<p><strong>CODE USED</strong></p>
<p>Yml, PHP, HTML5, CSS3, jQuery, JavaScript, Bootstrap, JSON</p>
</div>
</div>
</div>
<!-- END US -->
<!-- BEGIN GA -->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
<b>Developer III</b><span style="padding:0 11px;color:#fff;">State of Georgia - Department of Public Health (Contractor with TekWissen)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">02/2020 - 05/2023</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Remote</span>
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p><strong>PROJECT LEAD</strong></p>
<ul>
<li>HL7 C-CDA (Clinical Document Architecture) Viewer
</ul>
<a href="img/cda-viewer-large.jpg" target="_blank"><img src="img/cda-viewer-small.jpg" alt="CDA Viewer Demo Screenshot" title="Click to Enlarge"></a><br><small><span style="font-style:italic;">CDA Viewer Demo (contains dummy data)</span></small><br><br>
Created mobile responsive web app using JavaScript (Packery, Dragabilly, XSLT.js, ES6 and Vanilla), jQuery 1.12.4, HTML5, CSS3, Purecss.io, and Font Awesome. Converts an XML document (and an XML string) using a .XSLT file (main logic) into a HTML5 document viewable in a web browser. Once the record is loaded in the browser users can show/hide sections, rearrange elements, expand/collapse sections, print and includes a table of contents.<br><br>
<ul>
<li>Web Portal Request Form
</ul>
Created PHP 7.4.6 Form that uses HTML5, CSS3, PHP, Postgresql Database, and a PHP form handler with validation (checks if user already exists) and error checking (blank fields/proper formatting). Form used during onboarding for State of Georgia computer users to request network and VPN access and is Section 508 compatible.<br><br>
<ul>
<li>Surveillance Dashboard
</ul>
Created advanced Reports Console Widgets App dashboard used to display (CSS Flex) Disaster Reports (horizontal and vertical layout) designed to run inside an Oracle 11g Procedure. Uses Angular 9.1.7, Gridster 9.0.0, Composer 2.5.1, Node 12.16.1, Express framework, Node/Express Postgres RESTful API, JavaScript (Select.js, ElementQueries.js, ResizeSensor.js, Chosen.jquery.js, Canvas.js, amCharts dataloader.js, ES6 and Vanilla), jQuery 1.11.1, jQuery 3.5.1, Typescript 3.8.3, Karma 5.0.0, Jasmine 3.5.0, HTML5, CSS3 and Chosen.css, and Font Awesome. The app displays syndromic data from a CSV file and outputs to a web browser. Features custom master controls of layout. Uses Gridster (http://dsmorse.github.io/gridster.js/) to display data in containers/widgets, which can be dragged and dropped dynamically, along with the ability to add/remove elements from the grid. Within each container/widget (using iFrames) is a database connection that displays data based upon dropdown choices. Each widget contains a report viewer, and widgets (up to 12) can be moved around and positioned freely, with or without data inside them and is Section 508 compatible.<br><br>
Please visit this <a href="https://reasst.com/samples/gridster/gridster-responsive.php" target="_blank">Demo of Gridster</a> to see what the project looked like in the early stages.<br><br>
<ul>
<li>ETOR (Electronic Test Orders & Results) Test Harness
</ul>
Created web form used to interact with Postgres database to display data choices in dropdown menus inside a web form that resembles a spreadsheet. Works in a waterfall fashion, eliminating and narrowing down/filtering distinct choices available, to allow users to fill out tests based upon data inside the database. Has a Review function to require users to review their input before being able to submit. Also includes a search function which displays data from a second table which stores user input from the form. Uses PHP 7.4.6 (for database connectivity, database queries, cache control, form handling, and error handling), JavaScript (ES6 and Vanilla), jQuery 3.4.1, AJAX (to fetch data using OnChange requests), HTML5, and CSS3.<br><br>
<p><strong>OTHER PROJECTS</strong></p>
Worked on RESTful API (mapper.cs) C#/.Net 5 project in VS22. Conducted XUnit tests. Used AJAX and jQuery to make HTTP request, to GET XML, to display JSON data, and used Async function to display API data. Used Vue.js to create Single Page Application (SPA) that interacts with Postgresql. Used React to send Ajax requests that send and receive data through an API. Used React to create reusable components to form an application's user interface along with bootstrap. Worked with Azure DevOps. Worked with AWS Advanced. Created Widget Dashboard Demo using Gridstack.js, knockout.js, and AniJS. Did a test installation of Drupal 8 using Composer and XAMPP on Windows 10; created custom Drupal 8 module to train co-worker. Created several apps in Apex 4.1 and Oracle 11g, including app built from a csv file, apps using jquery, apps with dynamic actions, and apps working with templates and solution strings. Worked with SQL command line to execute SQL queries. Created misc. COVID-19 API projects using Canvas.js, JavaScript, Slideout.js, jQuery, jQuery UI, jQuery Combobox, jQuery Mobile, HTML5, CSS3, Bootstrap 4, JSON, XML, SVG, Pusher, Google Charts, HighCharts, HighMaps, Font Awesome, Leaflet and D3 to retrieve and display live statistical data. Created several jQuery Mobile Dashboards. Created several vanilla JavaScript Dashboards. Created apps using Angular 9, Node, Composer, jQuery, JavaScript, Cube.js, CSS3, Bootstrap 4, and HTML5. Created Angular 9 web site with routing. Created Angular 9 App Rocket Demo. Created Angular 9 In/Out Demo using parent and child components.<br><br>
<p><strong>SOFTWARE USED</strong></p>
.NET 5, Apache Maven, Apex 4.1, AWS AMS Advanced, Azure Cloud Services, Azure DevOps, Chrome, Composer, Docker 4, Drupal 7/8, Edge, Expresso, Firefox Developer, Git, GitBash, GitHub Desktop, Google Charts, HighCharts, HighMaps, IE 11, JDK 14.0.1, JRE 1.8.0, Mongo DB, MS Office 365, MS Teams, Node API Postgres, Node.js 12/18, Notepad++, OneDrive, OpenSSL, Oracle 11g, Oracle Express, Oracle VirtualBox, pgAdmin 4, Postgres DB, Postman 10.12, Postman Teams, Powershell, Pulse Secure, Putty, Python, RStudio, SQL Command Line, SQL Navigator, Sublime Text, TFS/Git Source Control, Toad 13.2, Tomcat Server, Visio, Visual Studio 2019/2022, Windows Command Line, Windows 10 Enterprise, XAMPP, XMXSpy, XUnit<br><br>
<p><strong>CODE USED</strong></p>
AngularJS, AJAX, Bootstrap 4, C#, CSS2, CSS3, CSV, Font Awesome, HTML4, HTML5, JavaScript ES6, JQM, jQuery, jQuery UI, JSON, Node, PHP 7.4.6, PL/SQL, Python, SQL, Vanilla JS, various JS Libraries, XLSX, XSLT and XML
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">
<b>UI/UX Designer</b><span style="padding:0 11px;color:#fff;">Verizon (Contractor for AgreeYa Solutions)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">10/2019 - 01/2020</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Alpharetta, GA</span>
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse hide" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Worked in Creative Department of the One Message internal company application as Communication & Template implementation specialist, used to send Email and SMS Communications. Worked in Agile environment. Built communications using variables, text and images. Tested communications through XML and JSON. Worked in staging and production environments. Took copy documents and created Email and SMS communications from scratch. Worked with QA and with Product Managers. Utilized JIRA to manage projects. Utilized email and chat rooms to communicate with co-workers and management. Built HTML4 and HTML5 tables using inline CSS3. Part of the Creative team performing communication and template implementation within the One Message application in support of EPICs and business continuity projects. Worked with internal IT team members, business partners, and external agencies to complete projects. Provided communications and template support to the production support team on maintenance and production issue resolution. Created flow diagramming, and used analytical thinking and HTML, dynamic page assembly, rendering and diagramming. Interpreted written and oral business requirements into a process flow used during template implementation and testing. Used strong analytical and process mindset to ensure all elements are captured, flows variants are completed, and unit test cases are validated. Utilized HTML skills to create templates and was responsible for implementation and dynamic reassembly during run-time to create emails, SMS texts and printed flyers delivered to B2B and B2c customers. Duties included flow diagramming, interpreting written and oral business requirements, providing input to technical lead and architect on development solutions, ensuring site design integrity and quality control consistency throughout the application, creating consistency with brand style, worked on multiple project timelines simultaneously in a demanding deadline driven environment. Completed and presented tasks for review and approval, performed unit testing, assisted in End-to-End testing as part of the SDLC, worked both in small teams and alone, created and documented technical artifacts. Created XML and JSON files.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>MS Office, One Message, Gmail, Jabber, Visual Studio Code, Notepad++, Notepad, Chrome, Internet Explorer, JIRA, Visio</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, HTML4, CSS3, CSS2, SQL, JSON and XML</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="true" aria-controls="collapseThree">
<b>Systems Administrator eCommerce</b><span style="padding:0 11px;color:#fff;">Drummond Press (Temp.)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">08/2019 - 10/2019</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Atlanta, GA</span>
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse hide" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Worked with dozens of corporate clients. Worked with VP of Sales. Added new products to shopping carts. Added and removed users from accounts. Created new storefront builds. Worked with sales people to gather content for new storefront builds. Created screen shots for proposals. Updated user lists. Updated shipping information. Worked with outside vendors to build store fronts. Worked with print on demand (POD) and promotional items and manufacture on demand (MOD) items, static items, and static templates. Worked on teamwork.com portal. Worked with Microsoft teams. Worked in an agile environment. Ran reports. Conducted site customizations, integrations, and new developments with print sites. Created PageFlex template builds. Cross referenced database entries. Created and managed access groups including administrator, user, and internal administrators. Worked with and created custom shipping modules. Worked with shopping cart discounts and coupon codes. Created online shopping cart tutorials using PowerPoint and Acrobat DC. Created JavaScript code to validate form input and limit form field numeric input to 10 digits. Created HTML5 and CSS3 responsive tables. Created credit and processing modules. Created email templates. Worked remotely using FortiClient VPN software. Worked extensively with JIRA. Worked with MS Office 365, Share File, and other cloud-based platforms. Placed test orders. Participated in weekly standup meetings.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Marcom, VeraCore, PageFlex, Team Desk, OPS, Filezilla, Jira, Photoshop, Illustrator, PowerPoint, Dreamweaver, InDesign, Acrobat DC, FileZilla, Chrome, Chrome Dev Tools, Firefox, Firefox Dev Tools, MS Office 365, MS Teams, Notepad, Visual Studio Code, FortiClient VPN software, ShareFile</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, CSS3, BOOTSTRAP 4, JSCRIPT and VBSCRIPT</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<b>PHP Developer</b><span style="padding:0 11px;color:#fff;">StoCorp (Contractor for Robert Half)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">04/2019 - 06/2019</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Atlanta, GA</span>
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Rebuilt E-Submittal Wordpress PHP Plugin. Utilized for each loops in PHP to display downloadable PDF files viewable and downloadable within accordion menus in bootstrap. Created tables within MySQL. PDF Files have associated URLs for download. Users check which documents to download and using merge pdf software the documents are combined, downloaded, and an email link is created and emailed to users email address. Created storyboards using Photoshop and PowerPoint. Created shortcodes to display different parts of the plugin. Created registration flow and shortcodes. Created login flow and shortcodes. Created search page and shortcodes. Created CSS for plugin child theme, theme panel, and admin.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>XAMPP Server, WAMP Server, WordPress 5.2, All Export WordPress Plugin, FileZilla, Chrome, Chrome Dev Tools, Firefox, Firefox Dev Tools, MS Office 365, MS Teams, Adobe CC, MS Visio, Notepad, Visual Studio Code</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, CSS3, BOOTSTRAP 4, PHP 7.3, AND MYSQL 5.6</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
<b>Digital Web Developer</b><span style="padding:0 11px;color:#fff;">Outdoor Sportsman Group</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">02/2017 - 03/2019</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Kennesaw, GA</span>
</button>
</h2>
<div id="collapseFive" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Used composer, PowerShell and a CLI Script to crawl and scan HTTPS-enabled websites for mixed content. Mobile web site and application development. PHP, JavaScript and jQuery debugging. Application testing. Web site testing. Work on Staging and Production servers with Amazon modules, jQuery overlays, popup video and banner ads, pop-overs, pop-outs and pop-ups, advanced z-index layouts in CSS3, replaced PHP code and created PHP application that creates blocks of text to report bugs. Used PHP scripts to do SQL queries. Worked with PHP arrays, functions, variables and isset. Fixed mobile responsive navigation issues in PHP, JavaScript, jQuery, HTML5 and CSS3. Made text change's to live WordPress, .Net and .aspx web sites. Troubleshoot plugin JavaScript code and PHP code not defined errors. Designed API's using raml.org. Updated databases and created database backups. Converted Ruby on Rails web site into PHP/WordPress web site. Combined and removed useless and unnecessary CSS3, JavaScript and PHP files. Utilize W3C validation tools. Computer and network management; troubleshoot network and intranet connectivity issues. Maintained 501(c) and ADA compliance. Worked with Brightcove and Akamai video on web sites and web apps. Troubleshooting of WordPress PHP plugin errors and blocked WordPress plugins. Rsync files. Replaced wp-config files. Changed IP's. Edit Hosts files. Downloaded and tested iOS and Android magazine and television web applications through iTunes and Google Play. Wrote iOS and Android regression testing instruction masters using spreadsheets in Excel. Wrote synopsis of testing Web Apps through Google Play, iTunes and Apple Store. Wrote AEMM regression testing instructions master spreadsheet in Excel. Wrote synopsis of creating and purchasing web apps through iTunes and Google Play. Worked with legal department and verified and proofreading of privacy policies, your California privacy rights, terms of service, cookie policies and sweepstakes rules. Updating of all (44) company web sites. Participated in weekly department meetings. Conducted conference calls and video meetings.</p>
<p>Please visit this <a href="https://reasst.com/portfolio/web-design-and-development.php" target="_blank">Web Page of Past Web Sites I Worked On.</a>. The specific web sites at Outdoor Sportsman Group are: Outdoor Sports Group, The Sportsman Channel, Guns & Ammo Magazine, Handguns Magazine, Rifle Shooter Magazine, Shooting Times Magazine, Firearms News Magazine, Fly Fisherman Magazine, InFisherman Magazine, Game and Fish Magazine, BowHunting Magazine, Bow Hunter Magazine, Gun Dog Magazine, North American Whitetail Magazine, Wild Fowl Magazine, Petersen's Hunting Magazine, Florida Sportsman Magazine, and Bass Fan Magazine. OSG was bought by KSE Entertainment and no longer has offices in Kennesaw, GA as of 2022.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Trello, Adobe CS, TestFlight, MS Office 365. MS SQL Server, GitHub, Dreamweaver, Safari, Chrome, Firefox, IE11, Edge, Acrobat, Dropbox, Hozz, Chrome Developer Tools, Notepad++, Sublime Text, Kendo, Chrome Plugins, Firefox plugins and Firebug, SSH, FTP, High Charts, PhpFiddle, TestFlight, Adobe Experience Manager Mobile, Skype, MS Office 2016, Adobe Creative Cloud, Node.js, Command prompt, PowerShell, Composer, OneDrive, SharePoint</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, CSS3, SCSS, LESS, AJAX, JS, JQUERY, BOOTSTRAP 4, NODE, JSON, PHP 7, API's, SQL STATEMENTS, API'S</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
<b>Front End Web Developer</b><span style="padding:0 11px;color:#fff;">AAPM</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">09/2016 - 02/2017</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Alexandria, VA</span>
</button>
</h2>
<div id="collapseSix" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Converting asp to PHP web pages. Create new sites. Utilize CSS3, HTML5, JavaScript, jQuery, Bootstrap and PHP. Database connectivity and programming using SQL and PHP in MySQL environment on Mac with Windows integration. Build mobile responsive web sites and web pages with accordions, tabs, animation, video and responsive navigation with highly efficient user interface and design. Work in Sandbox and Live environment. Utilize FTP, Text editors, Adobe Creative Cloud, Microsoft SQL Server, in a Windows and Mac environment. Utilize multiple software programs to design and develop user friendly, W3C and 508 compliant interactive and easy to use web sites.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Transmit, Sublime Text 2, PhotoShop, Illustrator, InDesign, OpenVPN, MS Office 365, MS SQL Server 2012, Dreamweaver CC 2017, Safari, Chrome, Firefox, IE11, Acrobat Pro DC, Dropbox, Google drive.</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, CSS3, JAVASCRIPT, JQUERY, PHP, SQL STATEMENTS</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
<b>SEM Analyst</b><span style="padding:0 11px;color:#fff;">YP - YellowPages.com (Contractor for Collabera)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">06/2015 - 10/2015</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Tucker, GA</span>
</button>
</h2>
<div id="collapseSeven" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Worked as Campaign Manager/Analyst in high paced team environment managing high-touch national and regional Pay-Per-Click clients. Developed, managed, and maintained web analytics infrastructure. Conducted site tracking and data collection. Work as Engineer on the Tracking team delivering high levels of performance in competitive markets utilizing Google AdWords, Bing Ads, and Yahoo Gemini PPC channels. PPC campaign creation and management and reporting using a variety of different software including Google Tag Manager, AdWords editor, and Bing editor. Read and write HTML, CSS and JavaScript. Work closely with web administrators in a specialized tracking environment. Used SalesForce (SFDC) to manage marketing campaigns; to allow clients to upload marketing files and data; to allow AdOps to create, track and monitor item fulfillment; to manage client information, client support, workflows, contracts, and billing; to conduct client searches; to create custom filters and custom views based upon my organizational units needs; to change ownership; to change tasks; conduct fulfillment item searches; assign tasks; move items; change functions; mark items complete; worked with dependant items; research cycle times and aging; create reports; escalated items; add customer feedback; conduct verifications; create and view task histories; add task instructions; create, view, assign and remove queries; create, view, modify and research call logs; create and use reminders; use mail merge function; use email functions; create and use templates; create, view, assign and mark tasks complete; create, view and modify notes; view and add fulfillment item histories; create, view, edit and post chatters; escalate cases; worked with Company Customer Scorecards; add, modify, and research notes; add attachments; create, modify and research opportunities; view contract summaries; review OSCAR questions; add, modify and research contacts; add, modify and research survey feedback; monitor activity history and account history; monitor product change and product history; write case notes; used Article Management tool to add, modify and research training materials and support articles; created, viewed and researched interaction logs; and used for content collection and ad reporting.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Google tag manager, Zoho, Trello, Salesforce, AdWords, AdWords editor, Bing ads, Bing ads editor, Yahoo Gemini, Mongoose Metrics (Dialogtech), Formstack, Acquisio, Evernote, Winmerge, Lync (Skype), One Note, Office 2013, Skitch, Sublime Text, My Screen Recorder Pro, Wappalyzer Firefox plugin, Ghostery, Google Tag Assistant, Wasp Inspector, Edit this Cookie, Code Editor for GTM and Link Klipper Chrome plugins.</p>
<p><strong>CODE USED</strong></p>
<p>HTML4, HTML5, CSS2, CSS3, JAVASCRIPT</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
<b>Web Application Developer/Graphic Designer</b><span style="padding:0 11px;color:#fff;">Delray Computer (Owner and self-employed: freelance and full-time)</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">2005 - 2017</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Summerfield, FL & Greeley, CO</span>
</button>
</h2>
<div id="collapseEight" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>I owned Delray Computer from 2004 - 2016. A link to the <a href="https://dos.sunbiz.org/scripts/ficidet.exe?action=DETREG&docnum=G11000025729&rdocnum=G11000025729" target="_blank">Ficticious Name Filing for Delay Computer</a> is provided to prove authenticity. A link to <a href="https://reasst.com/samples/testimonials/" target="_blank">Testimonials about Delray Computer and Matthew Lind</a> is provided for verification. Contract and freelance web developer, Developed and maintained web applications. Software developer, Desktop publisher, Graphic designer, Repair technician, Computer trainer, Wired/wireless network technician, Computer consultant, PHP coding, Web template files using notepad/Wordpad/Dreamweaver, Created custom PHP form handling scripts from scratch. Modified PHP pages with new methods, classes, variables, and server-side scripting using session handlers, Customized PHP login scripts, splash pages, user admin layout, and checkout process. Use WordPress Multi User (WPMU). Utilized bootstrap and jQuery. Created Magento themes and setup Magento sites including backend programming. Created themes from scratch. Utilized Adobe and Microsoft products to create end user experience design and development. Create several web sites from scratch. Created several Drupal web sites with custom themes and custom content. Drupal web site monthly administration on an ongoing basis. Used existing WordPress themes including Upfront, and created new WordPress themes on a client by client basis from scratch. Created custom HTML5, CSS3, JavaScript and Jquery. Worked as a graphic designer designing PSD mockups, fav icons. Implemented Font Awesome icons. Created custom logos and graphics. Installed and tested plugins. Created responsive WordPress themes. Used media queries to adjust templates. Made JQuery slideshows. Made Twitter, LinkedIn and Facebook feed plugins. Setup MarketPress plugin and created custom storefront. Setup Google Maps API.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe CS, Windows 7 Professional, Windows XP, MS Office 365, Chrome, Firefox, Internet Explorer, Opera, Safari, Joomla, Zencart, Magento, Wordpress, Slack messaging, Microsoft Visio, Virtuemart, Coppermine, Skype, YouTube, BrowserStack, Gotomeeting, Gotomypc, AIM, Outlook/Outlook Express, Google Tools, Plugins and API's, including Webmaster Tools, Firefox Web Developer Tools, Analytics, Keyword Tools, AdWords, and AdSense.</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, CSS3, PHP, ASP, XML, JAVASCRIPT, JQUERY, MYSQL, MYSQLI</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseNine" aria-expanded="false" aria-controls="collapseNine">
<b>UI/UX Designer/Web Application Developer</b><span style="padding:0 11px;color:#fff;">Romano Income Strategies</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">2010 - 2015</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Lady Lake, FL</span>
</button>
</h2>
<div id="collapseNine" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Created business web site from concept to completion. Developed web design architecture and story boards. Developed UI framework and wireframes for company web site. Utilized modern design languages including WordPress, HTML5, CSS3, and Photoshop to create a visual brand to user experience. Created original web site in PHP using notepad, Photoshop, Flash, HTML4 and CSS 2. Site included Flash slideshow. Web site was sent to compliance department for review and was passed on every occasion. Web master, adding newsletters and doing updates. In 2015 converted original design into a WordPress responsive web site. Created new user interface (UI) and navigation to be mobile responsive in nature & added SEO capabilities using WordPress 2013 theme and converting to custom theme. Converted theme into original design based upon original PHP web site. Current site uses jQuery for mobile responsive slide show.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe CS, Windows 7, Windows XP, MS Office 2003, Microsoft Visio, Chrome, Firefox, Internet Explorer, Opera, Safari, WordPress, BrowserStack, Gotomeeting, Gotomypc, AIM, Outlook/Outlook Express, Google Webmaster Tools, Analytics, Keyword Tools, AdWords, AdSense.</p>
<p><strong>CODE USED</strong></p>
<p>HTML4, HTML5, CSS2, CSS3, PHP, XML, JAVASCRIPT, JQUERY, MYSQL, MYSQLI</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTen" aria-expanded="false" aria-controls="collapseTen">
<b>Real Estate Assistant (full-time, part-time, freelance)</b><span style="padding:0 11px;color:#fff;">Illustrated Properties and others</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">2003 - 2016</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Florida</span>
</button>
</h2>
<div id="collapseTen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Duties include creating hundreds of brochures & thousands of postcards, web master, writing and editing Real Estate advertisements, place advertisements with the Palm Beach Post, US mail and email, file and folder management, synchronize dB files, disk and file sharing, custom forms, form handlers, server-side scripting in PHP, email form results via PHP, form validation via PHP, other PHP script integration including mortgage calculators, image rotation, image randomization, PHP includes, backing up database and hard drive, scanning, copying pictures to disk, processing leads, email attachments, utilize/create clip art, ad revisions, attended meetings and training, type legal forms, fax revisions, evaluate and order new software, create visual tours, digital photography, order HOA/POA docs, web site design & promotion, link management & maintenance, telephone and in-person technical support, Blackberry and Palm Pilot synchronization, pull plat maps through local MLS, conduct MLS searches, pull Tax rolls.
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe Photoshop, Illustrator, PageMaker, InDesign, Windows 7, Windows XP, MS Office 2003, MS Office 2010, Chrome, Firefox, Internet Explorer, Opera, Safari, Netscape, Skype, YouTube, BrowserStack, Gotomeeting, Gotomypc, AIM, Outlook/Outlook Express, Google Webmaster Tools, Analytics, Keyword Tools, AdWords, AdSense, VisualTour.</p>
<p><strong>CODE USED</strong></p>
<p>HTML, CSS, PHP, ASP, JAVASCRIPT</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseEleven" aria-expanded="false" aria-controls="collapseEleven">
<b>Programmer</b><span style="padding:0 11px;color:#fff;">The Media Crew</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">05/2012 -06/2014</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Largo, FL</span>
</button>
</h2>
<div id="collapseEleven" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Graphic and web design. Video conversions and YouTube uploads. Bulk file management. Computer Networking. Database backup and restore. Online live software demos. SEO and SEM, including Google Tag Manager, Google AdWords, sitemaps, organic search engine optimization, and keyword research and development as webmaster of companies WordPress, Joomla and Smarty web sites. Worked within company's technological policies to avoid same origin and/or mixed content issues, and managed asset loading and caching. Unit testing and automated testing in TDD. Uploaded files to AWS and Google cloud accounts. Create custom logos and web page graphic design. Created print designs including full page ads, web banner ads, animated gif's, clip art, email graphics and email newsletters. Created and updated hundreds of company registration sites using PHP, JavaScript, HTML and CSS. Created custom WordPress themes, templates and widgets. Created email creatives and email templates. Created Facebook contests using OfferPop. Created Facebook covers. Created Facebook, YouTube, Twitter, and Google+ accounts and customizations including covers and backgrounds. Created hi-resolution print ads. Created online banners. Created web site splash - landing pages and thank you pages. Data list management. Email data management. Email verification. EFECTUS Affiliate Network Marketing, CPL/CPA/CPC software. Charity fund raising events. Lead management. Communications through email, Google chat, online chat, Skype, GoToMyPC and GoToMeeting. Screen sharing technical support. Office phone programming. One on one and online training. Setup webinars and webinar promotions. Supervised 1 employee. Video embedding on web site. Online chat operator. Back end web site programming in jQuery, JavaScript, AJAX, PHP, HTML and CSS. Wrote text for HTML newsletters. Wrote and posted blog posts. Wrote and uploaded knowledgebase articles with screenshots. Wrote scripts, recorded voiceovers and created screenshots for online video tutorials using Camtasia.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe CS, Windows 7 Professional, MS Office 2010, Amazon Web Services (AWS), Camtasia, Chrome, Firefox, Internet Explorer, Opera, Safari, Captivate, ListMate Pro, FreeOCR, Joomla, WordPress, ZenDesk, Skype, YouTube, Microsoft Visio, BrowserStack, GoToMeeting, GoToMyPC, AIM, Outlook/Outlook Express, WagonMailer, DOS, Handy Find and Replace, Bulk File Renamer, ZenDesk, Google Tools including Webmaster Tools, Analytics, Keyword Tools, AdWords, AdSense.</p>
<p><strong>CODE USED</strong></p>
<p>HTML4, HTML5, CSS2, CSS3, PHP, JAVASCRIPT, JQUERY, AJAX, MYSQL, MYSQLI, FTP, BOOTSTRAP, GOOGLE API'S</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwelve" aria-expanded="false" aria-controls="collapseTwelve">
<b>Web Content Specialist</b><span style="padding:0 11px;color:#fff;">F&W Media</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">04/2013 - 09/2013</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Loveland, CO</span>
</button>
</h2>
<div id="collapseTwelve" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Partnered with fellow designers, production and development team to create functional specifications for designs with focus on accuracy and detail. Worked within company's technological policies to avoid same origin and/or mixed content issues, and managed asset loading and caching. Accurately estimated and implemented the designs. Unit testing and automated testing in TDD. Created rich, aesthetically pleasing, and usable UI/UX experiences for customers and internal company web site users. UI/UX programmer for several company e-commerce web sites and portals. Production of websites utilizing WordPress & Drupal. Created Drupal content, managed theme structure and made visual changes to appearance using CSS3. Provided support, training and documentation on Digital Media. Converted .png files into WordPress themes. Troubleshoot PHP, CSS and HTML programming issues. Subversion (SVN) and Git Source Control. Created wire frames, custom web sites, web pages, and web templates in PHP5, HTML5, and CSS3. Used Google developer tools, Firefox, Firebug, User Agent Switcher, Firefox Dev Tools, and others. Worked in an Agile environment. Worked with the project management team. Helped define technical requirements for website and application enhancements, and collaborated with developers to implement them. Developed content, tools and services for use across the company's websites. Trained the editorial team to help populate Web content using CMS tools.</p>
<p>Please visit this <a href="https://reasst.com/portfolio/web-design-and-development.php" target="_blank">Web Page of Past Web Sites I Worked On.</a>. The specific web sites at F&W Media are: Artists Network, Deer & Deer Hunting, Shop Deer Hunting, and Craft Daily are/were Wordpress Multisite sites. F&W Media no longer exists as of 2017.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe CS, Axure, Windows 7 Professional, MS Office 2013, Microsoft Visio, Chrome, Firefox, Internet Explorer, Opera, Safari, BrowserStack, Browser Shots, ZenDesk, SharePoint, ExactTarget, QuickBase, Outlook, iPhone, iPad, Android.</p>
<p><strong>CODE USED</strong></p>
<p>HTML5, CSS3, PHP, JAVASCRIPT, JQUERY, AJAX</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThirteen" aria-expanded="false" aria-controls="collapseThirteen">
<b>Web Application Developer</b><span style="padding:0 11px;color:#fff;">Liner Source</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">04/2013 - 09/2013</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Eustis, FL</span>
</button>
</h2>
<div id="collapseThirteen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Built corporate web site using PHP/MySQL/HTML/CSS from concept to completion. Worked on Mac and PC computers. Web site includes Joomla 1.5 custom template, Virtuemart shopping cart, integrated WordPress blog, custom graphic design, custom Joomla template, user login/password area, order form, and shopping cart with over 400 products for sale. Other add ons include custom search feature, jQuery slideshows, jQuery drop down menus, jQuery treeview menus, JavaScript rollover menus, JavaScript rollover buttons, iFrames, DHTML email scrambler, Ajax inline menus. Served as web server administrator on MS Exchange Server 2003. In-house computer support for Windows XP, Windows Vista/Windows 7 desktop workstations. Telephone & in-house technical support.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFourteen" aria-expanded="false" aria-controls="collapseFourteen">
<b>Computer Support Analyst</b><span style="padding:0 11px;color:#fff;">Eaegis, Inc.</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">08/2010 - 11/2010</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Longwood, FL</span>
</button>
</h2>
<div id="collapseFourteen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Worked building NAS Systems to be shipped to clients throughout the United States and elsewhere. Utilized products, disks, and firmware manufactured by Qnap, ReadyNAS, Thecus, Western Digital, Data Robotics and others. Formatted NAS storage systems including 1, 2, 4, 6, 10 and 12 bays utilizing firmware on manufacturers storage units using RAID 0, RAID 1,RAID 5, RAID 6, RAID 10 and other formats on Seagate Standard and Enterprise and Hitachi Standard and Enterprise HDD's. Formatting of disks on Windows Server 2008 network. Conducted burn testing of all HDD's. Packaged and shipped NAS units through UPS and FedEx. Accepted deliveries of hard drives and NAS units into warehouse. Kept track of Inventory using QuickBooks and Excel. Created disk arrays of 1Tb to 24Tb. Worked with NAS units of 1 HDD to 12 HDD. Created custom graphics for company web site. Added/Modified/Deleted products on company web site. Answered phone calls and emails.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFifteen" aria-expanded="false" aria-controls="collapseFifteen">
<b>Web Developer/eLearning Instructional Designer</b><span style="padding:0 11px;color:#fff;">UNIM, LLC</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">08/2004 - 06/2005</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Boca Raton, FL</span>
</button>
</h2>
<div id="collapseFifteen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Duties involve creating original clip art and using clip art from CD's to make over 160 web templates. Created web templates for a web builder program written in Perl. Utilize Dreamweaver and Adobe Photoshop 7.0. Create original graphics, created hover buttons, nav bars, and complete layout of sites. Inserted tokens in Perl where navigation, site title, text, copyright, and image insertion would belong on each template. Experience using JavaScript, forms, marquees, banners. Experience downloading/uploading sites using Cute FTP. Utilized Macromedia Captivate (now Adobe Captivate) to created instructional videos on using web builder software. Created various web movies to instruct users on using software. Created voiceovers, animations, popup bubbles. Experience using AOL, Netscape Communicator, and MS Internet Explorer web browsers. Experience with MS Office 2000 & 2003.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe Photoshop, Macromedia Captivate (now Adobe Captivate), JavaScript, Dreamweaver, Windows Server 2000, MS Office 2000 and 2003, Internet Explorer 5</p>
<p><strong>CODE USED</strong></p>
<p>HTML, PERL, JAVASCRIPT</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSixteen" aria-expanded="false" aria-controls="collapseSixteen">
<b>Graphic Designer</b><span style="padding:0 11px;color:#fff;">Real Estate Marketing</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">09/2001 - 08/2002</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Boca Raton, FL</span>
</button>
</h2>
<div id="collapseSixteen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Worked as graphic designer and desktop publisher. Experience creating newsletters, postcards, brochures and other printed materials. Worked in a Windows NT network environment utilizing Corel Draw, Photoshop, PageMaker, digital cameras, scanners/OCR, Excel, Outlook Express, network printers & HTML coding with notepad. Created 40-50 newsletters and 80+ postcards monthly.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe Photoshop, Windows XP, MS Office 2000, Corel Draw, Quark Xpress</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeventeen" aria-expanded="false" aria-controls="collapseSeventeen">
<b>Computer Programmer/Analyst</b><span style="padding:0 11px;color:#fff;">Florida State University User Services</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">08/2000 - 03/2001</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Tallahassee, FL</span>
</button>
</h2>
<div id="collapseSeventeen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Worked as desktop publisher and trainer. Worked on User Services departmental website. Analyzed and developed instructor led performance training. Design, develop, and program instruction for multiple levels of users of computer systems and consult with end users to determine programming needs to enhance productivity. Created print materials including gathering data and creating newsletters, flyers, and brochures. Experience writing original web page and print media content, technical writing, and conducting technical Internet research. Worked on Mac and PC computer platforms. Taught in a computer enhanced classroom environment Photoshop, PageMaker, PowerPoint, MS Word, Windows 98', Windows NT, FrontPage, Netscape Composer, and MS Publisher.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseEighteen" aria-expanded="false" aria-controls="collapseEighteen">
<b>Web Designer</b><span style="padding:0 11px;color:#fff;">Fortune Management</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">12/1998 - 08/2000</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Lake Mary, FL</span>
</button>
</h2>
<div id="collapseEighteen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Key member of web development team. Duties involve taking materials supplied by client and creating web site home pages compatible in all browsers. Created 4+ home pages daily. Worked on an NT network using IIS, FrontPage, MS Word, MS Access, Outlook and Outlook Express, WordPad, and Notepad. Work with JavaScript libraries, CGI, Perl scripts, forms, scanners and OCR, and shopping cart cgi scripts. Some ASP development, including VBScript. Created custom style sheets. Utilize existing JavaScript libraries. Create original graphics and font work. Create nav bars, backgrounds, buttons, and complete layout of sites. Create original banners for banner advertising. Maintain existing sites. Recreate and debug existing sites. Call client and discuss web sites and upgrades.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe Photoshop, JavaScript, FrontPage, Windows 98', MS Office 98', Internet Explorer 4</p>
<p><strong>CODE USED</strong></p>
<p>HTML, ASP, JAVASCRIPT</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseNineteen" aria-expanded="false" aria-controls="collapseNineteen">
<b>Web Developer</b><span style="padding:0 11px;color:#fff;">All America Internet</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">04/1997 - 12/1998</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Boca Raton, FL</span>
</button>
</h2>
<div id="collapseNineteen" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Duties involve taking materials provided by client and creating web sites in a Windows environment. Utilize MS FrontPage 2000 and Adobe Photoshop 5.0. Create original graphics and font work, scan images and text, create hover buttons, nav bars, complete layout of sites. Installing JavaScript, forms, marquees, banners, etc. Experience downloading/uploading sites using WS FTP Pro. Experience using network and database. Experience calling client and discussing site/selling upgrades. Experience using AOL, Netscape Communicator, and MS Internet Explorer web browsers. Experience with MS Word, MS Office, and Outlook Express.</p>
<p><strong>SOFTWARE USED</strong></p>
<p>Adobe Photoshop, JavaScript, FrontPage, Windows 98', MS Office 98', Internet Explorer 4</p>
<p><strong>CODE USED</strong></p>
<p>HTML, CLASSIC ASP, VBSCRIPT, JAVASCRIPT</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwenty" aria-expanded="false" aria-controls="collapseTwenty">
<b>Assistant Editor Broadcast Television Post Production</b><span style="padding:0 11px;color:#fff;">Crawford Communication</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">08/1996 - 11/1997</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Atlanta, GA</span>
</button>
</h2>
<div id="collapseTwenty" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Duties include operating video and audio tape recorders, edit controllers, waveform monitors and vectorscopes, encoders and decoders, synchronizers, and standards converters; converting computer graphics formats; font conversions; setting up and timing of edit suites; editing videotape; operating character generators and videotape machines; conducting quality control of edited masters; creating original computer graphics using Adobe PhotoShop; tape to film and film to tape transfer sessions; operating DDR's; on line editing sessions; creating 3-D computer animation, and black and coding videotape stock. Working knowledge of routing switchers and patch bays, labeling and shipping, satellite transmission procedures, and frequent interaction with clients.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwentyone" aria-expanded="false" aria-controls="collapseTwentyone">
<b>Video Tape Operator Broadcast Television Post Production</b><span style="padding:0 11px;color:#fff;">Various Companies</span><span style="padding-top:3px;font-size:10px;color:#e1e1e1;">01/1995 - 08/1996</span><span style="padding-top:2px;padding-left:11px;font-size:13px;color:#00ff00;">Los Angeles, CA</span>
</button>
</h2>
<div id="collapseTwentyone" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Duties involve operating digital video tape and audio tape machines, edit controllers, wave form monitors and vectorscopes, encoders and decoders, synchronizers and standards converters; tape format conversions; computer file format conversions; operating character generators; setting up and timing of edit suites; black and coding video tape stock; operating DDR's; audio mixing and dubbing; routing switchers and patch bays; labeling and shipping; computer graphics, and frequent interaction with clients. Computer experience conforming Avid EDL lists; Macintosh to Max/Infinit font conversions using Fontographer, Make Master, Fetch and Suitcase programs; Graphic Transfers using Adobe PhotoShop or Illustrator files to DDR , Infinit, Henry or Flame using Chyron RGBa Write and Fetch programs. Dunn camera sessions to prints or slides. Max/Infinit Transform, 3-D and RGB tools expert; timing of machines, suites, DDR's, and CG's; changing tapes and doing dubs. Worked at Western Images (SF, CA), Multimedia Services, Lightning Dubbs, Pacific Ocean Post (Intern), Young & the Restless (Intern), and Concorde New Horizons (Intern).</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
</div>
<div class="row" style="display:inline-block;position:relative;left:45%;top:18px;">
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Freasst.com%2Fportfolio%2FLindWorkHistoryPort.php" target="_blank"><img src="img/valid-html.png" alt="Valid HTML"></a><a href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Freasst.com%2Fportfolio%2FLindWorkHistoryPort.php" target="_blank"><img src="img/vcss-blue.gif" alt="Valid CSS"></a>
</div>
<div class="row">
</div>
<?php include 'footer-portfolio-new.php';?>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script>//<![CDATA[
$('.collapse').on('shown.bs.collapse', function(e) {
var $card = $(this).closest('.accordion-item');
var $open = $($(this).data('parent')).find('.collapse.show');
var additionalOffset = 0;
if($card.prevAll().filter($open.closest('.accordion-item')).length !== 0)
{
additionalOffset = $open.height();
}
$('html,body').animate({
scrollTop: $card.offset().top - additionalOffset
}, 500);
});
//]]></script>
<script>
// tell the embed parent frame the height of the content
if (window.parent && window.parent.parent){
window.parent.parent.postMessage(["resultsFrame", {
height: document.body.getBoundingClientRect().height,
slug: "hLzg0n2y"
}], "*")
}
// always overwrite window.name, in case users try to set it manually
window.name = "result"
</script>
<script>
let allLines = []
window.addEventListener("message", (message) => {
if (message.data.console){
let insert = document.querySelector("#insert")
allLines.push(message.data.console.payload)
insert.innerHTML = allLines.join(";\r")
let result = eval.call(null, message.data.console.payload)
if (result !== undefined){
console.log(result)
}
}
})
</script>
</body>
</html>