When I come across websites that I really like, I often take a look at their page source just to see if I can learn any new web tricks. I came across TopTal's site, and when looking at how they import their main logo's <img/>
tag (top + left of homepage), I was astonished to see:
<div class="page_header_top-logotype"> = $0
<a class="logo is-big is-link for- " href="http://www.toptal.com"></a>
</div>
Ba-ba-bwhat?!?!
- Where is the actual logo (an image or
<img/>
tag) pulled in?!?! - What in the world is that
= $0
?!?!
Am I missing something obvious, or is this some clever trick to pull an image in from some custom webfont/thing?