TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Flickr's about page is upside down

13 pointsby footpathover 11 years ago

2 comments

Communitivityover 11 years ago
I think this might be an interesting way of advertising that they are hiring, check the ASCII art at the top of the source. Something more esoteric would be more interesting..maybe a small but prominent Pi in the lower right hand corner that when clicked causes 3D CSS transforms to be applied that give the illusion of the web page as a gate opening up onto a job search site. Now I want to code the web page into 3D opening gate part, and I think I may take a shot at it.
评论 #7128087 未加载
ronaldxover 11 years ago
Deliberate or not? Seems to be thanks to the following code:<p><pre><code> &lt;style type=&quot;text&#x2F;css&quot;&gt; body { -webkit-transform: rotateX(180deg); -o-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } &lt;&#x2F;style&gt;</code></pre>