Commit aa857459 authored by Murukesh Mohanan's avatar Murukesh Mohanan

various style changes

parent e09b91a3
@import 'resources.css';
#cann-table {
border: 0.1em solid gray;
width: 100%;
margin: 0.5em auto;
color: white;
}
#cann-table th {
padding: 0.5em 1em;
background-color: #CDCDCD;
color: #122;
background-color: #0e3c56;
font-size: 0.9em;
}
.cann-row-1, .cann-row-2 {
border: 0.1em solid gray;
width: 30%;
padding: 1em;
background-color: #ABABAB;
color: #011;
margin: 0;
height: 2em;
}
.cann-row-1 {
background-color: #155679;
}
.cann-row-2 {
background-color: #BCBCBC;
background-color: #0f2e40;
}
.cann-point {
width: 1em;
......
......@@ -16,23 +16,17 @@ td {
background-color: #444;
}
.org, h3 {
h1.org {
font-size: 1em;
}
.org {
background-color: #37474F;
background-color: #565656;
background-color: #003c58;
}
.year {
background-color: #404A52;
background-color: #464646;
background-color: #427594;
}
details {
background-color: #434D55;
background-color: #666666;
background-color: #295c79;
flex-grow: 1;
}
......@@ -45,30 +39,38 @@ details {
padding: 0;
}
details>ul>li {
list-style: disc !important;
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
section {
display: flex;
flex: column;
min-height: 5em;
}
.org {
width: 10em;
width: 25%;
border-radius: 0.5em 0 0 0.5em;
}
.year {
width: 6em;
border-radius: 0.5em 0 0 0.5em;
width: 18%;
border-radius: 0 0.5em 0.5em 0;
font-weight: normal;
font-size: inherit;
}
details {
border-radius: 0 0.5em 0.5em 0;
width: 58%;
}
}
@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait) {
.year {
font-size: 0.8em;
border-radius: 0.5em 0.5em 0 0;
border-radius: 0 0 0.5em 0.5em;
}
details {
border-radius: 0 0 0.5em 0.5em;
.org {
border-radius: 0.5em 0.5em 0 0;
}
}
......@@ -15,10 +15,19 @@ kbd {
color: black;
}
blockquote {
padding: 0.5em 2em;
aside {
background-color: #003535; /*darkcyan;*/
padding: 0.5em;
}
aside>blockquote {
padding: 0em 0.5em;
margin: 0;
background-color: darkcyan;
text-align: left;
}
aside>p {
text-align: right;
}
.post-date {
......@@ -26,13 +35,13 @@ blockquote {
}
a.tag {
background-color: gainsboro;
background-color: #5d5d5d;
padding: 0.1em 0.5em;
border-radius: 0.3em;
font-variant: small-caps;
text-decoration: none;
font-weight: bold;
font-size: large;
color: black;
color: #e0e0e0;
}
ol.tags-list {
......@@ -139,6 +148,10 @@ a.page-prev, a.page-next {
padding: 0;
}
section>header>h1>a:link, section>header>h1>a:visited {
color: aqua;
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
.post-title h1 {
display: flex;
......
#main ul li {
padding: 0.2em 0;
margin-left: 0.5em;
list-style-image: url('/images/out.png');
}
#plugins-list::after {
clear: both;
content: "";
......
#title {
border-bottom: 0.2em solid white;
border-bottom: 0.2em solid grey;
padding: 0.1em 3%;
font-size: x-large;
font-variant: small-caps;
text-align: center;
min-height: 4em;
background-color: lightslategrey;
background-color: #0e3c57;
color: whitesmoke;
}
......@@ -22,12 +22,6 @@
margin: 0 auto;
}
#main ul li {
padding: 0.2em 0;
margin-left: 0.5em;
list-style-image: url('/images/out.png');
}
#main li.no-marker {
list-style: none;
}
......@@ -42,7 +36,7 @@ footer {
padding: 2%;
padding-bottom: 1%;
font-size: 80%;
border-top: 0.25em solid white;
border-top: 0.25em solid grey;
}
footer section {
......@@ -94,13 +88,13 @@ body {
margin: 0 auto;
padding: 0;
color: #121212;
background-color: #B0BEC5; /*#CCCCCC;*/
background-color: black; /*#B0BEC5; #CCCCCC;*/
width: 100%;
/* width: 60em;*/
min-height: 100vh;
}
h1 {
/* margin-bottom: 0.5em; */
margin-top: 0;
}
/*h1 {
font-size: 2em;
......@@ -146,11 +140,11 @@ section, .section {
margin-bottom: 1em;
padding: 1em;
text-align: justify;
line-height: 1.2em;
line-height: 1.4em;
}
section, .section, #vim-proposal img {
box-shadow: 0.1em 0.1em 0.2em 0.1em rgba(128,128,128,0.75);
/*box-shadow: 0.1em 0.1em 0.2em 0.1em rgba(128,128,128,0.75);*/
border-radius: 0.5em;
}
......@@ -189,6 +183,12 @@ a.rss {
margin-left: auto;
}
sup {
vertical-align: top;
position: relative;
top: -0.5em;
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
nav {
padding-top: 1%;
......
@import 'posts.css';
section.post {
background-color: #8598a2;
section.tag-title {
background-color: #0a2533;
color: white;
}
section.post>header>h1>a:link, section.post>header>h1>a:visited {
color: honeydew;
}
section.post>header>h1 {
padding: 0;
margin: 0 0 0.5em 0;
......
......@@ -5,53 +5,77 @@ permalink: /cv/
description: What have I been upto?
---
# 2016 --
{:.year}
## Yahoo! Japan
# Yahoo! Japan (Tokyo)
{:.org}
<details markdown="1">
### Devops, NoSQL Team
- Tokyo, Japan
<summary>DevOps Engineer, NoSQL Team</summary>
- Setup and administration of Cassandra database clusters
- Develop and maintain tools for automating the above tasks (Chef, Fabric)
- Test alternative database software and hardware
- Explore alternative means of deployment (e.g., Kubernetes, DCOS)
- Deployments on CentOS, both bare metal and OpenStack.
- Mentored Yahoo! Japan interns in contributing to OSS in 2017 and 2018
</details>
<!-- section -->
# 2013 -- 2016
## 2016 --
{:.year}
## IIT Bombay
<!-- section -->
# Dept. of Computer Science, IIT Bombay
{:.org}
<details markdown="1">
### Master of Technology
Computer Science and Engineering
<summary>System Administrator</summary>
- (Part-time with MTech, 20 hours/week)
- Set up 4-way multi-master synchronised LDAP servers
- Set up an instance of Gitlab for department usage
- Ensured proper management of configuration via git and Puppet
- Created a Debian repository for distributing in-house software
- Split up monolithic webserver for higher reliability and performance
</details>
<!-- section -->
# 2012 -- 2013
## 2013 -- 2016
{:.year}
## iNautix Technologies India Pvt. Ltd.
<!-- section -->
# IIT Bombay
{:.org}
<details markdown="1">
### Senior Application Developer
- Chennai, India
<summary>M.Tech (Computer Science)</summary>
- CPI: 8.37
- M.Tech. Project: **RSA: Side-Channel Attacks**
</details>
## 2013 -- 2016
{:.year}
<!-- section -->
# 2008 -- 2012
# iNautix Technologies India (Chennai)
{:.org}
<details markdown="1">
<summary>Senior Application Developer</summary>
- Maintenance of legacy C back-end codebase and migration to Java
</details>
## 2012 -- 2013
{:.year}
## IIT Guwahati
<!-- section -->
# IIT Guwahati
{:.org}
<details markdown="1">
### Bachelor of Technology
Mechanical Engineering
<summary>B.Tech. (Mechanical Engineering)</summary>
- CPI: 6.69
- B.Tech. Project: **True Modal Control**
</details>
## 2008 -- 2012
{:.year}
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