Created blog post page and updated a few things here and there to work with the blog post page. Has comments and a sidebar.

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2023-10-18 00:28:34 +01:00
parent 74d1ea35c1
commit 57aa831cdf
159 changed files with 3476 additions and 11912 deletions
+22 -18
View File
@@ -5,16 +5,25 @@
<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 - All Projects</title>
<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">
<a href="/">
<h1>rohit pai</h1>
</a>
<h1>
<a href="/" class="link">rohit pai</a>
</h1>
<div class="nav-btn">
<label for="nav-check">
@@ -25,29 +34,23 @@
</div>
<ul>
<li><a href="/#about" class="textShadow"><span>&lt;</span>about<span>&gt;</span></a></li>
<li><a href="/#curriculumVitae" class="textShadow"><span>&lt;</span>cv<span>&gt;</span></a></li>
<li><a href="/#projects" class="textShadow active"><span>&lt;</span>projects<span>&gt;</span></a></li>
<li><a href="/#contact" class="textShadow"><span>&lt;</span>contact<span>&gt;</span></a></li>
<li><a href="/blog" class="textShadow"><span>&lt;</span>blog<span>&gt;</span></a></li>
<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="#featured"><i class="fa-solid fa-chevron-down"></i></a>
<a href="" id="arrow"><i class="fa-solid fa-chevron-down"></i></a>
</div>
</header>
<main>
<section id="featured">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus accusantium amet autem, commodi corporis
illo ipsam nemo nihil nostrum numquam perspiciatis quo tenetur voluptatum. Architecto atque aut doloremque
incidunt iusto labore obcaecati pariatur, porro qui rem saepe, suscipit tempore voluptatem? Aliquam asperiores
dignissimos error labore odio, praesentium quod reiciendis totam.
</section>
<main id="main">
</main>
<footer class="flexRow">
@@ -60,5 +63,6 @@
<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>