Skip to content

Commit 980d3de

Browse files
committed
Website: Add NetBeans plugin promotion and clarify Java 8+ compatibility
1 parent 87ec313 commit 980d3de

1 file changed

Lines changed: 39 additions & 3 deletions

File tree

docs/index.html

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,30 @@
7878
margin-top: 0.5rem;
7979
color: #6c757d;
8080
}
81+
.plugin-promo {
82+
background: #f0f7ff;
83+
border: 1px solid #cce5ff;
84+
border-radius: 16px;
85+
padding: 3rem;
86+
margin-top: 4rem;
87+
display: flex;
88+
align-items: center;
89+
gap: 3rem;
90+
}
91+
.plugin-promo-content {
92+
flex: 1;
93+
}
94+
.plugin-promo-icon {
95+
font-size: 6rem;
96+
color: #0056b3;
97+
}
98+
@media (max-width: 768px) {
99+
.plugin-promo {
100+
flex-direction: column;
101+
text-align: center;
102+
padding: 2rem;
103+
}
104+
}
81105
</style>
82106
</head>
83107
<body>
@@ -132,7 +156,7 @@ <h2 style="margin-top: 1rem;">Download the Desktop App</h2>
132156
<a href="https://github.com/anahata-os/gemini-java-client/releases/latest" class="btn-download">
133157
<i class="fas fa-file-archive"></i>
134158
<span>Uber JAR</span>
135-
<small>Universal (Java 25+)</small>
159+
<small>Universal (Java 8+)</small>
136160
</a>
137161
<a href="https://github.com/anahata-os/gemini-java-client/releases/latest" class="btn-download">
138162
<i class="fab fa-windows"></i>
@@ -151,8 +175,20 @@ <h2 style="margin-top: 1rem;">Download the Desktop App</h2>
151175
</a>
152176
</div>
153177
<p style="text-align: center; margin-top: 2rem; color: #6c757d;">
154-
<i class="fas fa-info-circle"></i> Native binaries include a bundled private JRE. The Uber JAR requires Java 25 or higher.
178+
<i class="fas fa-info-circle"></i> Native binaries include a bundled private JRE. The Uber JAR requires Java 8 or higher.
155179
</p>
180+
181+
<div class="plugin-promo">
182+
<div class="plugin-promo-icon">
183+
<i class="devicon-netbeans-plain colored"></i>
184+
</div>
185+
<div class="plugin-promo-content">
186+
<span class="nb-badge" style="background: #0056b3; color: white;">For Software Developers</span>
187+
<h3 style="margin-top: 1rem; font-size: 1.8rem;">The Standalone App is just the appetizer.</h3>
188+
<p style="font-size: 1.1rem; color: #495057; margin-bottom: 1.5rem;">Are you a software developer? Give NetBeans <strong>Anahata superpowers</strong> by installing our flagship plugin. It's the ultimate host for autonomous agents, providing deep IDE integration that the standalone app can only dream of.</p>
189+
<a href="https://www.anahata.uno" class="btn-primary" style="display: inline-block;"><i class="fas fa-external-link-alt"></i> Visit Anahata for NetBeans</a>
190+
</div>
191+
</div>
156192
</section>
157193

158194
<section id="tech-stack" class="container">
@@ -447,7 +483,7 @@ <h2>Get Started in Seconds</h2>
447483
&lt;dependency&gt;
448484
&lt;groupId&gt;uno.anahata&lt;/groupId&gt;
449485
&lt;artifactId&gt;gemini-java-client&lt;/artifactId&gt;
450-
&lt;version&gt;LATEST&lt;/version&gt;
486+
&lt;version&gt;1.0.17&lt;/version&gt;
451487
&lt;/dependency&gt;</pre>
452488
</div>
453489
</section>

0 commit comments

Comments
 (0)