Afternoon all. I’m a php web developer who dips his toe in and out of the turning PSDs into HTML/CSS for clients. For sometime I have considered making my own personal website.
The Idea
A rotating wheel that has the point of rotation at the bottom center of the web browser. See the image for a MUCH better depiction

The Question
What are my options/best choices that can be made here. Plain old HTML/CSS with JQuery? If so, does anyone have any examples of a similar site they could cite as a reference of how I would even get started? (perhaps even a tutorial?)
I apologise for the very basic nature of this question as I’m really just lost in which way would be the best to implement this
Thanks in advance,
Alex.
Edit: http://www.nofrks.com/ is a similar idea, in principle.
CSS has no support for drawing text at arbitrary angles, so there is no way to implement a decent rotation effect with. To achieve something like this you need to look either at the HTML5 Cavas element (poorly supported as of now), CSS3 (same as above) or Flash (bad for its own reasons).