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
+10 -9
View File
@@ -12,9 +12,9 @@
<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,11 +25,11 @@
</div>
<ul>
<li><a href="#about" class="textShadow active"><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"><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 active 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">blog</a></li>
</ul>
</nav>
<header>
@@ -133,7 +133,8 @@
</div>
</div>
<img src="./imgs/profile.jpg"
alt="My professional picture taken in brighton near north street at night wearing a bage jacket and checkered shirt"
alt="My professional picture taken in brighton near north street at night wearing a beige
jacket and checkered shirt"
class="profile">
</div>
</div>