Created
May 21, 2012 06:10
-
-
Save shiva/2760742 to your computer and use it in GitHub Desktop.
HTML vs HAML - HTML sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I | |
%a{ :href => "http://twitter.com/shiva" } tweet | |
, | |
%a{ :href => "http://shiva.tumblr.com/" } tumble | |
, | |
%a{ :href => "http://facebook.com/shivanand" } facebook | |
\. Am I allowed to use that as a verb?! Who cares, to hell with correctness! | |
Ohh. I also | |
%a{ :href => "/blog" } blog in long form | |
\. Recently, I've started a project called | |
%a{ :href => "/projects/people-of-gvrd" } People of GVRD | |
, among other things. Check it out, and let me know what you think. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I <a href='http://twitter.com/shiva'>tweet</a>, | |
<a href='http://shiva.tumblr.com/'>tumble</a>, | |
<a href='http://facebook.com/shivanand'>facebook</a>. | |
Am I allowed to use that as a verb?! Who cares, to hell with correctness! Ohh. | |
I also <a href='/blog'>blog in long form</a>. Recently, I've started a project called <a href='/projects/people-of-gvrd'>People of GVRD</a>, among other things. Check it out, and let me know what you think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment