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 ...@@ -3,3 +3,4 @@ Gemfile.lock
_site/ _site/
_site/** _site/**
.jekyll-metadata .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 { h1.org {
font-size: 1em; font-size: 1em;
...@@ -39,40 +22,46 @@ details { ...@@ -39,40 +22,46 @@ details {
#main section { #main section {
padding: 0; padding: 0;
overflow: hidden;
border-radius: 0.5em;
} }
details>ul>li { details>ul>li {
list-style: disc !important; 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-wrap: wrap;
min-height: 5em; min-height: 5em;
} }
.org { .org {
width: 25%; flex: 3 1 0;
border-radius: 0.5em 0 0 0.5em;
} }
.year { .year {
width: 18%; flex: 1 1 0;
border-radius: 0 0.5em 0.5em 0;
font-weight: normal; font-weight: normal;
font-size: inherit; font-size: inherit;
} }
hr {
width: 100%;
height: 0;
border: 1px solid black;
margin: 0;
}
details { details {
width: 58%; flex: 8 1 0;
} }
} }
@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 0 0.5em 0.5em;
} }
.org { hr {
border-radius: 0.5em 0.5em 0 0; border: 0;
} }
} }
...@@ -10,7 +10,7 @@ description: What have I been upto? ...@@ -10,7 +10,7 @@ description: What have I been upto?
<details markdown="1"> <details markdown="1">
<summary>Software Engineer</summary> <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 and administration of office network (VPN, DNS, DHCP, LDAP)
- Setup of office computing cluster (JupyterHub, Docker Swarm, NVIDIA DGX Stations) - Setup of office computing cluster (JupyterHub, Docker Swarm, NVIDIA DGX Stations)
- Platform development for ML research teams - Platform development for ML research teams
...@@ -54,13 +54,13 @@ description: What have I been upto? ...@@ -54,13 +54,13 @@ description: What have I been upto?
## 2013 -- 2016 ## 2013 -- 2016
{:.year} {:.year}
<!-- section --> ---
# IIT Bombay # IIT Bombay
{:.org} {:.org}
<details markdown="1"> <details markdown="1">
<summary>M.Tech (Computer Science)</summary> <summary>M.Tech. (Computer Science)</summary>
- CPI: 8.37 - CPI: 8.37
- M.Tech. Project: **RSA: Side-Channel Attacks** - M.Tech. Project: **RSA: Side-Channel Attacks**
</details> </details>
...@@ -95,6 +95,6 @@ description: What have I been upto? ...@@ -95,6 +95,6 @@ description: What have I been upto?
## 2008 -- 2012 ## 2008 -- 2012
{:.year} {:.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