From b9172370f2aba30fc0b394ca6bc969eeccbe97ba Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 26 Nov 2013 21:48:04 +0800 Subject: [PATCH] Life begins --- README.md | 41 ++++++++++ index.html | 233 +++++++++++++++++++++++++++++++++++++++++++++++++++++ life.md | 22 +++++ 3 files changed, 296 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 life.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32c94c8 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +Life +==== + +This is something that I've wanted to build for a long time. It's a **timeline of important events** in my life, visualized in a way my mind always imagine it. There was something called [**Lifepath.me**](http://dcurt.is/facebook-timelines-and-lifepath-me-4) but now it's gone. How about Facebook timeline? Meh. + +So, this is it. Have a look at [cheeaun.github.io/life](http://cheeaun.github.io/life). + +Features +-------- + +- Super simple +- No fancy formatting +- No fancy setup +- No fancy effects +- Flexible datetimes because sometimes you don't remember the exact date of an event + +How to contribute +----------------- + +1. Fork this project. +2. Write code. +3. Make pull requests. + +How to setup your own *Life* +---------------------------- + +1. Fork this project. +2. Edit `life.md`. +3. Push to `gh-pages` branch and publish to [GitHub Pages](http://pages.github.com/). + +Special datetime formats +------------------------ + +- `2001-2005`, `10/2001-02/03/2005` - Within the two dates +- `~2005` - Around the time in that year +- `2005-~` - From that year and beyond (now). + +License +------- + +[MIT](http://cheeaun.mit-license.org/) \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e769f9a --- /dev/null +++ b/index.html @@ -0,0 +1,233 @@ + + +Life + + + +
+

Life

+ Fork me +
+
+ \ No newline at end of file diff --git a/life.md b/life.md new file mode 100644 index 0000000..27e785d --- /dev/null +++ b/life.md @@ -0,0 +1,22 @@ +@cheeaun's life +=============== + +- 20/06/1985 Born +- 1991 Kindergarten +- 1992-1997 Primary school - SKSJ +- 1998-2000 Secondary school - SMKTI +- ~2000 First computer +- 2001-2002 Secondary school - SMKDOB +- 04/11/2002 Phoenity is born +- 2003-2004 Secondary school (Form 6) - SMKDOB +- 01/2005-03/2005 First (non-technical) job +- 08/2005-08/2008 University - UTAR +- 11/2005 Dead hard drive of first computer +- 07/2006-05/2007 CSS Web Designer - MindValley +- 18/12/2006 First tweet +- 04/2007 First laptop (HP) +- 06/2008-07/2009 Web Developer at ZoeCity +- 24/08/2009-26/06/2013 Front-End Developer - Wego +- 07/2010 Second laptop (Dell) +- 04/03/2012 HackerWeb featured on Hacker News' front page +- 01/07/2013-~ Software Engineer - Viki \ No newline at end of file