diff --git a/astro.config.ts b/astro.config.ts
index af9f2c2..cccb614 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -1,9 +1,7 @@
import { defineConfig, passthroughImageService } from "astro/config"
-import icon from "astro-icon"
export default defineConfig({
trailingSlash: "never",
- integrations: [icon()],
build: { format: "directory" },
image: { service: passthroughImageService() },
})
diff --git a/package.json b/package.json
index f2f513f..93ec3c8 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,6 @@
"astro": "astro"
},
"dependencies": {
- "@iconify-json/akar-icons": "^1.2.2",
- "astro-icon": "^1.1.5",
"astro": "^5.1.8",
"mdui": "^2.1.3",
"sharp": "^0.33.5"
diff --git a/src/images/projects/helpdesk.jpg b/src/images/projects/helpdesk.jpg
new file mode 100644
index 0000000..e3b454d
Binary files /dev/null and b/src/images/projects/helpdesk.jpg differ
diff --git a/src/images/projects/jobProcessor.jpg b/src/images/projects/jobProcessor.jpg
new file mode 100644
index 0000000..e92bb12
Binary files /dev/null and b/src/images/projects/jobProcessor.jpg differ
diff --git a/src/images/projects/quantarcSite.png b/src/images/projects/quantarcSite.png
new file mode 100644
index 0000000..5c36df0
Binary files /dev/null and b/src/images/projects/quantarcSite.png differ
diff --git a/src/pages/index.astro b/src/pages/index.astro
index ec77bc7..a07fd6f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,10 +3,12 @@ import "../styles/index.css"
import { Image } from "astro:assets"
import Layout from "../layouts/Layout.astro"
import logoLong from "../images/logoLong.svg"
-import { Icon } from "astro-icon/components"
import ai900 from "../images/certificates/ai900.png"
import az900 from "../images/certificates/az900.png"
import dp900 from "../images/certificates/dp900.png"
+import quantarcSite from "../images/projects/quantarcSite.png"
+import jobProcessor from "../images/projects/jobProcessor.jpg"
+import helpdesk from "../images/projects/helpdesk.jpg"
import googleCS from "../images/certificates/googleCS.png"
import metaFrontEnd from "../images/certificates/metaFrontEnd.png"
import ButtonLink from "../components/ButtonLink.astro"
@@ -15,7 +17,7 @@ import ButtonLink from "../components/ButtonLink.astro"
- Full Stack Web Developer and Discord Bot Developer
+ Multiplatform Flutter Developer and Front-End Web Developer
@@ -23,19 +25,14 @@ import ButtonLink from "../components/ButtonLink.astro"
- Hello, my name is Henry Hiles, Full Stack Developer. I have
- extensive experience with React, SolidJS, Node.js, and
- ASP.NET Razor Pages. I have used my Node.js knowledge to
- create{" "}
- QuadraticBot 2.0, a
- giveaway bot for discord. For more projects, check out{" "}
-
- my GitHub profile.
-
+ Hello, my name is Henry Hiles, a developer specializing in
+ Flutter, Astro, TypeScript, and Node.js. I build
+ high-performance, intuitive applications with clean,
+ efficient code and modern design principles. Always eager to
+ learn, I’ve earned certifications from Microsoft, Google,
+ and Meta in cloud computing, AI, and cybersecurity. Whether
+ I'm optimizing mobile apps or designing websites, I’m
+ passionate about delivering innovative digital solutions.
@@ -64,55 +61,57 @@ import ButtonLink from "../components/ButtonLink.astro"
My Projects
-
-
-
- I have obtained certifications from renowned organizations
- such as Google, Meta, and Microsoft, spanning various
- fields, including cybersecurity, artificial intelligence,
- Microsoft Azure cloud services, and front-end development:
-
+ I developed the new website for Quantarc, a
+ UK firm that specializes in providing
+ management solutions to both private and
+ public entities.
+
+
+
+ ,
+
+
+
Quantarc Mobile Apps
+
+ I designed, and developed, and distributed
+ two mobile apps for Quantarc, QHelpdesk and
+ QJobProcessor. QHelpdesk streamlines
+ customer support by enabling users to
+ submit, track, and manage requests
+ efficiently, while QJobProcessor allows
+ contractors to see, complete, and update
+ jobs. My responsibilities included UI/UX
+ design, multiplatform support, and app
+ development.
+
+
+
+ ,
+ ].map((elem) => (
+ {elem}
+ ))
+ }
@@ -130,7 +129,7 @@ import ButtonLink from "../components/ButtonLink.astro"