All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 23s
Signed-off-by: rodude123 <rodude123@gmail.com>
84 lines
3.0 KiB
HTML
84 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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">
|
|
<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">
|
|
<link rel="stylesheet" href="/blog/css/main.css">
|
|
<script src="https://kit.fontawesome.com/ed3c25598e.js" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<input type="checkbox" id="nav-check">
|
|
<h1>
|
|
<a href="/" class="link">rohit pai</a>
|
|
</h1>
|
|
|
|
<div class="nav-btn">
|
|
<label for="nav-check">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</label>
|
|
</div>
|
|
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
</nav>
|
|
<header>
|
|
<div>
|
|
<h1>full stack developer</h1>
|
|
<a href="/#sayHello" class="btn btnPrimary boxShadowIn boxShadowOut">Contact Me</a>
|
|
<a href="" id="arrow"><i class="fa-solid fa-chevron-down"></i></a>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="menuBar">
|
|
<div class="menu">
|
|
<ul>
|
|
<li><a href="/blog" class="link active">All posts</a></li>
|
|
<li><a href="/blog/category" class="link">categories</a></li>
|
|
<li>
|
|
<label for="searchField" aria-hidden="true" hidden>search</label>
|
|
<input type="search" name="search" id="searchField"
|
|
placeholder="Search...">
|
|
<button type="submit" id="searchBtn" class="btn btnPrimary"><i
|
|
class="fa fa-search"></i></button>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<main id="main">
|
|
|
|
</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>
|
|
<script src="/blog/js/index.js"></script>
|
|
<script id="dsq-count-scr" src="https://rohitpaiportfolio.disqus.com/count.js" async></script>
|
|
</body>
|
|
</html> |