initial test

This commit is contained in:
Paul Trowbridge 2021-11-13 00:50:33 -05:00
commit bd43493142
23 changed files with 1183 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

4
config.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = "https://hptrow.me/"
languageCode = "en-us"
title = "Paul & Hayley Trowbridge"
theme = "ananke"

View File

@ -0,0 +1,60 @@
---
title: "Resume"
date: 2021-11-13T00:35:21-05:00
draft: false
---
Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
**Corporate Pricing Manager** - `The HC Companies, Inc. 2019 - Present`
* Lead new pricing function established for the company
* Establish pricing targets and goals for quoted business
* Review all quotes and work with sales team to keep pricing in line with objectives
* Maintain price lists
* Ensure pricing is correct from quote to cash
* R language plotting and statistical analysis to base pricing decisions on
**Cost Analyst** - `The HC Companies, Inc. 2012 - 2019
_$200 million manufacturer of plastic horticultural containers owned by Wingate Partners (4 US, 2 Can sites)_
* Forecasting
1. Develop sales planning framework and program
2. Develop MRP logic to build production plans from sales plan
3. Forecast balance sheet along with revolver and collateral balances.
* Accounting
* Build in-house financial consolidation logic
* Prepare internal financial statements
* Furnish live auto consolidating pivot of financials for mid-month reviews
* Bank recs for all cash and intercompany balances
* Rec L/T balance sheet items (revolver, term loans, intangibles, promissory notes, all equity)
* Accounting for mixed asset/stock acquisition
* In-house fixer for whatever comes up during close
* Systems/BI
* Develop test environment for staged cost rolls to model impact
* Build out sales data set and partner with commercial team to craft disciplined strategic pricing approach
* Develop SQL repository to collaborate with other users on (80k lines)
* Write small C# dotnet core ETL command line program to sync data from legacy ERP to Postgres
* Pioneer MS Power BI for the organization and demonstrate capabilities
**Cost Analyst** `PPG Industries, Barberton Ohio 2010-2012`
_$1.5 billion Optical & Specialty Chemicals division of PPG Industries (NYSE-PPG, Barberton plant)_
* Responsibilities with standard costs, cost system, and all period end standard cost processing
* Annual operating plan coordination & consolidation
* Provide inventory & account accuracy plant-wide (reconciliations, physical inventories, etc.)
* Support (and implementation) of conversion from old proprietary COBOL system to SAP
**Cost Analyst** `Masco Retail Cabinet Group, Waverly Ohio 2007-2010`
$1 billion division of Masco (NYSE-MAS) manufacturing assembled and ready to assemble cabinetry (1 of 5 plants)
* Compile annual budgets and monthly spending forecasts
* Develop standard labor and overhead burden rates and explain subsequent variances
* Provide support for system conversion and standard cost system implementation
* Develop and maintain customized BOM explosion program & cost environment
* Maintain inventory accuracy through analyses and quarterly physicals
* Develop reporting out of ultra-large databases (billions of records)
The University of Akron BS in Accounting GPA 3.3 2002-2006

117
public/404.html Normal file
View File

@ -0,0 +1,117 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Paul &amp; Hayley Trowbridge</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.3" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hptrow.me/404.html" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Paul &amp; Hayley Trowbridge
</a>
<div class="flex-l items-center">
</div>
</div>
</nav>
</div>
</header>
<main class="pb7" role="main">
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://hptrow.me/" >
&copy; Paul & Hayley Trowbridge 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>

File diff suppressed because one or more lines are too long

1
public/ananke/css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,134 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Paul &amp; Hayley Trowbridge</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.3" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<meta property="og:title" content="Categories" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hptrow.me/categories/" />
<meta itemprop="name" content="Categories">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Paul &amp; Hayley Trowbridge
</a>
<div class="flex-l items-center">
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Categories
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="ph4">
</section>
</div>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://hptrow.me/" >
&copy; Paul & Hayley Trowbridge 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Paul &amp; Hayley Trowbridge</title>
<link>https://hptrow.me/categories/</link>
<description>Recent content in Categories on Paul &amp; Hayley Trowbridge</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://hptrow.me/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

183
public/index.html Normal file
View File

@ -0,0 +1,183 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Paul &amp; Hayley Trowbridge</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.3" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<meta property="og:title" content="Paul &amp; Hayley Trowbridge" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hptrow.me/" />
<meta property="og:updated_time" content="2021-11-13T00:35:21-05:00" />
<meta itemprop="name" content="Paul &amp; Hayley Trowbridge">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Paul &amp; Hayley Trowbridge"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Paul &amp; Hayley Trowbridge
</a>
<div class="flex-l items-center">
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Paul &amp; Hayley Trowbridge
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
</article>
<div class="pa3 pa4-ns w-100 w-70-ns center">
<h1 class="flex-none">
Recent Posts
</h1>
<section class="w-100 mw8">
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/posts/my-first-post/" class="color-inherit dim link">
Resume
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc.
</div>
<a href="/posts/my-first-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
</section>
</div>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://hptrow.me/" >
&copy; Paul & Hayley Trowbridge 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>

27
public/index.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Paul &amp; Hayley Trowbridge</title>
<link>https://hptrow.me/</link>
<description>Recent content on Paul &amp; Hayley Trowbridge</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 13 Nov 2021 00:35:21 -0500</lastBuildDate>
<atom:link href="https://hptrow.me/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Resume</title>
<link>https://hptrow.me/posts/my-first-post/</link>
<pubDate>Sat, 13 Nov 2021 00:35:21 -0500</pubDate>
<guid>https://hptrow.me/posts/my-first-post/</guid>
<description>Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc.</description>
</item>
</channel>
</rss>

6
public/menu Normal file
View File

@ -0,0 +1,6 @@
---
title: "Menu"
date: 2021-11-13T00:43:46-05:00
draft: true
---

148
public/posts/index.html Normal file
View File

@ -0,0 +1,148 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Paul &amp; Hayley Trowbridge</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.3" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<meta property="og:title" content="Posts" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hptrow.me/posts/" />
<meta property="og:updated_time" content="2021-11-13T00:35:21-05:00" />
<meta itemprop="name" content="Posts">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Paul &amp; Hayley Trowbridge
</a>
<div class="flex-l items-center">
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Posts
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="pa3 pa4-ns nested-copy-line-height nested-img">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray"></section>
<section class="flex-ns flex-wrap justify-around mt5">
<div class="relative w-100 w-30-l mb4 bg-white"><div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/my-first-post/" class="link black dim">
Resume
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc.
</div>
</div>
</div>
</div>
</section>
</article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://hptrow.me/" >
&copy; Paul & Hayley Trowbridge 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>

27
public/posts/index.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Paul &amp; Hayley Trowbridge</title>
<link>https://hptrow.me/posts/</link>
<description>Recent content in Posts on Paul &amp; Hayley Trowbridge</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 13 Nov 2021 00:35:21 -0500</lastBuildDate>
<atom:link href="https://hptrow.me/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Resume</title>
<link>https://hptrow.me/posts/my-first-post/</link>
<pubDate>Sat, 13 Nov 2021 00:35:21 -0500</pubDate>
<guid>https://hptrow.me/posts/my-first-post/</guid>
<description>Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,260 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Resume | Paul &amp; Hayley Trowbridge</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc.">
<meta name="generator" content="Hugo 0.68.3" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<meta property="og:title" content="Resume" />
<meta property="og:description" content="Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://hptrow.me/posts/my-first-post/" />
<meta property="article:published_time" content="2021-11-13T00:35:21-05:00" />
<meta property="article:modified_time" content="2021-11-13T00:35:21-05:00" />
<meta itemprop="name" content="Resume">
<meta itemprop="description" content="Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc.">
<meta itemprop="datePublished" content="2021-11-13T00:35:21-05:00" />
<meta itemprop="dateModified" content="2021-11-13T00:35:21-05:00" />
<meta itemprop="wordCount" content="397">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Resume"/>
<meta name="twitter:description" content="Paul Trowbridge
Stow, OH | 330.819.3826 | paul@hptrow.me | https://hptrow.me
Corporate Pricing Manager - The HC Companies, Inc. 2019 - Present
Lead new pricing function established for the company Establish pricing targets and goals for quoted business Review all quotes and work with sales team to keep pricing in line with objectives Maintain price lists Ensure pricing is correct from quote to cash R language plotting and statistical analysis to base pricing decisions on Cost Analyst - `The HC Companies, Inc."/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Paul &amp; Hayley Trowbridge
</a>
<div class="flex-l items-center">
</div>
</div>
</nav>
</div>
</header>
<main class="pb7" role="main">
<article class="flex-l flex-wrap justify-between mw8 center ph3">
<header class="mt4 w-100">
<aside class="instapaper_ignoref b helvetica tracked">
POSTS
</aside>
<div id="sharing" class="mt3">
<a href="https://www.facebook.com/sharer.php?u=https://hptrow.me/posts/my-first-post/" class="facebook no-underline" aria-label="share on Facebook">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M28.765,50.32h6.744V33.998h4.499l0.596-5.624h-5.095 l0.007-2.816c0-1.466,0.14-2.253,2.244-2.253h2.812V17.68h-4.5c-5.405,0-7.307,2.729-7.307,7.317v3.377h-3.369v5.625h3.369V50.32z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;"/></svg>
</a>
<a href="https://twitter.com/share?url=https://hptrow.me/posts/my-first-post/&amp;text=Resume" class="twitter no-underline" aria-label="share on Twitter">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https://hptrow.me/posts/my-first-post/&amp;title=Resume" class="linkedin no-underline" aria-label="share on LinkedIn">
<svg height="32px" style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</a>
</div>
<h1 class="f1 athelas mt3 mb1">Resume</h1>
<time class="f6 mv4 dib tracked" datetime="2021-11-13T00:35:21-05:00">November 13, 2021</time>
</header>
<div class="nested-copy-line-height lh-copy serif f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"><p>Paul Trowbridge</p>
<p>Stow, OH | 330.819.3826 | <a href="mailto:paul@hptrow.me">paul@hptrow.me</a> | <a href="https://hptrow.me">https://hptrow.me</a></p>
<p><strong>Corporate Pricing Manager</strong> - <code>The HC Companies, Inc. 2019 - Present</code></p>
<ul>
<li>Lead new pricing function established for the company</li>
<li>Establish pricing targets and goals for quoted business</li>
<li>Review all quotes and work with sales team to keep pricing in line with objectives</li>
<li>Maintain price lists</li>
<li>Ensure pricing is correct from quote to cash</li>
<li>R language plotting and statistical analysis to base pricing decisions on</li>
</ul>
<p><strong>Cost Analyst</strong> - `The HC Companies, Inc. 2012 - 2019
<em>$200 million manufacturer of plastic horticultural containers owned by Wingate Partners (4 US, 2 Can sites)</em></p>
<ul>
<li>Forecasting
<ol>
<li>Develop sales planning framework and program</li>
<li>Develop MRP logic to build production plans from sales plan</li>
<li>Forecast balance sheet along with revolver and collateral balances.</li>
</ol>
</li>
<li>Accounting
<ul>
<li>Build in-house financial consolidation logic</li>
<li>Prepare internal financial statements</li>
<li>Furnish live auto consolidating pivot of financials for mid-month reviews</li>
<li>Bank recs for all cash and intercompany balances</li>
<li>Rec L/T balance sheet items (revolver, term loans, intangibles, promissory notes, all equity)</li>
<li>Accounting for mixed asset/stock acquisition</li>
<li>In-house fixer for whatever comes up during close</li>
</ul>
</li>
<li>Systems/BI
<ul>
<li>Develop test environment for staged cost rolls to model impact</li>
<li>Build out sales data set and partner with commercial team to craft disciplined strategic pricing approach</li>
<li>Develop SQL repository to collaborate with other users on (80k lines)</li>
<li>Write small C# dotnet core ETL command line program to sync data from legacy ERP to Postgres</li>
<li>Pioneer MS Power BI for the organization and demonstrate capabilities</li>
</ul>
</li>
</ul>
<p><strong>Cost Analyst</strong> <code>PPG Industries, Barberton Ohio 2010-2012</code>
<em>$1.5 billion Optical &amp; Specialty Chemicals division of PPG Industries (NYSE-PPG, Barberton plant)</em></p>
<ul>
<li>Responsibilities with standard costs, cost system, and all period end standard cost processing</li>
<li>Annual operating plan coordination &amp; consolidation</li>
<li>Provide inventory &amp; account accuracy plant-wide (reconciliations, physical inventories, etc.)</li>
<li>Support (and implementation) of conversion from old proprietary COBOL system to SAP</li>
</ul>
<p><strong>Cost Analyst</strong> <code>Masco Retail Cabinet Group, Waverly Ohio 2007-2010</code>
$1 billion division of Masco (NYSE-MAS) manufacturing assembled and ready to assemble cabinetry (1 of 5 plants)</p>
<ul>
<li>Compile annual budgets and monthly spending forecasts</li>
<li>Develop standard labor and overhead burden rates and explain subsequent variances</li>
<li>Provide support for system conversion and standard cost system implementation</li>
<li>Develop and maintain customized BOM explosion program &amp; cost environment</li>
<li>Maintain inventory accuracy through analyses and quarterly physicals</li>
<li>Develop reporting out of ultra-large databases (billions of records)</li>
</ul>
<p>The University of Akron BS in Accounting GPA 3.3 2002-2006</p>
<ul class="pa0">
</ul>
<div class="mt6 instapaper_ignoref">
</div>
</div>
<aside class="w-30-l mt6-l">
</aside>
</article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://hptrow.me/" >
&copy; Paul & Hayley Trowbridge 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://hptrow.me/posts/</title><link rel="canonical" href="https://hptrow.me/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://hptrow.me/posts/" /></head></html>

28
public/sitemap.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://hptrow.me/</loc>
<lastmod>2021-11-13T00:35:21-05:00</lastmod>
</url>
<url>
<loc>https://hptrow.me/posts/</loc>
<lastmod>2021-11-13T00:35:21-05:00</lastmod>
</url>
<url>
<loc>https://hptrow.me/posts/my-first-post/</loc>
<lastmod>2021-11-13T00:35:21-05:00</lastmod>
</url>
<url>
<loc>https://hptrow.me/categories/</loc>
</url>
<url>
<loc>https://hptrow.me/tags/</loc>
</url>
</urlset>

134
public/tags/index.html Normal file
View File

@ -0,0 +1,134 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Paul &amp; Hayley Trowbridge</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.3" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<link href="/tags/index.xml" rel="feed" type="application/rss+xml" title="Paul &amp; Hayley Trowbridge" />
<meta property="og:title" content="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hptrow.me/tags/" />
<meta itemprop="name" content="Tags">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Paul &amp; Hayley Trowbridge
</a>
<div class="flex-l items-center">
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Tags
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="ph4">
</section>
</div>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://hptrow.me/" >
&copy; Paul & Hayley Trowbridge 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>

14
public/tags/index.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Paul &amp; Hayley Trowbridge</title>
<link>https://hptrow.me/tags/</link>
<description>Recent content in Tags on Paul &amp; Hayley Trowbridge</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://hptrow.me/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 869b03ea78b6238febe54cae970b23312d099ff6