@@ -48,8 +48,8 @@ I'm a full stack web developer, leaning toward frontend, **user experience
48
48
## Experience
49
49
50
50
<Experience className='mt-4' company='Self' location='Remote, Portland, OR'
51
- position='UX Engineering Consultant' timeBegin={ new Date('2020-07-15')}
52
- timeEnd= 'present'
51
+ position='UX Engineering Consultant' time={{begin: new Date('2020-07-15'),
52
+ end: 'present'}}
53
53
54
54
>
55
55
@@ -62,8 +62,8 @@ Angular, Ember.js, Python, React, Ruby on Rails, Storybook, Tailwind, Vue.js.
62
62
</Experience >
63
63
64
64
<Experience className='mt-8' company='CrowdStrike' location='Remote, Portland,
65
- OR' position='Senior Software Developer' timeBegin={ new Date('2013-04-15')}
66
- timeEnd={ new Date('2020-02-15')}
65
+ OR' position='Senior Software Developer' time={{begin: new Date('2013-04-15'),
66
+ end: new Date('2020-02-15')} }
67
67
68
68
>
69
69
@@ -77,8 +77,8 @@ monthly to 10x daily. Ember.js, Node.js, Python, Elasticsearch, Swagger.
77
77
</Experience >
78
78
79
79
<Experience className='mt-8' company='Gravity' location='Santa Monica, CA'
80
- position='Senior Software Developer' timeBegin={ new Date('2010-11-15')}
81
- timeEnd={ new Date('2013-04-15')}
80
+ position='Senior Software Developer' time={{begin: new Date('2010-11-15'),
81
+ end: new Date('2013-04-15')} }
82
82
83
83
>
84
84
@@ -92,8 +92,8 @@ this niche.
92
92
</Experience >
93
93
94
94
<Experience className='mt-8' company='Quantcast' location='San Francisco, CA'
95
- position='Software Developer' timeBegin={ new Date('2008-09-15')} timeEnd={ new
96
- Date('2010-08-15')}
95
+ position='Software Developer' time={{begin: new Date('2008-09-15'), end: new
96
+ Date('2010-08-15')}}
97
97
98
98
>
99
99
@@ -109,7 +109,7 @@ Django.
109
109
110
110
<Experience className='mt-4' company='University of Washington'
111
111
location='Seattle, WA' position='B.S. Computer Science, B.A. Linguistics'
112
- timeBegin={new Date('2004-09-15')} timeEnd={new Date('2008-08-15')} />
112
+ />
113
113
114
114
## Colophon
115
115
0 commit comments