Skip to content

Commit

Permalink
Merge pull request #22 from jberry93/chore/ethika
Browse files Browse the repository at this point in the history
refactor(bundle): updated bundle to reflect past changes
  • Loading branch information
jberry93 authored Sep 14, 2016
2 parents 657c970 + f0c7fe1 commit 3964cd4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -21193,7 +21193,7 @@
_react2.default.createElement(
'p',
{ style: _AppStyles2.default.sectionText },
'Irvine, CA'
'Torrance, CA'
)
)
)
Expand Down Expand Up @@ -21339,6 +21339,25 @@
_react2.default.createElement(
'div',
{ style: _AppStyles2.default.sectionContainer, className: 'row' },
_react2.default.createElement(
'div',
{ className: 'column' },
_react2.default.createElement(
'h5',
{ style: _AppStyles2.default.sectionTitle },
'Ethika'
),
_react2.default.createElement(
'p',
{ style: _AppStyles2.default.sectionText },
'August 2016 ~ Present'
),
_react2.default.createElement(
'p',
{ style: _AppStyles2.default.sectionText },
'Web Developer'
)
),
_react2.default.createElement(
'div',
{ className: 'column' },
Expand Down

0 comments on commit 3964cd4

Please sign in to comment.