Commit 465f8ea3 authored by Murukesh Mohanan's avatar Murukesh Mohanan

removed contact page, obsolete files

parent df451a62
name: Murukesh Mohanan, IIT Bombay name: Murukesh Mohanan
base-url: "" base-url: ""
timezone: Asia/Kolkatta timezone: Asia/Kolkatta
url: https://murukesh.me url: https://murukesh.me
...@@ -25,7 +25,6 @@ pages_list: ...@@ -25,7 +25,6 @@ pages_list:
CV: 'cv' CV: 'cv'
Resources: 'resources' Resources: 'resources'
Blog: 'blog' Blog: 'blog'
Contact: 'contact'
exclude: [vendor, "Gemfile", "Gemfile.lock"] exclude: [vendor, "Gemfile", "Gemfile.lock"]
paginate: 5 paginate: 5
......
...@@ -33,12 +33,12 @@ pagestyle: posts ...@@ -33,12 +33,12 @@ pagestyle: posts
<section class="page-links"> <section class="page-links">
{% if page.previous %} {% if page.previous %}
<a class="page-prev" href="{{ site.base-url }}{{ page.previous.url }}" title="{{ page.previous.title }}"> <a class="page-prev" href="{{ site.base-url }}{{ page.previous.url }}" title="{{ page.previous.title }}">
{{ page.previous.title }} {{ page.previous.title | truncate: 25 }}
</a> </a>
{% endif %} {% endif %}
{% if page.next %} {% if page.next %}
<a class="page-next" href="{{ site.base-url }}{{ page.next.url }}" title="{{ page.next.title }}"> <a class="page-next" href="{{ site.base-url }}{{ page.next.url }}" title="{{ page.next.title }}">
{{ page.next.title }} {{ page.next.title | truncate: 25 }}
</a> </a>
{% endif %} {% endif %}
</section> </section>
......
---
title: Contact
pagestyle: contact
permalink: /contact/
description: You can reach me here. :P
---
Email me at:
- murukesh.mohanan<span class="domain">gmail.com</span>
- murukesh<span class="domain">cse.iitb.ac.in</span>
- murukesh<span class="domain">iitb.ac.in</span>
<!-- section -->
Online:
- [Facebook](https://facebook.com/murukesh)
- [Google+](https://plus.google.com/+murukeshmohanan/)
- [Main Blog](https://murukeshm.blogspot.in/)
- [Second Blog](https://linuxexperiments.blogspot.in/)
...@@ -13,10 +13,9 @@ description: Who am I? ...@@ -13,10 +13,9 @@ description: Who am I?
Call me Muru. Call me Muru.
{:.en .active} {:.en .active}
私は ムルケシュ モハナン です。 ムルケシュ モハナン と申します。
ムルーと 呼んで ください。 ムルーと呼んでください。
どうぞ よろしく おねがいします。 どうぞよろしくお願いいたします。
二千十六年七月から 日本語を ならった います。
{:.jp .inactive} {:.jp .inactive}
എന്റെ പേര മുരുകെഷ് ആണു. എന്റെ പേര മുരുകെഷ് ആണു.
......
...@@ -71,8 +71,6 @@ These and more can be found on my scripts repo. [![github]](https://github.com/m ...@@ -71,8 +71,6 @@ These and more can be found on my scripts repo. [![github]](https://github.com/m
A CV template in LaTeX (modified from one obtained online, original included): A CV template in LaTeX (modified from one obtained online, original included):
[![gitlab]](https://git.cse.iitb.ac.in/murukesh/cv){:.git} [![gitlab]](https://git.cse.iitb.ac.in/murukesh/cv){:.git}
- (outdated) tarball: [CV-LaTeX.tar.gz]({{ site.base-url }}/files/CV-LaTeX.tar.gz)
<!-- section --> <!-- section -->
# [A Cann Table][cann-table] {#cann} # [A Cann Table][cann-table] {#cann}
......
...@@ -98,7 +98,7 @@ a.page-prev { ...@@ -98,7 +98,7 @@ a.page-prev {
a.page-next { a.page-next {
text-align: right; text-align: right;
text-overflow: '… ⇨ '; /* text-overflow: '… ⇨ ';*/
} }
a.page-prev::before { a.page-prev::before {
......
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