Skip to content

Commit

Permalink
added a partner tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Dec 2, 2024
1 parent 9231c3d commit 3d39216
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ <h4 class="modal-title custom-modal-title">Notepad — Offline capable</h4>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#changelog">Changelog</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#partners">Partners</a>
</li>
</ul>
<div class="tab-content">
<div id="about" class="container tab-pane active in">
Expand Down Expand Up @@ -340,6 +343,13 @@ <h4>21st Jun, 2024</h3>
<li>Replaced colored menubar icons with monochrome ones for a consitent look.</li>
</ul>
</div>

<div id="partners" class="container tab-pane fade">
<p>These are our valued partners who help make Notepad—the product—better:</p>
<ul>
<li><a href="https://mermory.com" target="_blank">Mermory</a> — Make waves for the future of flashcards</li>
</ul>
</div>
</div>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit 3d39216

Please sign in to comment.