diff options
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f488ea3..f0c7cb4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,15 +14,6 @@ <meta name="twitter:description" content="Hi there! I'm Raghuram Subramani. I love learning new techniques and programming languages. Outside of programming, I enjoy playing Soccer, Badminton and TableTennis."> {% seo %} </head> - <script> - function openNav() { - document.getElementById("mySidenav").style.width = "250px"; - } - - function closeNav() { - document.getElementById("mySidenav").style.width = "0"; - } - </script> <body style="background-color: #0f0f12;"> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <div class = flex> |