Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
ADD: fix cv;
Browse files Browse the repository at this point in the history
  • Loading branch information
denistsoi committed Oct 3, 2019
1 parent 9ed2ea7 commit d3d3b3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/theme/layouts/cv.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ p {
@apply pb-2 m-0 mt-4 font-light text-lg
}
.time {
@apply text-sm bg-green-900 rounded text-gray-100 py-1 px-2
@apply text-sm bg-green-900 rounded text-gray-100 py-1 px-2 ml-1
}
}
</style>
8 changes: 4 additions & 4 deletions docs/.vuepress/theme/styles/theme.styl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@tailwind base;

body {
margin: 0;
}

@tailwind components;

@tailwind utilities;

body {
margin: 0;
}

blockquote {
border-left: .25rem solid #dfe2e5;
padding-left: 1rem;
Expand Down
12 changes: 5 additions & 7 deletions docs/cv/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Software Engineer
Covergo
```

- Lead developer on React Native app for offline insurance applications.
- Developed on white-label insurance comparison website.
- Developed scripts for devops / automated qa.
- Developed React Native app for offline insurance applications.

### 02/2018 - 07/2018 <span class="time">6m</span>

Expand All @@ -43,8 +43,8 @@ GDC/Energybox (Product Team)
```

- Introduced modern web practices, webpack/npm/automated build steps.
- Implemented custom Mapbox-gl view for application using open-source map tile providers.
- Built proof of concept to improve data processing pipeline using [nedis](https://github.com/tj/nedis) and pm2 workers.
- Implemented custom Mapbox-gl using open-source map tile providers.
- Built POC to improve data processing pipeline using [nedis](https://github.com/tj/nedis) and pm2 workers.

### 06/2016 - 12/2016 <span class="time">6m</span>

Expand Down Expand Up @@ -79,7 +79,7 @@ Makible
```

- Introduced to Golang development.
- Focused mainly on Chrome Extension app using ThreeJS.
- Focused mainly on Chrome Extension app using ThreeJS
- and serial api to communicate with Makibox 3D printer.

### 08/2013 - 01/2014 <span class="time">5m</span>
Expand Down Expand Up @@ -115,7 +115,7 @@ General Assembly, Hong Kong
Frontend Web Development Alumni
```

- 10 week part time evening course teaching the fundamentals of frontend web development.
- Part time evening course teaching the fundamentals of frontend web development.
- Was successfully hired as a junior developer for [Imagination](#_08-2013-01-2014) before course completion.

### 07/2011 - 10/2012
Expand Down Expand Up @@ -175,5 +175,3 @@ Committee Member
Dim Sum Labs, Hackerspace
Community Organiser
```

- Organised events for Hackerspace.

0 comments on commit d3d3b3a

Please sign in to comment.