|
1 | 1 | {{ define "main" }}
|
| 2 | +<div data-mf="false"> |
2 | 3 | <div class="page col-md-12 col-xl-12 pl-md-5" id="site-home">
|
3 | 4 |
|
4 | 5 | <div class="justify-content-left" style="margin-left: 1.5em;">
|
@@ -191,5 +192,235 @@ <h3 class="saas-title">NGINX Unit</h3>
|
191 | 192 | </div>
|
192 | 193 | </section>
|
193 | 194 | </div>
|
| 195 | +</div> |
| 196 | + |
| 197 | +{{/* mf homepage */}} |
| 198 | + |
| 199 | +<div class="homepage" data-mf="true"> |
| 200 | + <div class="homepage-section"> |
| 201 | + <div class="homepage-heading"> |
| 202 | + NGINX Product Documentation |
| 203 | + </div> |
| 204 | + <div class="homepage-banner-text"> |
| 205 | + Learn how to deliver, manage, and protect your applications using F5 NGINX products. |
| 206 | + </div> |
| 207 | + <h1 class="homepage-heading"> |
| 208 | + NGINX One |
| 209 | + </h1> |
| 210 | + <a href="{{ .Site.BaseURL }}nginx-one" alt="NGINX One Console"> |
| 211 | + <div class="homepage-item"> |
| 212 | + <div class="homepage-item-heading"> |
| 213 | + <div class="homepage-item-logo"> |
| 214 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-One-product-icon.png"> |
| 215 | + </div> |
| 216 | + <h1 class="homepage-item-text"> |
| 217 | + NGINX One Console |
| 218 | + </h1> |
| 219 | + </div> |
| 220 | + <div class="homepage-item-content"> |
| 221 | + Monitor your infrastructure, address security vulnerabilities, and assess the health of your NGINX fleet, all from a single console. |
| 222 | + </div> |
| 223 | + </div> |
| 224 | + </a> |
| 225 | + |
| 226 | + <a href="{{ .Site.BaseURL }}nginx" alt="NGINX Plus"> |
| 227 | + <div class="homepage-item"> |
| 228 | + <div class="homepage-item-heading"> |
| 229 | + <div class="homepage-item-logo"> |
| 230 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-Plus-product-icon-RGB.png"> |
| 231 | + </div> |
| 232 | + <div class="homepage-item-text"> |
| 233 | + NGINX Plus |
| 234 | + </div> |
| 235 | + </div> |
| 236 | + <div class="homepage-item-content"> |
| 237 | + The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway. |
| 238 | + </div> |
| 239 | + </div> |
| 240 | + </a> |
| 241 | + |
| 242 | + <a href="{{ .Site.BaseURL }}nginx-instance-manager" alt="NGINX Instance Manager"> |
| 243 | + <div class="homepage-item"> |
| 244 | + <div class="homepage-item-heading"> |
| 245 | + <div class="homepage-item-logo"> |
| 246 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-Instance-Manager-product-icon.png"> |
| 247 | + </div> |
| 248 | + <div class="homepage-item-text"> |
| 249 | + NGINX Instance Manager |
| 250 | + </div> |
| 251 | + </div> |
| 252 | + <div class="homepage-item-content"> |
| 253 | + Track and control NGINX Open Source and NGINX Plus instances. |
| 254 | + </div> |
| 255 | + </div> |
| 256 | + </a> |
| 257 | + |
| 258 | + <a href="{{ .Site.BaseURL }}nginx-ingress-controller" alt="NGINX Ingress Controller"> |
| 259 | + <div class="homepage-item"> |
| 260 | + <div class="homepage-item-heading"> |
| 261 | + <div class="homepage-item-logo"> |
| 262 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-Ingress-Controller-product-icon.png"> |
| 263 | + </div> |
| 264 | + <div class="homepage-item-text"> |
| 265 | + NGINX Ingress Controller |
| 266 | + </div> |
| 267 | + </div> |
| 268 | + <div class="homepage-item-content"> |
| 269 | + Kubernetes traffic management with API gateway, identity, and observability features |
| 270 | + </div> |
| 271 | + </div> |
| 272 | + </a> |
| 273 | + |
| 274 | + <a href="{{ .Site.BaseURL }}nginx-gateway-fabric" alt="NGINX Gateway Fabric"> |
| 275 | + <div class="homepage-item"> |
| 276 | + <div class="homepage-item-heading"> |
| 277 | + <div class="homepage-item-logo"> |
| 278 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-Gateway-Fabric-product-icon.png"> |
| 279 | + </div> |
| 280 | + <div class="homepage-item-text"> |
| 281 | + NGINX Gateway Fabric |
| 282 | + </div> |
| 283 | + </div> |
| 284 | + <div class="homepage-item-content"> |
| 285 | + Next generation Kubernetes connectivity using the Gateway API. |
| 286 | + </div> |
| 287 | + </div> |
| 288 | + </a> |
| 289 | + |
| 290 | + <a href="https://nginx.org/en/docs/" alt="NGINX Open Source"> |
| 291 | + <div class="homepage-item"> |
| 292 | + <div class="homepage-item-heading"> |
| 293 | + <div class="homepage-item-logo"> |
| 294 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-product-icon.png"> |
| 295 | + </div> |
| 296 | + <div class="homepage-item-text"> |
| 297 | + NGINX Open Source |
| 298 | + </div> |
| 299 | + </div> |
| 300 | + <div class="homepage-item-content"> |
| 301 | + The open source all-in-one load balancer, content cache, and web server |
| 302 | + </div> |
| 303 | + </div> |
| 304 | + </a> |
| 305 | + |
| 306 | + <a href="{{ .Site.BaseURL }}nginx-agent" alt="NGINX Agent"> |
| 307 | + <div class="homepage-item"> |
| 308 | + <div class="homepage-item-heading"> |
| 309 | + <div class="homepage-item-logo"> |
| 310 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-product-icon.png"> |
| 311 | + </div> |
| 312 | + <div class="homepage-item-text"> |
| 313 | + NGINX Agent |
| 314 | + </div> |
| 315 | + </div> |
| 316 | + <div class="homepage-item-content"> |
| 317 | + A daemon providing observability data and remote configuration for NGINX Open Source and NGINX Plus instances |
| 318 | + </div> |
| 319 | + </div> |
| 320 | + </a> |
| 321 | + |
| 322 | + <a href="{{ .Site.BaseURL }}solutions" alt="NGINX Solutions"> |
| 323 | + <div class="homepage-item"> |
| 324 | + <div class="homepage-item-heading"> |
| 325 | + <div class="homepage-item-logo"> |
| 326 | + <img src="{{ .Site.BaseURL }}/images/icons/NGINX-product-icon.png"> |
| 327 | + </div> |
| 328 | + <div class="homepage-item-text"> |
| 329 | + Subscription Licensing & Solutions |
| 330 | + </div> |
| 331 | + </div> |
| 332 | + <div class="homepage-item-content"> |
| 333 | + Stay compliant with your NGINX subscription licenses and see how you can use NGINX One to build secure, scalable, and high-performing applications and APIs. |
| 334 | + </div> |
| 335 | + </div> |
| 336 | + </a> |
| 337 | + |
| 338 | + </div> |
| 339 | + |
| 340 | + <div class="homepage-section"> |
| 341 | + <div class="homepage-heading"> |
| 342 | + NGINX App Protect |
| 343 | + </div> |
| 344 | + |
| 345 | + <a href="{{ .Site.BaseURL }}nginx-app-protect-waf" class="products-card" alt="NGINX App Protect WAF"> |
| 346 | + <div class="homepage-item"> |
| 347 | + <div class="homepage-item-heading"> |
| 348 | + <div class="homepage-item-logo"> |
| 349 | + <img src="{{ .Site.BaseURL }}/images/icons/NGINX-App-Protect-WAF-product-icon.png"> |
| 350 | + </div> |
| 351 | + <div class="homepage-item-text"> |
| 352 | + NGINX App Protect WAF |
| 353 | + </div> |
| 354 | + </div> |
| 355 | + <div class="homepage-item-content"> |
| 356 | + Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs |
| 357 | + </div> |
| 358 | + </div> |
| 359 | + </a> |
| 360 | + |
| 361 | + <a href="{{ .Site.BaseURL }}nginx-app-protect-dos" class="products-card" alt="NGINX App Protect DoS"> |
| 362 | + <div class="homepage-item"> |
| 363 | + <div class="homepage-item-heading"> |
| 364 | + <div class="homepage-item-logo"> |
| 365 | + <img src="{{ .Site.BaseURL }}/images/icons/NGINX-App-Protect-DoS-product-icon.png"> |
| 366 | + </div> |
| 367 | + <div class="homepage-item-text"> |
| 368 | + NGINX App Protect DoS |
| 369 | + </div> |
| 370 | + </div> |
| 371 | + <div class="homepage-item-content"> |
| 372 | + Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs |
| 373 | + </div> |
| 374 | + </div> |
| 375 | + </a> |
| 376 | + </div> |
| 377 | + |
| 378 | + <div class="homepage-section"> |
| 379 | + <div class="homepage-heading"> |
| 380 | + NGINX as a Service |
| 381 | + </div> |
| 382 | + |
| 383 | + <a href="{{ .Site.BaseURL }}nginx-one" class="products-card" alt="NGINX One Console"> |
| 384 | + <div class="homepage-item"> |
| 385 | + <div class="homepage-item-heading"> |
| 386 | + <div class="homepage-item-logo"> |
| 387 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-for-Azure-product-icon.png"> |
| 388 | + </div> |
| 389 | + <div class="homepage-item-text"> |
| 390 | + NGINX as a Service for Azure |
| 391 | + </div> |
| 392 | + </div> |
| 393 | + |
| 394 | + <div class="homepage-item-content"> |
| 395 | + Infrastructure-as-a-Service (IaaS) version of NGINX Plus for your Microsoft Azure application stack |
| 396 | + </div> |
| 397 | + </div> |
| 398 | + </a> |
| 399 | + </div> |
| 400 | + |
| 401 | + |
| 402 | + <div class="homepage-section"> |
| 403 | + <div class="homepage-heading"> |
| 404 | + More NGINX Products |
| 405 | + </div> |
| 406 | + |
| 407 | + <a href="{{ .Site.BaseURL }}nginx-one" class="products-card" alt="NGINX One Console"> |
| 408 | + <div class="homepage-item"> |
| 409 | + <div class="homepage-item-heading"> |
| 410 | + <div class="homepage-item-logo"> |
| 411 | + <img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-One-product-icon.png"> |
| 412 | + </div> |
| 413 | + <div class="homepage-item-text"> |
| 414 | + NGINX Unit |
| 415 | + </div> |
| 416 | + </div> |
| 417 | + <div class="homepage-item-content"> |
| 418 | + Dynamic app server that can run beside NGINX, NGINX Plus, or on its own |
| 419 | + </div> |
| 420 | + </div> |
| 421 | + </a> |
| 422 | + </div> |
| 423 | + |
| 424 | +</div> |
194 | 425 |
|
195 | 426 | {{ end }}
|
0 commit comments