2023-06-03 14:09:23 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
2023-08-17 19:59:48 +01:00
< meta name = "viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
< meta http-equiv = "X-UA-Compatible" content = "ie=edge" >
2023-10-18 00:28:34 +01:00
< title > Rohit Pai - Blog< / title >
< meta name = "title" content = "Rohit Pai - Blog" >
< meta name = "description"
content="This is all the blog posts that Rohit Pai has posted. You'll find posts on various topics, mostly on tech but some on various other random topics.">
< meta name = "keywords"
content="Blog, all posts, rohit, pai, rohit pai, tech, web development, self-hosting, hosting">
< meta name = "robots" content = "index, follow" >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< meta name = "language" content = "English" >
< meta name = "author" content = "Rohit Pai" >
2023-08-17 19:59:48 +01:00
< link rel = "stylesheet" href = "/blog/css/main.css" >
< script src = "https://kit.fontawesome.com/ed3c25598e.js" crossorigin = "anonymous" > < / script >
2023-06-03 14:09:23 +01:00
< / head >
< body >
2023-08-17 19:59:48 +01:00
< nav >
< input type = "checkbox" id = "nav-check" >
2023-10-18 00:28:34 +01:00
< h1 >
< a href = "/" class = "link" > rohit pai< / a >
< / h1 >
2023-08-17 19:59:48 +01:00
< div class = "nav-btn" >
< label for = "nav-check" >
< span > < / span >
< span > < / span >
< span > < / span >
< / label >
< / div >
< ul >
2023-10-18 00:28:34 +01:00
< li > < a href = "/#about" class = "textShadow link" > about< / a > < / li >
< li > < a href = "/#curriculumVitae" class = "textShadow link" > cv< / a > < / li >
< li > < a href = "/#projects" class = "textShadow link" > projects< / a > < / li >
< li > < a href = "/#contact" class = "textShadow link" > contact< / a > < / li >
< li > < a href = "/blog" class = "textShadow link active" > blog< / a > < / li >
2023-08-17 19:59:48 +01:00
< / ul >
< / nav >
< header >
< div >
< h1 > full stack developer< / h1 >
< a href = "/#sayHello" class = "btn btnPrimary boxShadowIn boxShadowOut" > Contact Me< / a >
2023-10-18 00:28:34 +01:00
< a href = "" id = "arrow" > < i class = "fa-solid fa-chevron-down" > < / i > < / a >
2023-08-17 19:59:48 +01:00
< / div >
< / header >
2023-10-18 00:28:34 +01:00
< main id = "main" >
2023-08-17 19:59:48 +01:00
< / main >
< footer class = "flexRow" >
< div class = "spacer" > < / div >
< p > © < span id = "year" > < / span > Rohit Pai all rights reserved< / p >
< div class = "button" >
< button id = "goBackToTop" > < i class = "fa-solid fa-chevron-up" > < / i > < / button >
< / div >
< / footer >
< script src = "/js/typewriter.js" > < / script >
2023-06-26 03:54:25 +01:00
< script src = "/blog/js/index.js" > < / script >
2023-10-18 00:28:34 +01:00
< script id = "dsq-count-scr" src = "https://rohitpaiportfolio.disqus.com/count.js" async > < / script >
2023-06-03 14:09:23 +01:00
< / body >
< / html >