Updated about page

This commit is contained in:
Patrick Alvin Alcala 2025-09-04 13:13:17 +08:00
parent fe3bf1fc1c
commit 85bce5b254

View file

@ -15,16 +15,13 @@ import Layout from '../layouts/Layout.astro'
AIO Tools is made using <a target="_blank" href="https://astro.build/">AstroJS</a> and <a target="_blank" href="https://www.solidjs.com/">SolidJS</a> to achieve maximum performance and to provide a smooth user experience, and is styled with <a target="_blank" href="https://sass-lang.com/">SASS</a>. The UI Components are manually built from scratch for better flexibility. Third-party open-source libraries are used in some tools, you may find the complete list in the package.json file of the AIO Tools is made using <a target="_blank" href="https://astro.build/">AstroJS</a> and <a target="_blank" href="https://www.solidjs.com/">SolidJS</a> to achieve maximum performance and to provide a smooth user experience, and is styled with <a target="_blank" href="https://sass-lang.com/">SASS</a>. The UI Components are manually built from scratch for better flexibility. Third-party open-source libraries are used in some tools, you may find the complete list in the package.json file of the
repository. repository.
</p> </p>
<!-- <h2 class="paragraph-title">Found a bug? A tool is missing?</h2> -->
<!-- <p class="paragraph-content">If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the issues section in the GitHub repository. And if you found a bug, or something doesn't work as expected, please file a bug report in the issues section in the GitHub repository.</p> -->
</main> </main>
</Layout> </Layout>
<style lang="sass"> <style lang="sass">
@use '/src/assets/css/viewport.sass' as view @use '/src/styles/breakpoint.sass' as view
@use '/src/assets/css/variables.sass' as vars @use '/src/styles/variables.sass' as vars
@use '/src/styles/fonts.sass' as fonts
@use 'sass:color' @use 'sass:color'
.page .page
@ -33,7 +30,7 @@ import Layout from '../layouts/Layout.astro'
flex-direction: column flex-direction: column
items-align: center items-align: center
color: #ffffff color: #ffffff
font-family: 'Inter', sans-serif font-family: fonts.$Inter
@media screen and (max-width: view.$tablet) @media screen and (max-width: view.$tablet)
padding: 1rem padding: 1rem