Skip to content

Added plugins link and changed logo to grey svg for lisibility and accessibilty #70

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added assets/img/lapce-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a class="max-w-max flex" href="/">
<ul class="flex space-x-4 items-center">
<li>
<img class="h-10" src="https://github.com/raw/lapce/lapce/master/extra/images/logo.png"
<img class="h-10" src="https://github.com/raw/lapce/lapce/master/extra/images/logo.svg"
alt="">
</li>
<li>
Expand All @@ -35,10 +35,15 @@
</div>
<div class="flex items-center justify-end">
<ul class="flex space-x-8 mr-8">
<li>
<a class="text-coolGray-800 hover:text-coolGray-500 font-medium" href="https://plugins.lapce.dev"
target="_blank">Plugins</a>
</li>
<li>
<a class="text-coolGray-800 hover:text-coolGray-500 font-medium" href="https://docs.lapce.dev"
target="_blank">Docs</a>
</li>

</ul>
<div class="translate-y-1">
<a class="github-button" href="https://github.com/lapce/lapce" data-size="large" data-show-count="true"
Expand Down