diff --git a/website/src/components/floating.jsx b/website/src/components/floating.jsx index 99315e72..e2d9c8ca 100644 --- a/website/src/components/floating.jsx +++ b/website/src/components/floating.jsx @@ -1,14 +1,6 @@ export const Floating = ({children, title}) => (
+ class="floating">

{title}

{children}
diff --git a/website/src/css/custom.scss b/website/src/css/custom.scss index dd7d38f4..64f15a93 100644 --- a/website/src/css/custom.scss +++ b/website/src/css/custom.scss @@ -66,3 +66,29 @@ nav { p { text-align: justify; } + +.floating { + borderRadius: 2px; + padding: 0.2rem; + width: 20%; + margin: 2%; + minWidth: 180px; + display: inline-block; + verticalAlign: top; +} + +@media not (min-width: 1024px) { + .floating { + width: 100%; + } +} + +.FloatingWrapper { + display: flex; +} + +@media not (min-width: 1024px) { + .FloatingWrapper { + display: inline-block; + } +} diff --git a/website/src/pages/index.md b/website/src/pages/index.md index 67c351fb..f020f3fd 100644 --- a/website/src/pages/index.md +++ b/website/src/pages/index.md @@ -8,10 +8,12 @@ import { Floating } from '../components/floating.jsx'; Create and deploy generative (LLMs and difussers) applications (chatbots and APIs) in seconds. -Open to any model (OpenAI, Llama, Groq, Midjourney) and any library like (LangChainl, DSPy). -No need to learn app frameworks (flask), intuitively use stdin and stdout, or write file to disk. -Engineers can integrate your app with scalable technilogies (Docker, Kubernetes, etc). -Powerful architecture for agents, multiple programming languages, and complex dependencies. +
+ Open to any model (OpenAI, Llama, Groq, Midjourney) and any library like (LangChainl, DSPy). + No need to learn app frameworks (flask), intuitively use stdin and stdout, or write file to disk. + Engineers can integrate your app with scalable technilogies (Docker, Kubernetes, etc). + Powerful architecture for agents, multiple programming languages, and complex dependencies. +
Focus on AI (RAG, fine-tuning, aligment, training) and skip engineering tasks (frontend development, backend integration, deployment, operations).