Commit 1f7595d5 authored by Murukesh Mohanan's avatar Murukesh Mohanan

fixed broken image link, try markdown #3

parent 1e15005a
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<li><a href="index.html">Main</a></li> <li><a href="index.html">Main</a></li>
<li><a href="acad.html">Acads</a></li> <li><a href="acad.html">Acads</a></li>
<li><a href="resources.html">Resources</a></li> <li><a href="resources.html">Resources</a></li>
<li><a href="contact.html">Contact<br> <span id="contact-comment">(Please don't!)</span></a></li> <li><a href="contact">Contact<br> <span id="contact-comment">(Please don't!)</span></a></li>
</ul> </ul>
</h3> </h3>
</div> </div>
......
--- ---
title: Contact title: Contact
--- ---
<div class="section"> <span class="section">
Currently at: Currently at:
- C-223, Hostel 13, IIT Bombay - C-223, Hostel 13, IIT Bombay
</div> </span>
<div class="section"> <span class="section">
Email me at: Email me at:
- murukesh.mohanan [AT] gmail.com - murukesh.mohanan [AT] gmail.com
- murukesh [AT] cse.iitb.ac.in - murukesh [AT] cse.iitb.ac.in
- m.mohanan [AT] alumni.iitg.ernet.in (defunct) - m.mohanan [AT] alumni.iitg.ernet.in (defunct)
</div> </span>
<div class="section"> <span class="section">
Online: Online:
- [Facebook](https://facebook.com/murukesh) - [Facebook](https://facebook.com/murukesh)
- [Google+](https://plus.google.com/+murukeshmohanan/) - [Google+](https://plus.google.com/+murukeshmohanan/)
- [Main Blog](http://murukeshm.blogspot.in/) - [Main Blog](http://murukeshm.blogspot.in/)
- [Second Blog](http://linuxexperiments.blogspot.in/) - [Second Blog](http://linuxexperiments.blogspot.in/)
</div> </span>
...@@ -82,7 +82,7 @@ div.bugs { ...@@ -82,7 +82,7 @@ div.bugs {
#main li { #main li {
padding: 0.5em 0; padding: 0.5em 0;
margin-left: 0.5em; margin-left: 0.5em;
list-style-image: url("images/not_sign.png"); list-style-image: url("../images/not_sign.png");
} }
#main li.no-marker { #main li.no-marker {
list-style: none; list-style: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment