Skip to content

Commit

Permalink
Merge pull request #121 from Ronnit44/fixed-vision-read-more
Browse files Browse the repository at this point in the history
clicking on read more button in vision section now leads to vision page
  • Loading branch information
Jyotibrat authored Feb 7, 2025
2 parents 2e23e69 + 167681c commit 61e0111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Mission</h1>
<div class="info">
<h1>Vision</h1>
<p>We envision MarkView as the go-to platform for Markdown editing, with continuous improvements, customizable themes, and seamless integration with various platforms. Our goal is to make Markdown writing intuitive and accessible for everyone.As we progress, we aim to create a collaborative ecosystem where users can share their Markdown documents, get feedback, and work together on projects effortlessly. We see MarkView as a tool that not only simplifies Markdown editing but also enhances the overall writing experience.</p>
<button onclick="location.href='blog1.html'">Read more</button>
<button onclick="location.href='blog2.html'">Read more</button>
</div>
</div>

Expand Down

0 comments on commit 61e0111

Please sign in to comment.