Skip to content

Commit

Permalink
Update writings.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bathiya17 authored Jul 1, 2024
1 parent a2e16a2 commit 00793d6
Showing 1 changed file with 6 additions and 46 deletions.
52 changes: 6 additions & 46 deletions writings.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Writings</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="myself.html">Myself</a></li>
<li><a href="research.html">My Research Work</a></li>
<li><a href="writings.html">My Writings</a></li>
</ul>
</nav>
</header>
<main>
<h1>My Writings</h1>
<section>
<h2>Publications</h2>
<ul>
<li><a href="#">Publication Title 1</a></li>
<li><a href="#">Publication Title 2</a></li>
<li><a href="#">Publication Title 3</a></li>
<!-- Add more publications as needed -->
</ul>
</section>
<section>
<h2>Blog Posts</h2>
<ul>
<li><a href="#">Blog Post Title 1</a></li>
<li><a href="#">Blog Post Title 2</a></li>
<li><a href="#">Blog Post Title 3</a></li>
<!-- Add more blog posts as needed -->
</ul>
</section>
</main>
<footer>
<p>&copy; 2024 Your Name</p>
</footer>
</body>
</html>

---
layout: default
title: My Writings
---
<h1>My Writings</h1>
<p>Information about your writings.</p>

0 comments on commit 00793d6

Please sign in to comment.