Finalizing resume

This commit is contained in:
JayWll 2020-09-26 14:43:50 -06:00
parent 5d19cdc897
commit 4cc492636a
5 changed files with 71 additions and 27 deletions

View File

@ -34,19 +34,31 @@ section + section {
margin-bottom: 2rem;
}
ul.inline {
.card ul {
margin: 0;
padding-left: 1rem;
}
.card-inline.inline ul {
padding: 0;
}
ul.inline li {
.card-inline.inline ul li {
display: inline;
}
ul.inline li:not(:last-child)::after {
.card-inline.inline ul li:not(:last-child)::after {
content: ";";
}
.card-inline .inline-icon {
position: absolute;
top: 0;
right: 0;
padding: 1rem;
cursor: pointer;
}
section.resume-section .resume-item .resume-date {
min-width: 18rem;
}

View File

@ -92,6 +92,12 @@ a {
text-decoration: underline;
}
a.icon-link {
display: inline-block;
height: 1em;
color: var(--accent-color);
}
a:hover {
color: var(--dark-alt-accent-color);
text-decoration: none;

View File

@ -3,15 +3,27 @@
// Apply masonry layout to cards
$('.masonry').each(function() {
var opts = { itemSelector: '.masonry-wrapper' }
if ($(this).children().length < 6) opts.horizontalOrder = true
$(this).masonry(opts)
})
var opts = { itemSelector: '.masonry-wrapper' };
if ($(this).children().length < 6) opts.horizontalOrder = true;
$(this).masonry(opts);
});
// Add reorder icon to .card-inline
$('.card-inline').prepend('<div class="inline-icon" data-toggle="tooltip" title="Toggle bullet view"><i class="fas fa-stream"></i></div>');
$('.card-inline .inline-icon').click(function() {
var that = $(this);
that.closest('.card').toggleClass('inline').closest('.masonry').masonry();
setTimeout(() => {
that.tooltip('hide');
}, 2000);
});
// Smooth scrolling using jQuery easing
$('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
var hash = this.hash;
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html, body').animate({

View File

@ -33,10 +33,10 @@ function onStart()
<h1>Skills &amp; Expertise</h1>
<div class="masonry">
<div class="masonry-wrapper col-sm-6 col-xl-4">
<div class="card">
<div class="card card-inline inline">
<div class="card-body">
<h2 class="card-title">Product Management</h2>
<ul class="inline">
<ul>
<li>Product strategy and roadmap development</li>
<li>Project charter development</li>
<li>Design thinking; Design sprint facilitation</li>
@ -50,10 +50,10 @@ function onStart()
</div>
<div class="masonry-wrapper col-sm-6 col-xl-4">
<div class="card">
<div class="card card-inline inline">
<div class="card-body">
<h2 class="card-title">Project Management</h2>
<ul class="inline">
<ul>
<li>Business case development</li>
<li>Stakeholder management</li>
<li>Agile project management, especially Scrum</li>
@ -70,10 +70,10 @@ function onStart()
</div>
<div class="masonry-wrapper col-sm-6 col-xl-4">
<div class="card">
<div class="card card-inline inline">
<div class="card-body">
<h2 class="card-title">Lean Six-Sigma</h2>
<ul class="inline">
<ul>
<li>6σ project management (DMAIC and DMADV)</li>
<li>Value stream mapping</li>
<li>Value-add analysis and waste (muda) reduction</li>
@ -87,10 +87,10 @@ function onStart()
</div>
<div class="masonry-wrapper col-sm-6 col-xl-4">
<div class="card">
<div class="card card-inline inline">
<div class="card-body">
<h2 class="card-title">Business Analysis</h2>
<ul class="inline">
<ul>
<li>Opportunity evaluation</li>
<li>Requirement elicitation and documentation</li>
<li>Process and workflow modelling</li>
@ -104,10 +104,10 @@ function onStart()
</div>
<div class="masonry-wrapper col-sm-6 col-xl-4">
<div class="card">
<div class="card card-inline inline">
<div class="card-body">
<h2 class="card-title">Business Technology</h2>
<ul class="inline">
<ul>
<li>Google G-Suite</li>
<li>Microsoft Office suite, including Visio, Project</li>
<li>JIRA</li>
@ -135,18 +135,31 @@ function onStart()
<div class="resume-content">
<h2 class="mb-0">Senior Manager, Intelligent Process Automation</h2>
<h3 class="mb-3">ATB Financial · Calgary, Canada</h3>
<p>Blurb</p>
<p>As a product manager for automation Ive had the opportunity to bring together elements of design thinking and Lean with techniques for process management and Agile project management to help grow ATBs capabilities in intelligent process automation from a single squad attempting to automate processes in a like-for-like way to a mature team operating from a well established framework.</p>
<p>In addition to playing a leading role in developing that framework I also led the teams efforts in federating that model: establishing a centre of excellence within the automation team while decentralizing the capabilities by teaching other teams how to automate their business processes as well as leading the development of automation products for loan servicing, Mastercard and deposit maintenance.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2018 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h2 class="mb-0">Manager, Work Reimagined Labs</h2>
<h3 class="mb-3">ATB Financial · Calgary, Canada</h3>
<p>Responsible for helping teams across the organization reimagine their business processes to better take advantage of new, more collaborative tools. My focus was on establishing a framework and a playbook for this that borrowed heavily from the “Design Sprint” methodology for design thinking popularized at Google Ventures. I led a team of lab facilitators.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2017 - January 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h2 class="mb-0">Project Manager, Retail Financial Services</h2>
<h3 class="mb-3">ATB Financial · Calgary, Canada</h3>
<p>Blurb</p>
<p>Expanding upon my already proven ability to lead projects from inception to completion on time and on budget, the project manager role afforded me the opportunity to build and lead effective project teams. Responsible for project planning, management of project stakeholders, communication, risk, schedule, budget, quality, and ultimate successful delivery of projects.</p>
<p>My primary focus was leading projects within the retail arm of the bank, I also acted as a single point of contact representing the retail banking business unit on large-scale, enterprise wide initiatives, playing a leading role in stakeholder, resource and organizational change management.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">March 2013 - September 2017</span>
@ -157,7 +170,8 @@ function onStart()
<div class="resume-content">
<h2 class="mb-0">Senior Business Analyst, Business Transformation</h2>
<h3 class="mb-3">ATB Financial · Calgary, Canada</h3>
<p>Blurb</p>
<p>Working with the Business Transformation team allowed me to take the work I had been doing on behalf of ATB's Customer Acquisition and Care teams for some time and apply the same approach, methodologies and tools to initiatives with a broader scope and wider benefit.</p>
<p>Taking on a mix of business analysis and project management functions, my primary focus was working closely with technical partners and stakeholders, using six sigma and lean methodologies to deliver optimized business processes along with technology that supported and complimented them.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2013 - November 2014</span>
@ -168,7 +182,7 @@ function onStart()
<div class="resume-content">
<h2 class="mb-0">Business Banking Specialist</h2>
<h3 class="mb-3">HSBC · Swansea, United Kingdom</h3>
<p>Blurb</p>
<p>Acted as the primary point of contact for small and medium business customers based throughout the UK and beyond, providing banking support and services. Assisted with transactional queries both simple and complex. Sold and advised clients on a wide variety of products and services. Demonstrated a commitment to providing industry leading levels of customer service, and received multiple individual awards for excellent customer satisfaction scores.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">March 2013 - Present</span>
@ -257,7 +271,7 @@ function onStart()
<h2 class="card-title">Connected RPA Delivers A Digital Workforce</h2>
<h3>Computerworld · June 2019</h3>
<p class="card-text">Robotic Process Automation is poised to make a positive impact on how work gets done. At the recent Blue Prism World event in Orlando, the potential for RPA was center stage. Find out what connected RPA can do for business - today and tomorrow.</p>
<a href="https://www.computerworld.com/article/3401137/connected-rpa-delivers-a-digital-workforce.html" class="card-link float-right">Read Article</a>
<a href="https://www.computerworld.com/article/3401137/connected-rpa-delivers-a-digital-workforce.html" class="card-link float-right icon-link" data-toggle="tooltip" title="Read article"><i class="fas fa-share"></i></a>
</div>
</div>
</div>
@ -269,7 +283,7 @@ function onStart()
<h2 class="card-title">This Canadian financial institution disrupted their industry with AI!</h2>
<h3>AI Week · August 2018</h3>
<p class="card-text">Any discussion of insurgents in the financial services industry and companies using artificial intelligence (AI) to get business value from their data would be incomplete if it didn't include ATB Financial, the largest Alberta-based financial...</p>
<a href="http://aiweek.io/finance-banking/this-canadian-financial-institution-disrupted-their-industry-with-ai/" class="card-link float-right">Read Article</a>
<a href="http://aiweek.io/finance-banking/this-canadian-financial-institution-disrupted-their-industry-with-ai/" class="card-link float-right icon-link" data-toggle="tooltip" title="Read article"><i class="fas fa-share"></i></a>
</div>
</div>
</div>
@ -281,7 +295,7 @@ function onStart()
<h2 class="card-title">Why ATB Financial moved its entire organization to G Suite</h2>
<h3>TechRepublic · March 2018</h3>
<p class="card-text">This financial institution shares the changes and challenges it experienced while transitioning to G Suite.</p>
<a href="https://www.techrepublic.com/article/why-atb-financial-moved-its-entire-organization-to-g-suite/" class="card-link float-right">Read Article</a>
<a href="https://www.techrepublic.com/article/why-atb-financial-moved-its-entire-organization-to-g-suite/" class="card-link float-right icon-link" data-toggle="tooltip" title="Read article"><i class="fas fa-share"></i></a>
</div>
</div>
</div>
@ -293,7 +307,7 @@ function onStart()
<h2 class="card-title">High-tech bank helps Edmonton's homeless access financial services</h2>
<h3>CBC · September 2017</h3>
<p class="card-text">In what's believed to be a first for Alberta, a bank is using biometric technology to help homeless people manage their money.</p>
<a href="https://www.cbc.ca/news/canada/edmonton/four-directions-financial-biometric-technology-homeless-1.4300538" class="card-link float-right">Read Article</a>
<a href="https://www.cbc.ca/news/canada/edmonton/four-directions-financial-biometric-technology-homeless-1.4300538" class="card-link float-right icon-link" data-toggle="tooltip" title="Read article"><i class="fas fa-share"></i></a>
</div>
</div>
</div>

View File

@ -6,8 +6,8 @@ is_hidden = 0
<div class="row">
<div class="col-lg-5 order-lg-2">
<h1>Welcome</h1>
<p>Welcome to Ja.son-Williams.ca, the little home on the web of surprise, surprise Jason Williams.</p>
<p>Jay is a caucasian male originally from <a href="https://en.wikipedia.org/wiki/Swansea">Swansea, UK</a> but last spotted in <a href="https://en.wikipedia.org/wiki/Calgary">Calgary, Canada</a>. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.</p>
<p>Welcome to Ja.son-Williams.ca, the little home on the web of perhaps unsurprisingly Jason Williams.</p>
<p>Jay is a human male originally from <a href="https://en.wikipedia.org/wiki/Swansea">Swansea, UK</a> but last spotted in <a href="https://en.wikipedia.org/wiki/Calgary">Calgary, Canada</a>. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.</p>
<p>He doesn't keep very much stuff here, but to browse around please make a selection from the menu at the top right of the page.</p>
<h2>Available Everywhere</h2>