Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
03c81eac
Commit
03c81eac
authored
Mar 16, 2021
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CV styling to combine sysad/mtech part
parent
a479eff6
Pipeline
#1431
failed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
32 deletions
+22
-32
.gitignore
.gitignore
+1
-0
css/cv.scss
css/cv.scss
+16
-27
cv.md
cv.md
+5
-5
No files found.
.gitignore
View file @
03c81eac
...
...
@@ -3,3 +3,4 @@ Gemfile.lock
_site/
_site/**
.jekyll-metadata
vendor
css/cv.scss
View file @
03c81eac
---
---
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
;
}
}
cv.md
View file @
03c81eac
...
...
@@ -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/>
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment