diff options
-rw-r--r-- | download/cv.pdf | bin | 1152734 -> 1161713 bytes | |||
-rw-r--r-- | download/resume_dl.html | 8 | ||||
-rwxr-xr-x | resume.html | 17 |
3 files changed, 12 insertions, 13 deletions
diff --git a/download/cv.pdf b/download/cv.pdf Binary files differindex 00d4c6f..d2900ce 100644 --- a/download/cv.pdf +++ b/download/cv.pdf diff --git a/download/resume_dl.html b/download/resume_dl.html index e956da3..1136f59 100644 --- a/download/resume_dl.html +++ b/download/resume_dl.html @@ -377,6 +377,10 @@ img.emoji { <td>5 yrs</td> </tr> <tr> + <td>Linux</td> + <td>5 yrs</td> + </tr> + <tr> <td>VSCode</td> <td>2.5 yrs</td> </tr> @@ -384,6 +388,10 @@ img.emoji { <td>Visual Studio</td> <td>2.5 yr</td> </tr> + <tr> + <td>Webpack</td> + <td>2 yrs</td> + </tr> </tbody> </table> </header> diff --git a/resume.html b/resume.html index c321e33..e1c79d7 100755 --- a/resume.html +++ b/resume.html @@ -124,6 +124,10 @@ <td>5 yrs</td> </tr> <tr> + <td>Linux</td> + <td>5 yrs</td> + </tr> + <tr> <td>VSCode</td> <td>2.5 yrs</td> </tr> @@ -137,19 +141,6 @@ </tr> </tbody> </table> - <table class="skills_table"> - <thead> - <tr> - <th colspan="2">Other</th> - </tr> - </thead> - <tbody> - <tr> - <td>Linux</td> - <td>5 yrs</td> - </tr> - </tbody> - </table> </header> <main> |