From db7c7f0bf7eda86f716ba3f4f4062102016725f0 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 23 Jun 2025 15:17:11 +0300 Subject: [PATCH] tileline at home --- content/home/index.md | 90 ++++++++++++++++++++++- css/index.css | 2 +- templates/shortcodes/timeline.html | 113 +++++++++++++++++++---------- 3 files changed, 161 insertions(+), 44 deletions(-) diff --git a/content/home/index.md b/content/home/index.md index b38c6cb..94091e8 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -70,23 +70,107 @@ extra: + + -
- ## What Can You Do
with an **AIBox** +
+ +{{ timeline( + subtitle_1="", + title_1="Run AI Models with Full Control", + point_1_1="Execute AI models directly on your dedicated GPU.", + point_1_2="Decide which models are allowed to run on your AI BOX.", + point_1_3="Reserve 100% of your GPU resources anytime for your own experimentation", + + subtitle_2="", + title_2="Rent Out Virtual Machines (CloudSlices)", + point_2_1="Slice your hardware into a maximum of 8 Virtual Machines.", + point_2_2="Control GPU allocation: 0, 1, or 2 GPUs per VM (no oversubscription).", + point_2_3="Users can connect or disconnect GPUs as needed, with owner permissions.", + point_2_4="Each VM is securely connected to Mycelium (P2P overlay network), ensuring efficient communication.", + point_2_5="Pre-built container images available for quick setup and deployment.", + point_2_6="Web gateways allow external connections to VM containers.", + paragraph_2_1="Planned end of summer 2025.", + + subtitle_3="", + title_3="Mycelium Actors", + point_3_1="Become a host for Mycelium Actors and contribute to the Mycelium network.", + point_3_2="Mycelium Actors process jobs and generate rewards for their hosts.", + point_3_3="These jobs can range from AI requests (such as LLM processing) to higher-level functions like text-to-speech, website building, transcribing youtube video's, training a large language model, communicate ...", + paragraph_3_1="By leveraging Mycelium Actors, we pave the way for Augmented Collective Intelligence.", + paragraph_3_2="Upcoming feature, stay tuned." + + ) }}
-{{ timeline() }} + + + + + + +
+
+ +![aibox](/images/aibox8.jpg) + +
+ +
+ + ## Push the Limits of
AI—Your Way. + +
+ + ### **AIBox** is built for those who think beyond limits. Whether you're a hacker, AI researcher, or tech enthusiast, AIBox is your playground.
+ +
+
+ +#### For Developers & Hackers + +- Direct GPU programming with ROCm +- Custom containerization support +- Full Linux kernel access +- Next-gen P2P networking + +
+
+ +#### For AI Researchers + +- Support for popular ML frameworks (PyTorch, TensorFlow) +- Large model training capability (up to 48GB VRAM) +- Distributed training support +- Dataset management tools +
+ +
+ +#### For Tech Enthusiasts + +- Water cooling management interface +- Power consumption monitoring +- Performance benchmarking tools +- Resource allocation controls +
+
+
+ + + + diff --git a/css/index.css b/css/index.css index 2a15a30..f483d89 100644 --- a/css/index.css +++ b/css/index.css @@ -270,7 +270,7 @@ background-color:#5596f5 !important; @apply font-normal; } h4 { - @apply text-xl lg:text-2xl font-normal tracking-wider; + @apply text-xl font-semibold my-4 tracking-wider; font-family: "Inter", sans-serif !important; } diff --git a/templates/shortcodes/timeline.html b/templates/shortcodes/timeline.html index 0724fff..0f2baf9 100644 --- a/templates/shortcodes/timeline.html +++ b/templates/shortcodes/timeline.html @@ -1,71 +1,110 @@ -
+{% set title_1 = title_1 | default(value="") %} +{% set subtitle_1 = subtitle_1 | default(value="") %} +{% set point_1_1 = point_1_1 | default(value="") %} +{% set point_1_2 = point_1_2 | default(value="") %} +{% set point_1_3 = point_1_3 | default(value="") %} +{% set title_2 = title_2 | default(value="") %} +{% set subtitle_2 = subtitle_2 | default(value="") %} +{% set point_2_1 = point_2_1 | default(value="") %} +{% set point_2_2 = point_2_2 | default(value="") %} +{% set point_2_3 = point_2_3 | default(value="") %} +{% set point_2_4 = point_2_4 | default(value="") %} +{% set point_2_5 = point_2_5 | default(value="") %} +{% set point_2_6 = point_2_6 | default(value="") %} +{% set paragraph_2_1 = paragraph_2_1 | default(value="") %} +{% set title_3 = title_3 | default(value="") %} +{% set subtitle_3 = subtitle_3 | default(value="") %} +{% set point_3_1 = point_3_1 | default(value="") %} +{% set point_3_2 = point_3_2 | default(value="") %} +{% set point_3_3 = point_3_3 | default(value="") %} +{% set paragraph_3_1 = paragraph_3_1 | default(value="") %} +{% set paragraph_3_2 = paragraph_3_2 | default(value="") %} + + + + +
-
-
+
+
-
-
Run AI Models with Full Control
+
+
+
{{ subtitle_1 }}
+
+
{{ title_1 }}
- -
Execute AI models directly on your dedicated GPU - -
Decide which models are allowed to run on your AI BOX - -
Reserve 100% of your GPU resources anytime for your own experimentation +
    +
  • {{ point_1_1 }}
  • +
  • {{ point_1_2 }}
  • +
  • {{ point_1_3 }}
  • +
-
-
+
+
-
-
Rent Out Virtual Machines (CloudSlices) +
+
+
{{ subtitle_2 }}
+
{{ title_2 }}
- Slice your hardware into a maximum of 8 Virtual Machines -
Control GPU allocation: 0, 1, or 2 GPUs per VM (no oversubscription) -
Users can connect or disconnect GPUs as needed, with owner permissions -
Each VM is securely connected to Mycelium (P2P overlay network), ensuring efficient communication -
Pre-built container images available for quick setup and deployment -
Web gateways allow external connections to VM containers -
-
Planned Q2 2025. +
    +
  • {{ point_2_1 }}
  • +
  • {{ point_2_2 }}
  • +
  • {{ point_2_3 }}
  • +
  • {{ point_2_4 }}
  • +
  • {{ point_2_5 }}
  • +
  • {{ point_2_6 }}
  • +
+

{{ paragraph_2_1 }}

-
-
+
+
-
-
Mycelium Actors
+
+
+
{{ subtitle_3 }}
+
+
{{ title_3 }}
- Become a host for Mycelium Actors and contribute to the Mycelium network. -
Mycelium Actors process jobs and generate rewards for their hosts. -
These jobs can range from AI requests (such as LLM processing) to higher-level functions like text-to-speech, website building, transcribing youtube video's, training a large language model, communicate ... -
-
By leveraging Mycelium Actors, we pave the way for Augmented Collective Intelligence. -
-
Planned for Q2 2025. + +
    +
  • {{ point_3_1 }}
  • +
  • {{ point_3_2 }}
  • +
  • {{ point_3_3 }}
  • +
+ +
+

{{ paragraph_3_1 }}

+

{{ paragraph_3_2 }}

+
+
+