@@ -122,20 +122,9 @@ <h4>Pipeline Integration</h4>
122122
123123 <!-- Mission Section -->
124124 < section class ="pb-4 ">
125- <!-- <div class="mt-16">
126- <div class="product-header">
127- <h2 class="underline text-xl sm:text-2xl md:text-3xl font-bold mb-6 sm:mb-8">
128- # our mission
129- </h2>
130- </div>
131- <p class="hashprep-description">
132- Think <strong>"Pandas Profiling + ESLint + AutoML"</strong> specifically designed for ML
133- datasets.
134- </p>
135- </div> -->
136125 < div class ="mt-16 ">
137126 < div >
138- < h2
127+ < h2 id =" mission "
139128 class ="bg-[#427b58] text-[#f9f5d7] p-2 inline-block border-4 border-[#000] text-2xl font-bold mb-8 ">
140129 our mission</ h2 >
141130 < p class ="mb-8 text-[#1d2021] italic ">
@@ -166,58 +155,84 @@ <h3>Quiet Progress</h3>
166155 </ div >
167156 </ div >
168157 < p style ="margin-top: 3rem; color: var(--accent); ">
169- Our projects are open, simple, and built to be useful. If something helps you, star it. If you can improve it, fork it. Even just exploring the repos means a lot — the work is meant to be shared.
158+ Our projects are open, simple, and built to be useful. If something helps you, star it. If you
159+ can improve it, fork it. Even just exploring the repos means a lot — the work is meant to be
160+ shared.
170161 </ p >
171162 </ div >
172163 </ section >
173164
174165 </ main >
175166 </ div >
176167
177- <!-- Footer -->
178- < footer
179- class ="w-full sm:w-4/5 md:w-3/5 container mx-auto px-4 sm:px-6 py-6 sm:py-8 border-t border-[#1d2021] dark:border-[#f9f5d7] text-base sm:text-lg ">
180- <!-- Responsive width and padding -->
181- < div class ="flex flex-col sm:flex-row items-center justify-between space-y-4 sm:space-y-0 ">
182- <!-- Left Side -->
183- < div class ="flex items-center space-x-4 ">
184- < div >
185- < img src ="assets/logos/Cache_Vector.svg " alt ="CacheVector Logo " class ="w-12 sm:w-16 h-12 sm:h-16 " />
186- <!-- Scaled for mobile -->
187- </ div >
188- < div >
189- < p > © 2025 CacheVector</ p >
190- < p > All rights reserved</ p >
168+ <!-- Footer -->
169+ < footer
170+ class ="w-full sm:w-4/5 md:w-3/5 container mx-auto px-4 sm:px-6 py-6 sm:py-8 border-t border-[#1d2021] dark:border-[#f9f5d7] text-base sm:text-lg ">
171+ <!-- Responsive width and padding -->
172+ < div class ="flex flex-col sm:flex-row items-center justify-between space-y-4 sm:space-y-0 ">
173+ <!-- Left Side -->
174+ < div class ="flex items-center space-x-4 ">
175+ < div >
176+ < img src ="assets/logos/Cache_Vector.svg " alt ="CacheVector Logo " class ="w-12 sm:w-16 h-12 sm:h-16 " />
177+ </ div >
178+ < div class ="hidden sm:block ">
179+ < p > © 2025 CacheVector</ p >
180+ < p > All rights reserved</ p >
181+ </ div >
182+ </ div >
183+
184+ <!-- Right Side -->
185+ < div class ="flex flex-col items-center sm:items-end w-full sm:w-auto ">
186+ <!-- Mobile order (socials → backed → copyright) -->
187+ < div class ="flex flex-col items-center sm:hidden w-full space-y-2 ">
188+ < div class ="flex space-x-4 justify-center ">
189+ < a href ="https://www.github.com/cachevector " target ="_blank " class ="social-icon text-gray-400 ">
190+ < img src ="assets/icons/github_dm.svg " alt ="Github Link "
191+ class ="dark:block hidden w-8 h-8 " />
192+ < img src ="assets/icons/github_lm.svg " alt ="Github Link "
193+ class ="block dark:hidden w-8 h-8 " />
194+ </ a >
195+ < a href ="https://x.com/cvectordotcom " target ="_blank " class ="social-icon text-gray-400 ">
196+ < img src ="assets/icons/x_dm.svg " alt ="X Link " class ="dark:block hidden w-8 h-8 " />
197+ < img src ="assets/icons/x_lm.svg " alt ="X Link " class ="block dark:hidden w-8 h-8 " />
198+ </ a >
199+ < a href ="https://discord.gg/spuz77bcJg " target ="_blank " class ="social-icon text-gray-400 ">
200+ < img src ="assets/icons/discord_dm.svg " alt ="Discord Link "
201+ class ="dark:block hidden w-8 h-8 " />
202+ < img src ="assets/icons/discord_lm.svg " alt ="Discord Link "
203+ class ="block dark:hidden w-8 h-8 " />
204+ </ a >
191205 </ div >
206+ < div class ="text-sm "> Backed by Growvth</ div >
207+ < div class ="text-xs text-center "> © 2025 CacheVector. All rights reserved.</ div >
192208 </ div >
193209
194- <!-- Right Side -->
195- < div class ="flex flex-col items-center sm: items-end ">
210+ <!-- Desktop order (unchanged) -->
211+ < div class ="hidden sm: flex flex-col items-end ">
196212 < div class ="flex space-x-4 ">
197213 < a href ="https://www.github.com/cachevector " target ="_blank " class ="social-icon text-gray-400 ">
198214 < img src ="assets/icons/github_dm.svg " alt ="Github Link "
199- class ="dark:block hidden w-5 sm:w-8 h-5 sm: h-8 " />
215+ class ="dark:block hidden w-8 h-8 " />
200216 < img src ="assets/icons/github_lm.svg " alt ="Github Link "
201- class ="block dark:hidden w-5 sm:w-8 h-5 sm:h-8 " />
202- <!-- Scaled -->
217+ class ="block dark:hidden w-8 h-8 " />
203218 </ a >
204219 < a href ="https://x.com/cvectordotcom " target ="_blank " class ="social-icon text-gray-400 ">
205- < img src ="assets/icons/x_dm.svg " alt ="X Link "
206- class ="dark:block hidden w-5 sm:w-8 h-5 sm:h-8 " />
207- < img src ="assets/icons/x_lm.svg " alt ="X Link "
208- class ="block dark:hidden w-5 sm:w-8 h-5 sm:h-8 " />
220+ < img src ="assets/icons/x_dm.svg " alt ="X Link " class ="dark:block hidden w-8 h-8 " />
221+ < img src ="assets/icons/x_lm.svg " alt ="X Link " class ="block dark:hidden w-8 h-8 " />
209222 </ a >
210223 < a href ="https://discord.gg/spuz77bcJg " target ="_blank " class ="social-icon text-gray-400 ">
211224 < img src ="assets/icons/discord_dm.svg " alt ="Discord Link "
212- class ="dark:block hidden w-5 sm:w-8 h-5 sm: h-8 " />
225+ class ="dark:block hidden w-8 h-8 " />
213226 < img src ="assets/icons/discord_lm.svg " alt ="Discord Link "
214- class ="block dark:hidden w-5 sm:w-8 h-5 sm: h-8 " />
227+ class ="block dark:hidden w-8 h-8 " />
215228 </ a >
216229 </ div >
217230 < div class ="mt-2 "> Backed by Growvth</ div >
218231 </ div >
219232 </ div >
220- </ footer >
233+ </ div >
234+ </ footer >
235+
221236</ body >
222237
223238</ html >
0 commit comments