diff --git a/package.json b/package.json index 410f6b0..f30cdd3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "build": "npm run vendor && make build", "vendor": "mkdir -p build && cp ./node_modules/toast-grid/css/grid.css ./build", - "deploy": "aws s3 sync . s3://www.joewroten.com" + "deploy": "aws s3 sync ./build s3://www.joewroten.com" }, "dependencies": { "handlebars": "^4.0.5", diff --git a/src/app.scss b/src/app.scss index 845c3da..45f9a2d 100644 --- a/src/app.scss +++ b/src/app.scss @@ -115,6 +115,18 @@ video { border-radius: .25rem; } +.embed { + position: relative; + padding-bottom: 56.25%; + height: 0; + + > iframe { + position: absolute; + width: 100%; + height: 100%; + } +} + .text-code { font-family: 'Source Code Pro', monospace; } @@ -158,6 +170,7 @@ video { } h6 { + clear: both; text-align: center; color: $light; } diff --git a/src/assets/media/better_banking_platform/desktop.jpg b/src/assets/media/better_banking_platform/desktop.jpg new file mode 100644 index 0000000..8d04ece Binary files /dev/null and b/src/assets/media/better_banking_platform/desktop.jpg differ diff --git a/src/assets/media/better_banking_platform/preview.jpg b/src/assets/media/better_banking_platform/preview.jpg new file mode 100644 index 0000000..71eb511 Binary files /dev/null and b/src/assets/media/better_banking_platform/preview.jpg differ diff --git a/src/posts/better-banking-platform.md b/src/posts/better-banking-platform.md new file mode 100644 index 0000000..efd7714 --- /dev/null +++ b/src/posts/better-banking-platform.md @@ -0,0 +1,25 @@ +--- +title: Better Banking Platform +type: article +order: 201 +preview: better_banking_platform/preview.jpg +description: Empowered people and strengthening communities with better financial tools. +client: Q2 +layout: post.html +--- + +Building a banking platform that stands up to user expectations can be challenging. Simultaniously supporting the ease of use of _personal banking_ while providing advanced _commercial business_ needs is a major task to undertake. + +![Mobile](../../assets/media/better_banking_platform/preview.jpg) +[Q2](https://www.q2ebanking.com/) provides a banking platform that interfaces personal and professional banking needs into a single tool. They then offer this as a customizable _software as a service_ to banks and credit unions big or small. Community banks who would have otherwise had to outsource or hire a team to build a platform with **potential security holes and poor usability are a thing of the past**. + +![Desktop](../../assets/media/better_banking_platform/desktop.jpg) +These solutions need to scale. A company like Q2 exposes you to tremendously skilled people who's talent rubs off on you as you learn to ship features and maintain the stability of an ever evolving application many depend on. I helped lead the drive towards integration and acceptance testing along with a **test driven development initiative to change the culture of development** for the better. + +

+

+ +
+

+ +###### Javascript, Ember, Unit/Integration/Acceptance Testing, Test Driven Development, Sass diff --git a/src/posts/navigating-employee-benefits.md b/src/posts/navigating-employee-benefits.md index 210e246..b836a6b 100644 --- a/src/posts/navigating-employee-benefits.md +++ b/src/posts/navigating-employee-benefits.md @@ -1,7 +1,7 @@ --- title: Navigating Employee Benefits type: article -order: 303 +order: 401 preview: navigating_employee_benefits/preview.jpg description: Understanding your benefits package doesn't need to be hard. client: Johns Hopkins