Skip to content

Commit

Permalink
Update Words.html to add back button
Browse files Browse the repository at this point in the history
Adding the back button that leads to blogs page
  • Loading branch information
ArunMaramraj committed Jun 27, 2023
1 parent 4f7bf8f commit 5fe2c23
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Blogs/Words.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<link rel="icon" type="image/x-icon" href="Images/moksh.jpeg" />
<link rel="stylesheet" href="newBlogStyle.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.min.js"></script>



</head>

<body>
Expand All @@ -25,12 +28,17 @@
<!-- Navbar -->
<div
class="fixed navbar text-indigo-700 top-0 px-4 sm:px-8 py-4 ease-in-out duration-300 flex z-30 items-center justify-between w-full left-0">

<div class="leftSection">
<a class="flex items-center" href="../index.html">
<img src="../Images/moksh.png" alt="Moksh Logo" class="w-16 h-16" />
<span
class="ml-3 text-xl sm:text-2xl uppercase font-semibold text-indigo-600 projectName tracking-widest ease-in-out duration-300 hover:text-slate-900">Moksh</span>

<a href="./Blog.html" class="blogPageArrow fs-3 text-decoration-none" style="position: fixed;
top: 20px;
left: 20px;
z-index: 30;">
<img width="50" height="50" src="https://img.icons8.com/external-solid-adri-ansyah/64/228BE6/external-ui-basic-ui-solid-adri-ansyah-26.png" alt="external-ui-basic-ui-solid-adri-ansyah-26" />
</a>


</div>
<div class="rightSection">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
Expand Down Expand Up @@ -395,6 +403,7 @@ <h1 class="text-center text-4xl mb-5 text-indigo-600 font-semibold">
}

</script>


<script src="./blogs.js"></script>
<script src="../script.js"></script>
Expand All @@ -403,4 +412,4 @@ <h1 class="text-center text-4xl mb-5 text-indigo-600 font-semibold">

</body>

</html>
</html>

0 comments on commit 5fe2c23

Please sign in to comment.