Skip to content

Commit

Permalink
Pass CI and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexieyizhe committed Aug 28, 2019
1 parent 03350b4 commit 1297ed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# alexieyizhe.me

[![Travis (.com)](https://img.shields.io/travis/com/alexieyizhe/alexieyizhe.github.io.svg?style=flat-square)](https://travis-ci.com/alexieyizhe/alexieyizhe.github.io)
[![Coveralls github branch](https://img.shields.io/coveralls/github/alexieyizhe/alexieyizhe.github.io/master.svg?style=flat-square)](https://coveralls.io/github/alexieyizhe/alexieyizhe.github.io)
[![Deploys with Netlify](https://img.shields.io/badge/Netlify-deployed-brightgreen.svg?style=flat-square)](https://www.netlify.com/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/github/license/alexieyizhe/alexieyizhe.github.io.svg?style=flat-square)](https://github.com/alexieyizhe/alexieyizhe.github.io/blob/master/LICENSE)

**Note: a redesign of my website is under active development. If interested, check out the `site-redesign-master` branch for the latest changes.**
**Note: a redesign of my website is under active development. If interested, check out the `dev` branch for the latest changes.**

Personal website/portfolio of Alex Yizhe Xie.

Expand Down
2 changes: 1 addition & 1 deletion src/components/PageHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Header = styled.div`
letter-spacing: ${isIOS ? '-0.05em' : 0};
margin-bottom: 1em;
`};
${mediaSize.phone`
font-size: 3em;
`};
Expand Down
2 changes: 1 addition & 1 deletion src/components/StatCounter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const StatCounter = props => {
</Counter>
<Desc>{props.children}</Desc>
</CounterContainer>
)
);
};

export default StatCounter;

0 comments on commit 1297ed6

Please sign in to comment.