From d0c7e1d5e4ae0e3d04722e0a9ae7cab3506c6564 Mon Sep 17 00:00:00 2001 From: Gilad S Date: Thu, 26 Sep 2024 01:28:33 +0300 Subject: [PATCH] docs: home page fixes --- .vitepress/components/HomePage/HomePage.vue | 36 +++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/.vitepress/components/HomePage/HomePage.vue b/.vitepress/components/HomePage/HomePage.vue index f377bc00..f4d3cc64 100644 --- a/.vitepress/components/HomePage/HomePage.vue +++ b/.vitepress/components/HomePage/HomePage.vue @@ -19,7 +19,7 @@ getElectronExampleAppDownloadLink()
-

Chat with many popular models

+

Chat with many popular models

Experience the ease of running models on your machine

@@ -30,7 +30,7 @@ getElectronExampleAppDownloadLink()
-

Inspect your hardware

+

Inspect your hardware

Check out your hardware capabilities

@@ -39,7 +39,7 @@ getElectronExampleAppDownloadLink()
-

A complete package

+

A complete package

Everything you need to use large language models in your project

@@ -49,7 +49,7 @@ getElectronExampleAppDownloadLink()
-

Prompt a model

+

Prompt a model

Integrate node-llama-cpp in your codebase and prompt models

@@ -57,7 +57,7 @@ getElectronExampleAppDownloadLink()
-

Embed documents

+

Embed documents

Get embedding for a given text

@@ -69,7 +69,7 @@ getElectronExampleAppDownloadLink()
-

Enforce a JSON schema

+

Enforce a JSON schema

Force a model response to follow your JSON schema

@@ -77,7 +77,7 @@ getElectronExampleAppDownloadLink()
-

Prompt with function calling

+

Prompt with function calling

Let a model call functions to retrieve data or perform actions

@@ -144,8 +144,17 @@ getElectronExampleAppDownloadLink() border-radius: 12px; flex-basis: 0%; - > h1 { + > h2 { + letter-spacing: -0.02em; + line-height: 40px; + font-size: 28px; margin: 16px 0px; + padding-top: 0px; + border-top: none; + + @media (min-width: 768px) { + font-size: 32px; + } } .learn-more { @@ -188,8 +197,17 @@ getElectronExampleAppDownloadLink() margin: 32px calc(-1*(100svw - 100%) / 2) 0px calc(-1*(100svw - 100%) / 2); overflow: hidden; - > h1 { + > h2 { + letter-spacing: -0.02em; + line-height: 40px; + font-size: 28px; margin: 16px 0px; + padding-top: 0px; + border-top: none; + + @media (min-width: 768px) { + font-size: 32px; + } } > .content {