Commit aa857459 authored by Murukesh Mohanan's avatar Murukesh Mohanan

various style changes

parent e09b91a3
@import 'resources.css'; @import 'resources.css';
#cann-table { #cann-table {
border: 0.1em solid gray;
width: 100%; width: 100%;
margin: 0.5em auto; margin: 0.5em auto;
color: white;
} }
#cann-table th { #cann-table th {
padding: 0.5em 1em; padding: 0.5em 1em;
background-color: #CDCDCD; background-color: #0e3c56;
color: #122;
font-size: 0.9em; font-size: 0.9em;
} }
.cann-row-1, .cann-row-2 { .cann-row-1, .cann-row-2 {
border: 0.1em solid gray;
width: 30%; width: 30%;
padding: 1em; padding: 1em;
background-color: #ABABAB;
color: #011;
margin: 0; margin: 0;
height: 2em; height: 2em;
} }
.cann-row-1 {
background-color: #155679;
}
.cann-row-2 { .cann-row-2 {
background-color: #BCBCBC; background-color: #0f2e40;
} }
.cann-point { .cann-point {
width: 1em; width: 1em;
......
...@@ -16,23 +16,17 @@ td { ...@@ -16,23 +16,17 @@ td {
background-color: #444; background-color: #444;
} }
.org, h3 { h1.org {
font-size: 1em; font-size: 1em;
} background-color: #003c58;
.org {
background-color: #37474F;
background-color: #565656;
} }
.year { .year {
background-color: #404A52; background-color: #427594;
background-color: #464646;
} }
details { details {
background-color: #434D55; background-color: #295c79;
background-color: #666666;
flex-grow: 1; flex-grow: 1;
} }
...@@ -45,30 +39,38 @@ details { ...@@ -45,30 +39,38 @@ details {
padding: 0; padding: 0;
} }
details>ul>li {
list-style: disc !important;
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) { @media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
section { section {
display: flex; display: flex;
flex: column; flex: column;
min-height: 5em;
} }
.org { .org {
width: 10em; width: 25%;
border-radius: 0.5em 0 0 0.5em;
} }
.year { .year {
width: 6em; width: 18%;
border-radius: 0.5em 0 0 0.5em; border-radius: 0 0.5em 0.5em 0;
font-weight: normal;
font-size: inherit;
} }
details { details {
border-radius: 0 0.5em 0.5em 0; width: 58%;
} }
} }
@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait) { @media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait) {
.year { .year {
font-size: 0.8em; font-size: 0.8em;
border-radius: 0.5em 0.5em 0 0; border-radius: 0 0 0.5em 0.5em;
} }
details { .org {
border-radius: 0 0 0.5em 0.5em; border-radius: 0.5em 0.5em 0 0;
} }
} }
...@@ -15,10 +15,19 @@ kbd { ...@@ -15,10 +15,19 @@ kbd {
color: black; color: black;
} }
blockquote { aside {
padding: 0.5em 2em; background-color: #003535; /*darkcyan;*/
padding: 0.5em;
}
aside>blockquote {
padding: 0em 0.5em;
margin: 0; margin: 0;
background-color: darkcyan; text-align: left;
}
aside>p {
text-align: right;
} }
.post-date { .post-date {
...@@ -26,13 +35,13 @@ blockquote { ...@@ -26,13 +35,13 @@ blockquote {
} }
a.tag { a.tag {
background-color: gainsboro; background-color: #5d5d5d;
padding: 0.1em 0.5em; padding: 0.1em 0.5em;
border-radius: 0.3em; border-radius: 0.3em;
font-variant: small-caps; font-variant: small-caps;
text-decoration: none; font-weight: bold;
font-size: large; font-size: large;
color: black; color: #e0e0e0;
} }
ol.tags-list { ol.tags-list {
...@@ -139,6 +148,10 @@ a.page-prev, a.page-next { ...@@ -139,6 +148,10 @@ a.page-prev, a.page-next {
padding: 0; 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) { @media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
.post-title h1 { .post-title h1 {
display: flex; display: flex;
......
#main ul li {
padding: 0.2em 0;
margin-left: 0.5em;
list-style-image: url('/images/out.png');
}
#plugins-list::after { #plugins-list::after {
clear: both; clear: both;
content: ""; content: "";
......
#title { #title {
border-bottom: 0.2em solid white; border-bottom: 0.2em solid grey;
padding: 0.1em 3%; padding: 0.1em 3%;
font-size: x-large; font-size: x-large;
font-variant: small-caps; font-variant: small-caps;
text-align: center; text-align: center;
min-height: 4em; min-height: 4em;
background-color: lightslategrey; background-color: #0e3c57;
color: whitesmoke; color: whitesmoke;
} }
...@@ -22,12 +22,6 @@ ...@@ -22,12 +22,6 @@
margin: 0 auto; 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 { #main li.no-marker {
list-style: none; list-style: none;
} }
...@@ -42,7 +36,7 @@ footer { ...@@ -42,7 +36,7 @@ footer {
padding: 2%; padding: 2%;
padding-bottom: 1%; padding-bottom: 1%;
font-size: 80%; font-size: 80%;
border-top: 0.25em solid white; border-top: 0.25em solid grey;
} }
footer section { footer section {
...@@ -94,13 +88,13 @@ body { ...@@ -94,13 +88,13 @@ body {
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
color: #121212; color: #121212;
background-color: #B0BEC5; /*#CCCCCC;*/ background-color: black; /*#B0BEC5; #CCCCCC;*/
width: 100%; width: 100%;
/* width: 60em;*/ /* width: 60em;*/
min-height: 100vh; min-height: 100vh;
} }
h1 { h1 {
/* margin-bottom: 0.5em; */ margin-top: 0;
} }
/*h1 { /*h1 {
font-size: 2em; font-size: 2em;
...@@ -146,11 +140,11 @@ section, .section { ...@@ -146,11 +140,11 @@ section, .section {
margin-bottom: 1em; margin-bottom: 1em;
padding: 1em; padding: 1em;
text-align: justify; text-align: justify;
line-height: 1.2em; line-height: 1.4em;
} }
section, .section, #vim-proposal img { 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; border-radius: 0.5em;
} }
...@@ -189,6 +183,12 @@ a.rss { ...@@ -189,6 +183,12 @@ a.rss {
margin-left: auto; margin-left: auto;
} }
sup {
vertical-align: top;
position: relative;
top: -0.5em;
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) { @media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
nav { nav {
padding-top: 1%; padding-top: 1%;
......
@import 'posts.css'; @import 'posts.css';
section.post { section.tag-title {
background-color: #8598a2; background-color: #0a2533;
color: white; color: white;
} }
section.post>header>h1>a:link, section.post>header>h1>a:visited {
color: honeydew;
}
section.post>header>h1 { section.post>header>h1 {
padding: 0; padding: 0;
margin: 0 0 0.5em 0; margin: 0 0 0.5em 0;
......
...@@ -5,53 +5,77 @@ permalink: /cv/ ...@@ -5,53 +5,77 @@ permalink: /cv/
description: What have I been upto? description: What have I been upto?
--- ---
# 2016 -- # Yahoo! Japan (Tokyo)
{:.year}
## Yahoo! Japan
{:.org} {:.org}
<details markdown="1"> <details markdown="1">
### Devops, NoSQL Team <summary>DevOps Engineer, NoSQL Team</summary>
- Tokyo, Japan - 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> </details>
<!-- section --> ## 2016 --
# 2013 -- 2016
{:.year} {:.year}
## IIT Bombay <!-- section -->
# Dept. of Computer Science, IIT Bombay
{:.org} {:.org}
<details markdown="1"> <details markdown="1">
### Master of Technology <summary>System Administrator</summary>
Computer Science and Engineering - (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> </details>
<!-- section --> ## 2013 -- 2016
# 2012 -- 2013
{:.year} {:.year}
## iNautix Technologies India Pvt. Ltd. <!-- section -->
# IIT Bombay
{:.org} {:.org}
<details markdown="1"> <details markdown="1">
### Senior Application Developer <summary>M.Tech (Computer Science)</summary>
- CPI: 8.37
- Chennai, India - M.Tech. Project: **RSA: Side-Channel Attacks**
</details> </details>
## 2013 -- 2016
{:.year}
<!-- section --> <!-- 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} {:.year}
## IIT Guwahati <!-- section -->
# IIT Guwahati
{:.org} {:.org}
<details markdown="1"> <details markdown="1">
### Bachelor of Technology <summary>B.Tech. (Mechanical Engineering)</summary>
Mechanical Engineering - CPI: 6.69
- B.Tech. Project: **True Modal Control**
</details> </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