Commit d2cc3e7
authored
Feature/company (#15)
* added initial development of the page
Signed-off-by: Dipankar Das <[email protected]>
* improvements in the context
Signed-off-by: Dipankar Das <[email protected]>
* feat(content): update messaging for clarity and focus
Refined homepage, mission, and product descriptions to emphasize fast,
efficient, and sustainable computing. Updated product highlights for
ksctl CLI and dashboard, clarifying features and benefits. Commented
out CallToAction components on several pages for future revision.
Signed-off-by: Dipankar Das <[email protected]>
* feat: integrate Brevo newsletter form in footer
Replaced the disabled email subscription form in AppFooter with a fully
functional Brevo (Sendinblue) newsletter subscription form, including
Cloudflare Turnstile captcha and styled error/success messages. Updated
default site title and description to emphasize sustainable computing.
Adjusted ProductHighlights tagline for clarity. Added Brevo form styles
and scripts to the main layout for seamless integration.
Signed-off-by: Dipankar Das <[email protected]>
* feat(footer): show newsletter form only in production
Display the newsletter subscription form in the footer only when running
in production mode. In development, show a disabled input and message
indicating the newsletter is unavailable. This prevents test signups and
clarifies the feature's status during development.
Co-Developed-By: Claude <[email protected]>
Signed-off-by: Dipankar Das <[email protected]>
* feat(ui): move GitHub button to Hero section
Relocated the GitHub "Star" button from the header to the Hero section for
better visibility and improved user experience. Updated styling and removed
unused import from AppHeader.astro.
Signed-off-by: Dipankar Das <[email protected]>
* feat(ui): update hero and highlights for ksctl cli branding
Refactored HeroProduct and ProductHighlights components to feature the
ksctl logo, product name, and a new tagline. Updated descriptions to
emphasize single-command Kubernetes cluster operations, sustainability,
and cost optimization. Minor header logo visibility fix.
Signed-off-by: Dipankar Das <[email protected]>
* feat(about): update team and company info for accuracy
Revised AboutCompany timeline and story to reflect updated mission and
focus on fast, efficient, and sustainable computing. Updated TeamMembers
with real team profiles and removed generic placeholders. Adjusted stats
for GitHub stars and contributors. Improved About Us page tagline for
clarity.
Signed-off-by: Dipankar Das <[email protected]>
* Updated the docs
Signed-off-by: Dipankar Das <[email protected]>
* fixed the header bg width
Signed-off-by: Dipankar Das <[email protected]>
---------
Signed-off-by: Dipankar Das <[email protected]>1 parent ecc57dc commit d2cc3e7
File tree
19 files changed
+1483
-129
lines changed- .astro
- public
- src
- components
- layouts
- pages
- product
19 files changed
+1483
-129
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
42 | 61 | | |
43 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
44 | 68 | | |
| 69 | + | |
45 | 70 | | |
46 | 71 | | |
47 | 72 | | |
48 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
49 | 77 | | |
50 | 78 | | |
51 | 79 | | |
52 | 80 | | |
53 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
54 | 85 | | |
55 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
56 | 93 | | |
57 | 94 | | |
58 | 95 | | |
59 | | - | |
| 96 | + | |
60 | 97 | | |
61 | 98 | | |
62 | | - | |
| 99 | + | |
| 100 | + | |
63 | 101 | | |
64 | 102 | | |
65 | 103 | | |
| |||
69 | 107 | | |
70 | 108 | | |
71 | 109 | | |
72 | | - | |
73 | 110 | | |
| 111 | + | |
| 112 | + | |
74 | 113 | | |
75 | 114 | | |
76 | 115 | | |
77 | 116 | | |
78 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
79 | 131 | | |
80 | 132 | | |
81 | 133 | | |
| |||
118 | 170 | | |
119 | 171 | | |
120 | 172 | | |
121 | | - | |
122 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
123 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
124 | 183 | | |
125 | 184 | | |
126 | 185 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
0 commit comments