Updated about page

This commit is contained in:
Patrick Alvin Alcala 2025-07-10 15:46:18 +08:00
parent 23132a75b3
commit 10db5a6fb4

View file

@ -5,10 +5,9 @@ import Layout from '../layouts/Layout.astro'
<Layout title="About - AIO Tools"> <Layout title="About - AIO Tools">
<main class="page"> <main class="page">
<h2 class="paragraph-title">About AIO Tools</h2> <h2 class="paragraph-title">About AIO Tools</h2>
<p class="paragraph-content">This website will provide you with all the tools you need for your daily tasks. Whether you're working as a developer, a sysadmin, or just someone who needs some handy tools for their daily tasks, this website is here to help.</p> <p class="paragraph-content">This website aimed to provide useful tools for both offline and online usage.</p>
<p class="paragraph-content"> <p class="paragraph-content">
Inspired by <a target="_blank" href="https://it-tools.tech/">IT Tools</a> by Corentin Thomasset. This wonderful website, made with ❤ by Patrick Alvin Alcala, aggregates useful tools for developer and people working in IT. If you find it useful, please feel free to share it to people you think may find it useful too and don't forget to bookmark it in your shortcut bar! IT Tools is open-source (under the MIT license) and free, and will always be, but it costs me money to host and renew the domain Created by Patrick Alvin Alcala. Inspired by <a target="_blank" href="https://it-tools.tech/">IT Tools</a> by Corentin Thomasset.
name. If you want to support my work, and encourage me to add more tools, please consider supporting by sponsoring me.
</p> </p>
<h2 class="paragraph-title">Technologies</h2> <h2 class="paragraph-title">Technologies</h2>
@ -17,11 +16,12 @@ import Layout from '../layouts/Layout.astro'
repository. repository.
</p> </p>
<h2 class="paragraph-title">Found a bug? A tool is missing?</h2> <!-- <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> <!-- <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/assets/css/viewport.sass' as view
@use '/src/assets/css/variables.sass' as vars @use '/src/assets/css/variables.sass' as vars