Commit 59f8d6d6 authored by Murukesh Mohanan's avatar Murukesh Mohanan

used jekyll for remaining pages, @import for CSS

parent d2ead096
name: Murukesh Mohanan, IIT Bombay name: Murukesh Mohanan, IIT Bombay
markdown: kramdown markdown: kramdown
defaults:
-
scope:
path: ""
values:
layout: "default"
pagestyle: "style.css"
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<title> <title>
{{ page.title }} &ndash; Muru's home page. {{ page.title }} &ndash; Muru's home page.
</title> </title>
<link rel="stylesheet" href="style.css" type="text/css"> <link rel="stylesheet" href="styles/{{ pagestyle }}.css" type="text/css">
<!-- Web Fonts FTW! --> <!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<script type="text/javascript" src="murujs.js"></script> <script type="text/javascript" src="murujs.js"></script>
......
<!doctype html> ---
<html lang="en"> title: Academics
<head> pagestyle: tt
<meta charset="utf-8"> ---
<title> <div class="section">
Muru's home page - Acads.
</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="styles/acad.css" type="text/css">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<!--#include virtual="header.html"-->
<div id="main">
<div class="section">
Current courses:<ul> Current courses:<ul>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+601" target="_blank">CS 601</a>: Algorithms and Complexity</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+601" target="_blank">CS 601</a>: Algorithms and Complexity</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+626" target="_blank">CS 626</a>: Speech, Natural Language Processing and the Web</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+626" target="_blank">CS 626</a>: Speech, Natural Language Processing and the Web</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+724" target="_blank">CS 724</a>: Network Security and Cryptography - 2</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+724" target="_blank">CS 724</a>: Network Security and Cryptography - 2</li>
</ul> </ul>
</div> </div>
<div class="section"> <div class="section">
Sem II courses:<ul> Sem II courses:<ul>
<li>CS 534: Quantum Information and Computing</li> <li>CS 534: Quantum Information and Computing</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+715" target="_blank">CS 715</a>: Design and Implementation of Gnu Compiler Generation Framework</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+715" target="_blank">CS 715</a>: Design and Implementation of Gnu Compiler Generation Framework</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+726" target="_blank">CS 726</a>: Advanced Machine Learning</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+726" target="_blank">CS 726</a>: Advanced Machine Learning</li>
</ul> </ul>
</div> </div>
<div class="section"> <div class="section">
Sem I courses:<ul> Sem I courses:<ul>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+613" target="_blank">CS 613</a>: Design and Implementation of Functional Programming Languages</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+613" target="_blank">CS 613</a>: Design and Implementation of Functional Programming Languages</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+618" target="_blank">CS 618</a>: Program Analysis</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+618" target="_blank">CS 618</a>: Program Analysis</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+621" target="_blank">CS 621</a>: Artificial Intelligence</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+621" target="_blank">CS 621</a>: Artificial Intelligence</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+719" target="_blank">CS 719</a>: Topics in Mathematical Foundations of Formal Verification</li> <li><a href="http://www.cse.iitb.ac.in/page134?course=CS+719" target="_blank">CS 719</a>: Topics in Mathematical Foundations of Formal Verification</li>
</ul> </ul>
</div> </div>
<div class="section"> <div class="section">
Past:<ul> Past:<ul>
<li>Bachelor of Technology in Mechanical Engineering from IIT Guwahati</li> <li>Bachelor of Technology in Mechanical Engineering from IIT Guwahati</li>
</ul> </ul>
</div> </div>
<div class="section"> <div class="section">
Current timetable: Current timetable:
<p> <p>
<!-- <!--
Two exercises are completed here: Two exercises are completed here:
1. There is a bookmark in resources.html to #timetable, and 1. There is a bookmark in resources.html to #timetable, and
2. Two special characters, the down arrow and right arrow are used. 2. Two special characters, the down arrow and right arrow are used.
--> -->
<table id="timetable"> <table id="timetable">
<tr> <tr>
<td width="7">Time&rarr; <br> <td width="7">Time&rarr; <br>
...@@ -86,8 +75,4 @@ Two exercises are completed here: ...@@ -86,8 +75,4 @@ Two exercises are completed here:
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
</table> </table>
</div> </div>
</div>
<!--#include virtual="footer.html"-->
</body>
</html>
<!doctype html> ---
<html lang="en"> title: Contact
<head> ---
<meta charset="utf-8"> <div id="main">
<title>
Muru's home page - Contacts.
</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" href="style.css" type="text/css">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<!--#include virtual="header.html"-->
<div id="main">
<div class="section"> <div class="section">
Currently at:<ul> Currently at:<ul>
<li>C-223, Hostel 13, IIT Bombay</li> <li>C-223, Hostel 13, IIT Bombay</li>
...@@ -32,7 +22,4 @@ ...@@ -32,7 +22,4 @@
<li><a target="_blank" href="http://linuxexperiments.blogspot.in/">Second Blog</a></li> <li><a target="_blank" href="http://linuxexperiments.blogspot.in/">Second Blog</a></li>
</ul> </ul>
</div> </div>
</div> </div>
<!--#include virtual="footer.html"-->
</body>
</html>
--- ---
layout: default
title: Murukesh Mohanan title: Murukesh Mohanan
--- ---
......
<!doctype html> ---
<html lang="en"> title: Resources
<head> pagestyle: cann-table
<meta charset="utf-8"> ---
<title> <div class="section">
Muru's home page - Resources.
</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="styles/resources.css" type="text/css">
<link rel="stylesheet" href="styles/cann-table.css" type="text/css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<!--#include virtual="header.html"-->
<div id="main">
<div class="section">
A CV template in LaTeX (modified from one obtained online, original included): <br> A CV template in LaTeX (modified from one obtained online, original included): <br>
<a href="files/CV-LaTeX.tar.gz">CV-LaTeX.tar.gz</a> <a href="files/CV-LaTeX.tar.gz">CV-LaTeX.tar.gz</a>
</div> </div>
<div class="section"> <div class="section">
Some stuff that I drag around with me on my various Linux boxes: Some stuff that I drag around with me on my various Linux boxes:
<ol> <ol>
<li class="no-marker">Vimrc and vim plugins: <li class="no-marker">Vimrc and vim plugins:
...@@ -51,8 +39,8 @@ ...@@ -51,8 +39,8 @@
These and more can be found on my <a href="https://github.com/murukeshm/scripts" target="_blank">GitHub scrips repo</a>. These and more can be found on my <a href="https://github.com/murukeshm/scripts" target="_blank">GitHub scrips repo</a>.
</li> </li>
</ol> </ol>
</div> </div>
<div class="section"> <div class="section">
<h3 id="cann"><a href="http://www.sussex.ac.uk/Users/iane/cannyclubs.php" target="_blank" >A Cann Table:</a> </h3> <h3 id="cann"><a href="http://www.sussex.ac.uk/Users/iane/cannyclubs.php" target="_blank" >A Cann Table:</a> </h3>
<!--#include virtual="cann-table.html"--> <!--#include virtual="cann-table.html"-->
<p> I have followed the banding used by <a href="http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/"> <p> I have followed the banding used by <a href="http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/">
...@@ -61,8 +49,4 @@ ...@@ -61,8 +49,4 @@
The data is scraped from <a href=http://www.premierleague.com/en-gb/matchday/league-table.html" target="_blank">the PL site</a> The data is scraped from <a href=http://www.premierleague.com/en-gb/matchday/league-table.html" target="_blank">the PL site</a>
without any permission. <br> without any permission. <br>
Hopefully this will count as personal use. :) Hopefully this will count as personal use. :)
</div> </div>
</div>
<!--#include virtual="footer.html"-->
</body>
</html>
@import '../style.css';
#timetable { #timetable {
/* borderColor=#000000 width="100%" cellSpacing=0 cellPadding=9 border=1*/ /* borderColor=#000000 width="100%" cellSpacing=0 cellPadding=9 border=1*/
border: 0.1em solid gray; border: 0.1em solid gray;
......
@import 'resources.css';
#cann-table { #cann-table {
border: 0.1em solid gray; border: 0.1em solid gray;
width: 100%; width: 100%;
......
@import '../style.css';
#main li { #main li {
list-style-image: url("../images/not_sign.png"); list-style-image: url("../images/not_sign.png");
padding: 0.1em; padding: 0.1em;
......
@import '../style.css';
#plugins-list li { #plugins-list li {
float: left; float: left;
width: 10em; width: 10em;
......
@import 'acad.css';
td, th { td, th {
border: solid black; border: solid black;
......
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