Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Words.html to add back button -- Issue #900 Done #936

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>