Commit 03c81eac authored by Murukesh Mohanan's avatar Murukesh Mohanan

Update CV styling to combine sysad/mtech part

parent a479eff6
Pipeline #1431 failed with stage
......@@ -3,3 +3,4 @@ Gemfile.lock
_site/
_site/**
.jekyll-metadata
vendor
---
---
table {
border: 2px solid grey;
border-radius: 0.3em;
width: 100%;
}
th, td {
padding: 0.5em;
}
th {
background-color: #111;
}
td {
background-color: #444;
}
h1.org {
font-size: 1em;
......@@ -39,40 +22,46 @@ details {
#main section {
padding: 0;
overflow: hidden;
border-radius: 0.5em;
}
details>ul>li {
list-style: disc !important;
list-style: disc !important;
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
section {
display: flex;
flex: column;
flex-wrap: wrap;
min-height: 5em;
}
.org {
width: 25%;
border-radius: 0.5em 0 0 0.5em;
flex: 3 1 0;
}
.year {
width: 18%;
border-radius: 0 0.5em 0.5em 0;
flex: 1 1 0;
font-weight: normal;
font-size: inherit;
}
hr {
width: 100%;
height: 0;
border: 1px solid black;
margin: 0;
}
details {
width: 58%;
flex: 8 1 0;
}
}
@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait) {
.year {
font-size: 0.8em;
border-radius: 0 0 0.5em 0.5em;
}
.org {
border-radius: 0.5em 0.5em 0 0;
hr {
border: 0;
}
}
......@@ -10,7 +10,7 @@ description: What have I been upto?
<details markdown="1">
<summary>Software Engineer</summary>
- Development of v2 of e-learning platform (VueJS, Flask, GCP)
- Development of v2 of e-learning platform (VueJS, Flask, Kubernetes, GCP)
- Setup and administration of office network (VPN, DNS, DHCP, LDAP)
- Setup of office computing cluster (JupyterHub, Docker Swarm, NVIDIA DGX Stations)
- Platform development for ML research teams
......@@ -54,13 +54,13 @@ description: What have I been upto?
## 2013 -- 2016
{:.year}
<!-- section -->
---
# IIT Bombay
{:.org}
<details markdown="1">
<summary>M.Tech (Computer Science)</summary>
<summary>M.Tech. (Computer Science)</summary>
- CPI: 8.37
- M.Tech. Project: **RSA: Side-Channel Attacks**
</details>
......@@ -95,6 +95,6 @@ description: What have I been upto?
## 2008 -- 2012
{:.year}
---
<!-- section -->
A print-friendly CV is at <https://murukesh.gitlab.io/cv/>.
- A print-friendly CV is at <https://murukesh.gitlab.io/cv/>.
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