Created
December 31, 2009 23:06
-
-
Save deepakjois/266952 to your computer and use it in GitHub Desktop.
This file contains 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
<div id="email" | |
><h2 | |
>Email</h2 | |
><p | |
>Send me an email at <script type="text/javascript" | |
> | |
<!-- | |
h='gmail.com';a='@';n='deepak.jois';e=n+a+h; | |
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'deepakDOTjoisATgmail.com'+'<\/'+'a'+'>'); | |
// --> | |
</script | |
><noscript | |
>deepakDOTjoisATgmail.com (deepak.jois at gmail dot com)</noscript | |
>.</p | |
></div | |
><div id="twitter" | |
><h2 | |
>Twitter</h2 | |
><p | |
>Alternatively, you can message me on <a href="http://twitter.com/vyom" | |
>Twitter</a | |
>.</p | |
></div | |
> |
This file contains 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
----- | |
Send me an email at [deepakDOTjoisATgmail.com](mailto:[email protected]). | |
------- | |
Alternatively, you can message me on [Twitter](http://twitter.com/vyom). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment