Skip to content

Commit d96c540

Browse files
committed
Refactor hero section content for clarity and reintroduce statistics for enhanced engagement
1 parent 45ca0e0 commit d96c540

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

index.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,10 @@ <h1>Jaseci: An Open-Source AI-Native Language and Runtime Stack</h1>
9393
<div class="text-block">
9494
<p>
9595
Agentic AI development is broken. Too many tools, too many languages, too much glue code.
96-
<strong>Jaseci</strong> fixes this: an open-source language and runtime extending Python with native AI
97-
and scaling constructs. Prompt less, smile more — no boilerplate, no DevOps, no manual prompts.
96+
<a href="https://www.jaseci.org/" target="_blank" rel="noopener"><strong>Jaseci</strong></a> fixes this: an open-source language and runtime extending Python with native AI
97+
and scaling constructs. Prompt less, smile more. No boilerplate, no DevOps, no manual prompts.
9898
</p>
9999
</div>
100-
101-
<div class="stats-row">
102-
<div class="stat-item">
103-
<div class="stat-val">100K+</div>
104-
<div class="stat-lbl">Monthly PyPI Downloads</div>
105-
</div>
106-
<div class="stat-item">
107-
<div class="stat-val">10&times;</div>
108-
<div class="stat-lbl">Code Reduction</div>
109-
</div>
110-
<div class="stat-item">
111-
<div class="stat-val">0</div>
112-
<div class="stat-lbl">Prompts Required</div>
113-
</div>
114-
</div>
115100
</section>
116101

117102
<!-- Tutorial Themes -->
@@ -132,13 +117,28 @@ <h2>Tutorial Themes</h2>
132117
<div class="theme-title">Research the Jaseci Stack Enables</div>
133118
<div class="theme-audience">For students and researchers</div>
134119
<div class="research-items">
135-
<div class="research-item"><div class="research-dot"></div><div><strong>Agentic AI</strong> Native language constructs for multi-agent systems</div></div>
136-
<div class="research-item"><div class="research-dot"></div><div><strong>Auto-Deploy &amp; Scale</strong> Laptop to Kubernetes, zero config. Auto monolith-to-microservice</div></div>
137-
<div class="research-item"><div class="research-dot"></div><div><strong>ML Compilers</strong> Python-transpiling frontend that fixes PyTorch 2 FX graph breaks</div></div>
120+
<div class="research-item"><div class="research-dot"></div><div><strong>Agentic AI</strong>: Native language constructs for multi-agent systems</div></div>
121+
<div class="research-item"><div class="research-dot"></div><div><strong>Auto-Deploy &amp; Scale</strong>: Laptop to Kubernetes, zero config. Auto monolith-to-microservice</div></div>
122+
<div class="research-item"><div class="research-dot"></div><div><strong>ML Compilers</strong>: Python-transpiling frontend that fixes PyTorch 2 FX graph breaks</div></div>
138123
</div>
139124
<div class="theme-glow"></div>
140125
</div>
141126
</div>
127+
128+
<div class="stats-row">
129+
<div class="stat-item">
130+
<div class="stat-val">100K+</div>
131+
<div class="stat-lbl">Monthly PyPI Downloads</div>
132+
</div>
133+
<div class="stat-item">
134+
<div class="stat-val">10&times;</div>
135+
<div class="stat-lbl">Code Reduction</div>
136+
</div>
137+
<div class="stat-item">
138+
<div class="stat-val">0</div>
139+
<div class="stat-lbl">Prompts Required</div>
140+
</div>
141+
</div>
142142
</section>
143143

144144
<!-- Resources -->
@@ -147,7 +147,7 @@ <h2>Jaseci Resources</h2>
147147
<div class="resources-grid">
148148
<a href="https://www.jaseci.org/" class="resource-card" target="_blank" rel="noopener">
149149
<h3>Jaseci.org</h3>
150-
<p>Official website documentation, guides, tutorials, and community for the Jaseci ecosystem.</p>
150+
<p>Official website with documentation, guides, tutorials, and community for the Jaseci ecosystem.</p>
151151
</a>
152152
<a href="https://github.com/jaseci-labs/jaseci" class="resource-card" target="_blank" rel="noopener">
153153
<h3>Jaseci on GitHub</h3>

0 commit comments

Comments
 (0)