Better banking platform
This commit is contained in:
parent
8eba523611
commit
beb6a41931
6 changed files with 40 additions and 2 deletions
|
@ -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",
|
||||
|
|
13
src/app.scss
13
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;
|
||||
}
|
||||
|
|
BIN
src/assets/media/better_banking_platform/desktop.jpg
Normal file
BIN
src/assets/media/better_banking_platform/desktop.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
BIN
src/assets/media/better_banking_platform/preview.jpg
Normal file
BIN
src/assets/media/better_banking_platform/preview.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
25
src/posts/better-banking-platform.md
Normal file
25
src/posts/better-banking-platform.md
Normal file
|
@ -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.
|
||||
|
||||

|
||||
[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**.
|
||||
|
||||

|
||||
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.
|
||||
|
||||
<p>
|
||||
<div class="embed">
|
||||
<iframe src="https://www.youtube.com/embed/swsX90wK5Ks?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
###### Javascript, Ember, Unit/Integration/Acceptance Testing, Test Driven Development, Sass
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue