Skip to content

Instantly share code, notes, and snippets.

@shiva
Created May 21, 2012 06:10
Show Gist options
  • Save shiva/2760742 to your computer and use it in GitHub Desktop.
Save shiva/2760742 to your computer and use it in GitHub Desktop.
HTML vs HAML - HTML sample
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.
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