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: ""
timezone: Asia/Kolkatta
url: https://murukesh.me
......@@ -25,7 +25,6 @@ pages_list:
CV: 'cv'
Resources: 'resources'
Blog: 'blog'
Contact: 'contact'
exclude: [vendor, "Gemfile", "Gemfile.lock"]
paginate: 5
......
......@@ -33,12 +33,12 @@ pagestyle: posts
<section class="page-links">
{% if page.previous %}
<a class="page-prev" href="{{ site.base-url }}{{ page.previous.url }}" title="{{ page.previous.title }}">
{{ page.previous.title }}
{{ page.previous.title | truncate: 25 }}
</a>
{% endif %}
{% if page.next %}
<a class="page-next" href="{{ site.base-url }}{{ page.next.url }}" title="{{ page.next.title }}">
{{ page.next.title }}
{{ page.next.title | truncate: 25 }}
</a>
{% endif %}
</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?
Call me Muru.
{:.en .active}
私は ムルケシュ モハナン です。
ムルーと 呼んで ください。
どうぞ よろしく おねがいします。
二千十六年七月から 日本語を ならった います。
ムルケシュ モハナン と申します。
ムルーと呼んでください。
どうぞよろしくお願いいたします。
{:.jp .inactive}
എന്റെ പേര മുരുകെഷ് ആണു.
......
......@@ -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):
[![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 -->
# [A Cann Table][cann-table] {#cann}
......
......@@ -98,7 +98,7 @@ a.page-prev {
a.page-next {
text-align: right;
text-overflow: '… ⇨ ';
/* text-overflow: '… ⇨ ';*/
}
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