|
396 | 396 | <a href="#" class="nav-logo">Zyntax</a> |
397 | 397 |
|
398 | 398 | <ul class="nav-links"> |
399 | | - <li><a href="https://darmie.github.io/zyntax/book">The Zyn Book</a></li> |
| 399 | + <li><a href="https://darmie.github.io/zyntax/book/">The Zyn Book</a></li> |
400 | 400 | <li><a href="#" class="nav-link-badge">Playground <span class="coming-soon">Soon</span></a></li> |
401 | 401 | <li> |
402 | 402 | <a href="https://github.com/darmie/zyntax" class="nav-cta" target="_blank" rel="noopener"> |
@@ -431,7 +431,7 @@ <h1 class="hero-title"> |
431 | 431 | </p> |
432 | 432 |
|
433 | 433 | <div class="hero-actions"> |
434 | | - <a href="https://darmie.github.io/zyntax/book" class="btn btn-primary"> |
| 434 | + <a href="https://darmie.github.io/zyntax/book/" class="btn btn-primary"> |
435 | 435 | <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
436 | 436 | <path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/> |
437 | 437 | <path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/> |
@@ -495,7 +495,7 @@ <h1 class="hero-title"> |
495 | 495 |
|
496 | 496 | const containerRect = container.getBoundingClientRect(); |
497 | 497 | const camera = new THREE.PerspectiveCamera(50, containerRect.width / containerRect.height, 0.1, 100); |
498 | | - camera.position.set(0, 0.2, 5); |
| 498 | + camera.position.set(0, -0.3, 5); |
499 | 499 |
|
500 | 500 | const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true }); |
501 | 501 | renderer.setSize(containerRect.width, containerRect.height); |
|
0 commit comments