Commit 3699656d authored by Murukesh Mohanan's avatar Murukesh Mohanan

s/acad/cv/

parent f7cae6e5
...@@ -22,7 +22,7 @@ defaults: ...@@ -22,7 +22,7 @@ defaults:
pages_list: pages_list:
About: '' About: ''
Acads: 'acad' CV: 'cv'
Resources: 'resources' Resources: 'resources'
Blog: 'blog' Blog: 'blog'
Contact: 'contact' Contact: 'contact'
......
---
title: Academics
pagestyle: acad
permalink: /acad/
---
# Sem IV
- HS 625: Philosophy of Education
- CS 691: R & D Project
<!-- section -->
# Sem III
- [CS 601](https://www.cse.iitb.ac.in/page134?course=CS+601): Algorithms and Complexity
- [CS 626](https://www.cse.iitb.ac.in/page134?course=CS+626): Speech, Natural Language Processing and the Web
- [CS 724](https://www.cse.iitb.ac.in/page134?course=CS+724): Network Security and Cryptography - 2
<!-- section -->
# Sem II
- CS 534: Quantum Information and Computing
- [CS 715](https://www.cse.iitb.ac.in/page134?course=CS+715): Design and Implementation of GNU Compiler Generation Framework
- [CS 726](https://www.cse.iitb.ac.in/page134?course=CS+726): Advanced Machine Learning
<!-- section -->
# Sem I
- [CS 613](https://www.cse.iitb.ac.in/page134?course=CS+613): Design and Implementation of Functional Programming Languages
- [CS 618](https://www.cse.iitb.ac.in/page134?course=CS+618): Program Analysis
- [CS 621](https://www.cse.iitb.ac.in/page134?course=CS+621): Artificial Intelligence
- [CS 719](https://www.cse.iitb.ac.in/page134?course=CS+719): Topics in Mathematical Foundations of Formal Verification
<!-- section -->
# Past
- Bachelor of Technology in Mechanical Engineering from IIT Guwahati
---
title: CV
pagestyle: cv
permalink: /cv/
---
# Work
| Organization | Position | Years |
| -------------------------- | --------- | ----------------- |
| Yahoo! Japan | Developer | 2016 &ndash; |
| iNautix Technologies India | Developer | 2012 &ndash; 2013 |
{:.work}
<!-- section -->
# Education
| Institution | Degree | Field | Year | Grade |
| ------------ | ---------------------- | -------------------------------- | ---- | ----- |
| IIT Bombay | Master of Technology | Computer Science and Engineering | 2016 | 8.15 |
| IIT Guwahati | Bachelor of Technology | Mechanical Engineering | 2012 | 6.69 |
{:.grades}
#timetable {
/* borderColor=#000000 width="100%" cellSpacing=0 cellPadding=9 border=1*/
border: 0.1em solid gray;
width: 100%;
margin-left: 0.5em;
}
#timetable td {
border: 0.1em solid gray;
width: 30%;
padding: 1em;
margin: 0;
}
/** The fiirst-child CSS selector is used here to decrease the width
* of the first column.
*/
#timetable td:first-child {
width: 8%;
}
table {
border: 2px solid grey;
border-radius: 0.3em;
width: 100%;
}
th, td {
padding: 0.5em;
}
th {
background-color: #111;
}
td {
background-color: #444;
}
...@@ -102,6 +102,9 @@ body { ...@@ -102,6 +102,9 @@ body {
/* width: 60em;*/ /* width: 60em;*/
min-height: 100vh; min-height: 100vh;
} }
h1 {
margin-top: 0;
}
/*h1 { /*h1 {
font-size: 2em; font-size: 2em;
} }
......
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