The mobile site is alive! Well, there is a lot of stuff to be done, but I guess the major components in the desktop site have been implemented. Actually svbtle has a nice mobile theme which is consistent with its desktop site. But since I am about to learn js, I just follow the book that I read to build this UI and hopefully add some js functions later.
In all, now it is just a different CSS file for the mobile version plus a very simple js function on the menu button. It will detect the screen size and decide whether to use desktop CSS or mobile CSS (you can even see the mobile version in your desktop browser by minimizing its size). I use the same library the book uses, jQuery. It gets interesting; I shall update this mobile site pretty soon.

