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

Commit

Permalink
ADD: update theme;
Browse files Browse the repository at this point in the history
  • Loading branch information
denistsoi committed Oct 3, 2019
1 parent 3cd7d87 commit b6c4d47
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function createContainer(type, defaultTitle) {
.trim();
const title = info || defaultTitle;
if (token.nesting === 1) {
return `<div class="${type} custom-block"><p class="custom-block-title">${title}</p>\n`;
return `<div class="${type} custom-block text-sm md:text-base"><p class="custom-block-title">${title}</p>\n`;
} else {
return `</div>\n`;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/theme/layouts/home.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="w-full md:w-4/5 text-gray m-auto p-4 md:p-8 max-w-2xl">
<Content class="text-sm md:text-md" />
<Content class="text-sm md:text-base" />

<div class="mt-4 mb-4">
<Content slot-key="links" />
Expand Down
38 changes: 19 additions & 19 deletions docs/cv/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Looking for open-minded groups of engineers that **love** to code.
### 08/2018 - 11/2019 <span class="time">15m</span>

::: job
Software Engineer
Software Engineer
Covergo
:::

Expand All @@ -25,7 +25,7 @@ Covergo
### 02/2018 - 07/2018 <span class="time">6m</span>

::: job
Software Engineer
Software Engineer
Scribe Intelligence
:::

Expand All @@ -38,8 +38,8 @@ Scribe Intelligence
### 12/2016 - 02/2018 <span class="time">1y 3m</span>

::: job
Software Engineer
GDC/Energybox (Product Team)
Software Engineer
Energybox (formerly GDC)
:::

- Introduced modern web practices, webpack/npm/automated build steps.
Expand All @@ -48,8 +48,8 @@ GDC/Energybox (Product Team)

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

::: jon
Sabbatical
::: job
Sabbatical/Travelling
Various
:::

Expand All @@ -60,7 +60,7 @@ Various
### 06/2014 - 06/2016 <span class="time">2y</span>

::: job
Software Engineer
Software Engineer
Seed Alpha
:::

Expand All @@ -74,7 +74,7 @@ Seed Alpha
### 01/2014 - 05/2014 <span class="time">6m</span>

::: job
Web Developer
Web Developer
Makible
:::

Expand All @@ -85,7 +85,7 @@ Makible
### 08/2013 - 01/2014 <span class="time">5m</span>

::: job
Junior Developer
Junior Developer
Imagination
:::

Expand All @@ -98,7 +98,7 @@ Imagination
### 05/2010 - 08/2013 <span class="time">3y</span>

::: job
Precious Metals Dealer (Senior)
Precious Metals Dealer (Senior)
Various
:::

Expand All @@ -111,19 +111,19 @@ Various
### 04/2013 - 08/2013

::: job
General Assembly, Hong Kong
General Assembly
Frontend Web Development Alumni
:::

- 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.
- Was successfully hired as a junior developer for [Imagination](#_08-2013-01-2014-5m) before course completion.

### 07/2011 - 10/2012

::: job
Chinese University of Hong Kong,
Chinese University of Hong Kong,
Chinese Learning Centre
Foundation Certificate in Putonghua
Foundation Certificate in Putonghua
for Non-Native Chinese Speakers
:::

Expand All @@ -133,15 +133,15 @@ for Non-Native Chinese Speakers
### 04/2012 - 06/2012

::: job
Chinese University of Hong Kong,
Chinese University of Hong Kong,
School of Continuing Professional Studies.
C/C++ and Project
:::

### 08/2005 - 07/2008

::: job
BA Economics
BA Economics
Lancaster University
:::

Expand All @@ -150,7 +150,7 @@ Lancaster University
### 05/2018 - 06/2018

::: job
Refugeek, BSD
Refugeek, BSD
Javascript Instructor
:::

Expand All @@ -162,7 +162,7 @@ Javascript Instructor
### 04/2016 - 01/2018

::: job
Hong Kong Web Developers
Hong Kong Web Developers
Committee Member
:::

Expand All @@ -172,6 +172,6 @@ Committee Member
### 07/2012 - 06/2014

::: job
Dim Sum Labs, Hackerspace
Dim Sum Labs, Hackerspace
Community Organiser
:::
7 changes: 3 additions & 4 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
> Hi there 👋🏼.
I'm Denis, a software developer based in Hong Kong.
I'm Denis;
a software developer based in Hong Kong.

I've help startups and clients ship product features,
I have a personal interest in solving difficult problems
as well as building culture for strong scalable teams.
I've help startups and clients ship product features. I have a personal interest in solving difficult problems.

::: slot image
![alt text](assets/picture.jpg)
Expand Down

1 comment on commit b6c4d47

@vercel
Copy link

@vercel vercel bot commented on b6c4d47 Oct 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Your `package.json` file is missing a `build` property inside the `script` property.

Please sign in to comment.