From c5e19b37efb341f24f53e70533a9b86c9d52ef23 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 17 Oct 2024 03:22:08 -0700 Subject: [PATCH] Use Khoj icons. Add automation & improve agent text on web login page --- README.md | 4 +-- .../interface/web/assets/icons/agents.svg | 1 + .../interface/web/assets/icons/automation.svg | 1 + src/khoj/interface/web/assets/icons/chat.svg | 24 ++++++++++++++ src/khoj/interface/web/login.html | 33 +++++++------------ 5 files changed, 39 insertions(+), 24 deletions(-) create mode 100644 src/khoj/interface/web/assets/icons/chat.svg diff --git a/README.md b/README.md index 76feba33..07e23457 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ - Chat with any local or online LLM (e.g llama3, qwen, gemma, mistral, gpt, claude, gemini). - Get answers from the internet and your docs (including image, pdf, markdown, org-mode, word, notion files). - Access it from your Browser, Obsidian, Emacs, Desktop, Phone or Whatsapp. -- Build agents with custom knowledge bases and tools. -- Create automations to get personal newsletters and smart notifications. +- Create agents with custom knowledge, persona, chat model and tools to take on any role. +- Automate away repetitive research. Get personal newsletters and smart notifications delivered to your inbox. - Find relevant docs quickly and easily using our advanced semantic search. - Generate images, talk out loud, play your messages. - Khoj is open-source, self-hostable. Always. diff --git a/src/khoj/interface/web/assets/icons/agents.svg b/src/khoj/interface/web/assets/icons/agents.svg index 27540107..0c0b63dd 100644 --- a/src/khoj/interface/web/assets/icons/agents.svg +++ b/src/khoj/interface/web/assets/icons/agents.svg @@ -14,5 +14,6 @@ clip-rule="evenodd" fill-rule="evenodd" fill="currentColor" + stroke="currentColor" stroke-width="0.95844" /> diff --git a/src/khoj/interface/web/assets/icons/automation.svg b/src/khoj/interface/web/assets/icons/automation.svg index d49a0c5b..a2227d1c 100644 --- a/src/khoj/interface/web/assets/icons/automation.svg +++ b/src/khoj/interface/web/assets/icons/automation.svg @@ -12,6 +12,7 @@ fill-rule="evenodd" clip-rule="evenodd" fill-opacity="1" + stroke="currentColor" stroke-width="1.16584" stroke-dasharray="none" /> diff --git a/src/khoj/interface/web/assets/icons/chat.svg b/src/khoj/interface/web/assets/icons/chat.svg new file mode 100644 index 00000000..f474ab89 --- /dev/null +++ b/src/khoj/interface/web/assets/icons/chat.svg @@ -0,0 +1,24 @@ + + + + + diff --git a/src/khoj/interface/web/login.html b/src/khoj/interface/web/login.html index a1090ed0..b7db3a1a 100644 --- a/src/khoj/interface/web/login.html +++ b/src/khoj/interface/web/login.html @@ -46,33 +46,16 @@

Transform the way you think, create, and remember

- - - - - - - + Chat Get answers across your documents and the internet
- - - - - Go deeper in the topics personal to you + Agents + Create agents with the knowledge and tools to take on any role
- - - - - - Use specialized agents + Automations + Automate away repetitive research
@@ -160,6 +143,12 @@ height: 24px; stroke: white; } + .feature img { + width: 24px; + height: 24px; + filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%); + stroke: white; + } #login-modal { display: grid;