|
52 | 52 | One command installs Git, Node, Docker, VS Code, and 80+ other tools. Fresh Mac to fully productive in 15 minutes. Then share your exact setup with your team so they can do the same. |
53 | 53 | </p> |
54 | 54 |
|
55 | | - <div class="features-list"> |
56 | | - <div class="feature-item"> |
57 | | - <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
58 | | - <polyline points="20 6 9 17 4 12"/> |
59 | | - </svg> |
60 | | - <span>No more Googling "Mac setup for developers" — it's all here</span> |
61 | | - </div> |
62 | | - <div class="feature-item"> |
63 | | - <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
64 | | - <polyline points="20 6 9 17 4 12"/> |
65 | | - </svg> |
66 | | - <span>Resume exactly where you left off after wiping your Mac</span> |
67 | | - </div> |
68 | | - <div class="feature-item"> |
69 | | - <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
70 | | - <polyline points="20 6 9 17 4 12"/> |
71 | | - </svg> |
72 | | - <span>Your terminal looks professional out of the box</span> |
73 | | - </div> |
74 | | - <div class="feature-item"> |
75 | | - <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
76 | | - <polyline points="20 6 9 17 4 12"/> |
77 | | - </svg> |
78 | | - <span>New teammate onboards in 10 minutes, not 2 days</span> |
79 | | - </div> |
80 | | - <div class="feature-item"> |
81 | | - <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
82 | | - <polyline points="20 6 9 17 4 12"/> |
83 | | - </svg> |
84 | | - <span>No tracking, no account required, no vendor lock-in</span> |
85 | | - </div> |
86 | | - </div> |
| 55 | + <div class="features-list"> |
| 56 | + <div class="feature-item"> |
| 57 | + <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
| 58 | + <polyline points="20 6 9 17 4 12"/> |
| 59 | + </svg> |
| 60 | + <span>No more Googling "Mac setup for developers" — it's all here</span> |
| 61 | + </div> |
| 62 | + <div class="feature-item"> |
| 63 | + <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
| 64 | + <polyline points="20 6 9 17 4 12"/> |
| 65 | + </svg> |
| 66 | + <span>Resume exactly where you left off after wiping your Mac</span> |
| 67 | + </div> |
| 68 | + <div class="feature-item"> |
| 69 | + <svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"> |
| 70 | + <polyline points="20 6 9 17 4 12"/> |
| 71 | + </svg> |
| 72 | + <span>New teammate onboards in 10 minutes, not 2 days</span> |
| 73 | + </div> |
| 74 | + </div> |
87 | 75 |
|
88 | 76 | <div class="install-section"> |
89 | 77 | <div class="install-command-wrapper"> |
|
132 | 120 | Sign in |
133 | 121 | </a> |
134 | 122 | {/if} |
135 | | - <a href="/docs" class="btn-secondary"> |
136 | | - <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> |
137 | | - <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/> |
138 | | - <polyline points="14 2 14 8 20 8"/> |
139 | | - </svg> |
140 | | - Documentation |
141 | | - </a> |
142 | | - <a href="https://github.com/openbootdotdev/openboot" class="btn-secondary" target="_blank" rel="noopener"> |
143 | | - <svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"> |
144 | | - <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" /> |
145 | | - </svg> |
146 | | - GitHub |
147 | | - {#if starCount > 0} |
148 | | - <span class="star-badge">{starCount}</span> |
149 | | - {/if} |
150 | | - </a> |
| 123 | + <a href="/docs" class="btn-secondary"> |
| 124 | + <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> |
| 125 | + <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/> |
| 126 | + <polyline points="14 2 14 8 20 8"/> |
| 127 | + </svg> |
| 128 | + Documentation |
| 129 | + </a> |
151 | 130 | </div> |
152 | 131 | </div> |
153 | 132 |
|
|
359 | 338 | .hero { |
360 | 339 | padding: 80px 0 60px; |
361 | 340 | display: grid; |
362 | | - grid-template-columns: 1fr 1fr; |
363 | | - gap: 80px; |
| 341 | + grid-template-columns: 1fr 1.5fr; |
| 342 | + gap: 50px; |
364 | 343 | align-items: center; |
365 | 344 | position: relative; |
366 | 345 | } |
|
604 | 583 |
|
605 | 584 | .terminal-window { |
606 | 585 | width: 100%; |
607 | | - max-width: 560px; |
| 586 | + max-width: 700px; |
608 | 587 | border-radius: 16px; |
609 | 588 | overflow: hidden; |
610 | 589 | background: #1e1e2e; |
|
0 commit comments