diff --git a/README.md b/README.md
index a256540..dd4e692 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,10 @@ The workflow checks:
- [ ] Admin dashboard
- [-] Add SEO
- [ ] Add blog
+- [ ] Secret audio page
- [ ] Deepgram API for speech to text
+- [-] responsive
+- [ ] loading screen
## License
diff --git a/app/about/page.tsx b/app/about/page.tsx
index 55fe157..e119fe7 100644
--- a/app/about/page.tsx
+++ b/app/about/page.tsx
@@ -12,60 +12,96 @@ export default function AboutPage() {
About Me
-
-
-
-
Professional Journey
-
- With a unique blend of software development and industrial automation expertise, I bring a diverse perspective to technical challenges. My journey began in industrial automation, where I developed a strong foundation in electrical systems and controls.
-
-
- Today, I'm focused on software development, combining my hardware knowledge with modern programming practices to create innovative solutions.
-
-
+
+
+
Introduction
+
+ I am a mechatronic technologist and software developer, where I work on industrial manufacturing equipment,
+ software, and web development. Before my obsession with technology, I was primarily focused on music
+ production. During COVID-19, I distributed my first album on streaming services such as Apple Music and
+ Spotify.
+
+
+ In my spare time, I enjoy investing in learning new things, building web apps, and further expand my
+ ideas. I am particularly interested in complex projects with artificial intelligence, virtual reality, industrial
+ manufacturing, data centers, and blockchain technology. If you think I can be helpful to you or your cause and
+ would like to meet, please feel free to get in touch.
+
+
-
-
Technical Philosophy
-
- I believe in creating software that isn't just functional, but also maintainable and scalable. My approach combines practical industrial experience with modern development practices.
-
-
- I'm particularly interested in the intersection of software and hardware, exploring ways to bridge these domains to create more efficient and reliable systems.
-
-
-
+
+
Executive Summary
+
+ With over 11 years of experience troubleshooting complex electromechanical systems and developing software
+ solutions, I believe I have the skills and background to excel in this position. As outlined on my attached resume,
+ I have extensive hands-on experience maintaining and repairing industrial equipment and machinery. From
+ pneumatic and hydraulic systems to PLCs and HMIs, I have worked with a wide variety of components and
+ understand how to keep production lines running smoothly. I also have experience with programming
+ languages C Python and JavaScript and have worked on projects involving robotics, computer vision, and
+ embedded systems. In addition to my technical expertise, I am an analytical and solutions-oriented
+ professional. Whether troubleshooting sudden breakdown or planning major upgrades, I can systematically
+ evaluate problems, weigh alternatives, and implement effective solutions.
+
+
-
-
-
Core Skills
-
-
-
Software Development
-
- Python
- JavaScript
- React
- Node.js
-
+
+
Objective
+
+ To obtain an Industrial Mechanic role that leverages my 11+ years of experience troubleshooting complex
+ industrial equipment and developing robust software solutions for manufacturing systems, instrumentation, and
+ robotics. I offer my expertise in preventative maintenance, manufacturing processes, and programming
+ languages to improve production efficiency, uptime, quality, and innovation.
+
+
+ My goal is to utilize my skill set in automation technologies to reduce downtime and drive process
+ improvements through systemic analysis and effective implementations.
+
+
+
+
+
Core Skills
+
+
+
Software Development
+
+ Python
+ JavaScript
+ React
+ Node.js
+ C
-
-
Industrial Automation
-
- PLC Programming
- HMI Design
- Control Systems
-
- I'm constantly exploring new technologies and methodologies, believing that the best solutions come from a combination of proven practices and innovative approaches.
-
-
-
+
+
Technologies
+
+ AI
+ Virtual Reality
+ Blockchain
+ Data Centers
+ Manufacturing
+
+ This is a hidden page where you can record and play audio.
+
+ {/* Audio recorder component will go here */}
+
+
+
+ );
+}
diff --git a/app/blog/hello-world/page.tsx b/app/blog/hello-world/page.tsx
new file mode 100644
index 0000000..24f22b1
--- /dev/null
+++ b/app/blog/hello-world/page.tsx
@@ -0,0 +1,47 @@
+import Link from 'next/link'
+
+export default function HelloWorldPost() {
+ return (
+
+
+
+
+ Back
+
+
+
+
+
Hello World
+
+ You've seen so many videos and blogs mention 'Hello World', but do you really know what it means?
+
+
+
+ Written by John Doe
+ •
+ Sep 20, 2024
+
+
+
What is "Hello World"?
+
+ "Hello World" is essentially a way to confirm that everything is working as expected. When
+ you write and run this program, it outputs the phrase "Hello, World!" to the screen, showing
+ that your environment is set up correctly. Every programming language has its own
+ syntax for doing this, and it's the perfect way to get comfortable with the basics.
+
+
+
A Simple Example in Python:
+
print("Hello, World!")
+
+
+ That's it! Running this code will output the text to the console, and boom—you've just
+ written your first Python program.
+
+
+
+
+ )
+}
diff --git a/app/blog/page.tsx b/app/blog/page.tsx
new file mode 100644
index 0000000..28bba88
--- /dev/null
+++ b/app/blog/page.tsx
@@ -0,0 +1,27 @@
+import Link from 'next/link'
+
+export default function BlogPage() {
+ return (
+
+
+
Blog
+
+
+
+
+
Hello World
+
+ You've seen so many videos and blogs mention 'Hello World', but do you really know what it means?
+
+ SQL
+ MongoDB
+ PostgreSQL
+ Google Cloud
+ Azure
+ Docker
+ Git
+ Version Control
+ CI/CD
-
-
Tools
-
- Git
- Docker
- AWS
- Linux
+
+
+
+
+
+
+ Industrial Automation
+
+
+ PLC Programming
+ HMI Integration
+ SCADA Systems
+ Electrical Systems
+ Mechanical Systems
+ Pneumatics
+ Hydraulics
+ Industrial IoT
-
-
+
+
+
+
+
+
+ Professional Skills
+
+
+
+ Project Management
+ Preventative Maintenance
+ Quality Assurance
+ Technical Documentation
+ Problem Solving
+ Team Leadership
+ Cross-functional Collaboration
+ Process Optimization
+
+
+
+
+
+
+
+ AI & Machine Learning
+
+
+
+ Large Language Models
+ Computer Vision
+ Natural Language Processing
+ TensorFlow
+ PyTorch
+ Neural Networks
+
+
+
{/* Education Section */}
Education
-
The University of Texas at El Paso
-
B.S. in Electrical Engineering
-
2015-2018
+
+
+
Computer Programming & Computer Science
+
El Paso Community College
+
+
+
Electrical Engineering
+
University of Texas at El Paso
+
+
@@ -149,9 +249,8 @@ export default function ResumePage() {
Certifications
-
AWS Certified Cloud Practitioner
-
CompTIA A+
-
OSHA 30-Hour Safety
+
NFPA 70E: Electrical Safety
+
OSHA 10: Construction Safety
diff --git a/app/skills/page.tsx b/app/skills/page.tsx
index 93f8b21..c43f714 100644
--- a/app/skills/page.tsx
+++ b/app/skills/page.tsx
@@ -1,8 +1,9 @@
+"use client";
+
import { PageLayout } from "@/components/page-layout";
import { Card } from "@/components/ui/card";
import { Badge } from "@/components/ui/badge";
import { FaCode, FaCogs, FaServer, FaTools, FaBrain } from "react-icons/fa";
-import { SkillsScene } from "@/components/three/SkillsScene"
interface SkillCategory {
title: string;
@@ -86,17 +87,7 @@ export default function SkillsPage() {
{/* 3D Skills Visualization */}
-
-
Skills Integration
-
- Explore how my expertise in software development, mechatronics, and audio engineering intersect
- and complement each other. Click and drag to rotate the visualization.
-