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:
+10
-9
@@ -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><</span>about<span>></span></a></li>
|
||||
<li><a href="#curriculumVitae" class="textShadow"><span><</span>cv<span>></span></a></li>
|
||||
<li><a href="#projects" class="textShadow"><span><</span>projects<span>></span></a></li>
|
||||
<li><a href="#contact" class="textShadow"><span><</span>contact<span>></span></a></li>
|
||||
<li><a href="/blog" class="textShadow"><span><</span>blog<span>></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>
|
||||
|
||||
Reference in New Issue
Block a user