Commit d2ead096 authored by Murukesh Mohanan's avatar Murukesh Mohanan

trying out Jekyll

parent 3ab6960d
name: Murukesh Mohanan, IIT Bombay
markdown: kramdown
<!doctype html>
<html lang="en">
<head>
<!-- If you want to fix the weird fonts on Chrome or Firefox
on Android, uncomment this meta tag. The weird font size
is due to "font boosting".
-->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
-->
<meta charset="utf-8">
<title>
{{ page.title }} &ndash; Muru's home page.
</title>
<link rel="stylesheet" href="style.css" type="text/css">
<!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<div id="header">
<h1>Murukesh Mohanan</h1>
<ul>
<li>Second year, Master of Technology in Computer Science
and Engineering</li>
<li>RA, System Administration, CSE</li>
</ul>
</div>
<div id="sidebar">
<!-- Navigational link. -->
<h3>
<ul>
<li><a href="index.html">Main</a></li>
<li><a href="acad.html">Acads</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>
</ul>
</h3>
</div>
<div id="main">
{{ content }}
</div>
<div id="footer">
<!-- Copyleft FTW! -->
<img src="images/Copyleft.png" style="height: 1em;" alt="copyleft"> Murukesh Mohanan.
<p>Permission to use content is granted under <a href="https://creativecommons.org/licenses/by-sa/3.0/" target="_blank">the CC BY-SA license</a>.
<p>The font used here is the Ubuntu font, via Google Web Fonts.
</div>
</body>
<script type="text/javascript">
/*
*The init() function assigns the event handlers.
*/
MuruJS.init();
</script>
</html>
<!doctype html> ---
<html lang="en"> layout: default
<head> title: Murukesh Mohanan
<!-- If you want to fix the weird fonts on Chrome or Firefox ---
on Android, uncomment this meta tag. The weird font size
is due to "font boosting". <div class="section">
-->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
-->
<meta charset="utf-8">
<title>
Muru's home page.
</title>
<link rel="stylesheet" href="style.css" type="text/css">
<!-- Web Fonts FTW! -->
<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">
Call me Muru. Call me Muru.
</div> </div>
<div class="section"> <div class="section">
I am an aspiring BOFH. Often called a psycho. I am an aspiring BOFH. Often called a psycho.
</div> </div>
<div class="section"> <div class="section">
I share the hobby of the masses - reading. :P<br> I share the hobby of the masses - reading. :P<br>
Favourite books include <em>The Green Mile</em>, <em>The Wheel Favourite books include <em>The Green Mile</em>, <em>The Wheel
of Time</em> series, the <em>Foundation</em> series and the of Time</em> series, the <em>Foundation</em> series and the
<em>Rama</em> series. <em>Rama</em> series.
</div> </div>
<div class="section"> <div class="section">
I am a Gooner. Favourite players include "Mad Jens" Lehmann, I am a Gooner. Favourite players include "Mad Jens" Lehmann,
Dennis Bergkamp and Wojciech Szczęsny. Dennis Bergkamp and Wojciech Szczęsny.
I have been an Arsenal fan since the Champions League final in I have been an Arsenal fan since the Champions League final in
Paris, 2006. Paris, 2006.
</div> </div>
<div class="section"> <div class="section">
<h4 style="text-decoration: underline; margin-bottom: 0.5em;">Pet peeves include:</h4> <h4 style="text-decoration: underline; margin-bottom: 0.5em;">Pet peeves include:</h4>
<ol style="margin-top: 0;"> <ol style="margin-top: 0;">
<li>Menus in web pages that don't work in mobile phones, <li>Menus in web pages that don't work in mobile phones,
...@@ -47,21 +31,14 @@ ...@@ -47,21 +31,14 @@
definitely isn't.</li> definitely isn't.</li>
<li>Sites (really, most about anything) with mostly white backgrounds.</li> <li>Sites (really, most about anything) with mostly white backgrounds.</li>
</ol> </ol>
</div> </div>
<div class="section"> <div class="section">
<p> As you may have noticed from the site, I prefer dark <p> As you may have noticed from the site, I prefer dark
backgrounds, with not-too-light text. backgrounds, with not-too-light text.
<p> I would have chosen the green-on-black style seen on <p> I would have chosen the green-on-black style seen on
terminals, but most of you would have fled from the terminals, but most of you would have fled from the
monitor screaming, <em>"My eyes! MY EYES!"</em>, wouldn't you? monitor screaming, <em>"My eyes! MY EYES!"</em>, wouldn't you?
<p> Don't believe me? <span id="colour-change" <p> Don't believe me?
style="text-decoration: underline;">Click here and try it <span id="colour-change" style="text-decoration: underline;">
out!</span> Click here and try it out!</span>
</div> </div>
</div>
<!--#include virtual="footer.html"-->
</body>
<script type="text/javascript">
document.getElementById("colour-change").onclick = MuruJS.greenText;
</script>
</html>
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