A modern, performance-optimized portfolio showcasing 5+ years of web development expertise. Built with Astro and deployed on Cloudflare Pages, featuring real-world client projects across WordPress, e-commerce, and custom web development.
Live Site: https://connerking.com/
I'm a web developer dedicated to turning ideas into creative solutions. I specialize in creating seamless and intuitive user experiences with a strong focus on performance, accessibility, and conversion optimization.
My approach focuses on creating scalable, high-performing solutions tailored to both user needs and business objectives. By prioritizing Core Web Vitals, SEO best practices, and responsive design, I strive to deliver experiences that not only engage users but also drive tangible business results.
Key Numbers:
- 5+ Years of Web Development Experience
- 50+ Completed Projects
- 10,000+ Hours Worked
Web Developer | Sep 2024 - Present
Lead development and optimization of high-performance WordPress websites for SMB, SaaS, real estate, and professional-services clients. Focus on CRO, Core Web Vitals, and conversion-focused web experiences.
SEO Coordinator | Sep 2023 - Aug 2024
Led end-to-end SEO for 22+ law-firm sites, driving +68% organic traffic YoY. Managed technical audits, code fixes, and schema updates while publishing 40-60 pages/month.
Company Owner | Jun 2023 - Sep 2024
Designed and sold custom graphic artwork on Etsy, Shopify, and Redbubble. Managed all business operations, communications, and creative production.
Web Designer | Aug 2018 - Jul 2024
Engineered and managed educational platform, creating interactive digital learning experiences with custom functionalities for student management.
- HTML5 / CSS3 / JavaScript
- React
- GSAP (animations)
- Tailwind CSS
- Astro
- WordPress
- Elementor Pro
- Divi
- ACF Pro
- Git / GitHub
- Figma
- Google Analytics 4 (GA4)
- Google Tag Manager (GTM)
- Cloudflare Pages
- GoHighLevel CRM
Luxury Real Estate Website
Luxury real estate website with custom animations, GoHighLevel CRM integration, and advanced lead capture systems.
- Stack: WordPress, Elementor Pro, GoHighLevel, GSAP
- Link: theastrid.com
Hospitality Website
Luxury lakefront resort website with immersive visuals, custom booking integration, and multilingual support.
- Stack: WordPress, Custom Design, Hospitality UX
- Link: itacagroup.com
Law Firm Website
Full site redesign and WordPress rebuild with custom layouts, performance optimization, and firm-branded UX. Implemented reusable templates, structured content, and on-page SEO foundations to improve engagement and lead conversions.
- Stack: WordPress, Elementor Pro, SEO, Performance Optimization
- Link: holmeslawteam.com
Legal Services Website
Designed and developed a modern, responsive WordPress site for a legal-services brand with custom page systems, lead capture forms, accessibility best practices, and performance tuning for Core Web Vitals.
- Stack: WordPress, Responsive Design, CRO, Accessibility, Performance
- Link: insuranceclaimhelpcenter.com
Law Firm Website
WordPress development with branded design system, custom ACF templates, structured content for multi-service pages, and technical SEO setup to improve search visibility and conversion paths.
- Stack: WordPress, ACF Pro, Technical SEO, Custom Templates, Lead Generation
- Link: barrysranshilaw.com
Law Firm Website
Full WordPress build with custom UX design, performance optimization, schema integration, and SEO foundations. Built to support attorney service pages and structured for ongoing content updates.
- Stack: WordPress, Custom UX, Schema, Performance, SEO
- Link: thearoralawfirm.com
Law Firm Website
Custom WordPress site build with branded UX design, performance optimization, structured content systems, and on-page SEO foundations. Implemented reusable templates and accessibility improvements to enhance discoverability, user engagement, and long-term maintainability.
- Stack: WordPress, Custom UX, Performance, Technical SEO, ACF
- Link: burch-law.com
Law Firm Website
WordPress development with custom layouts and template systems, performance tuning for Core Web Vitals, structured content for legal services, and foundational SEO setup. Focused on UI clarity, lead capture paths, and maintainable CMS structures.
- Stack: WordPress, Custom Templates, Performance, SEO, Lead Generation
- Link: chandler-law.net
- Performance Optimization β Core Web Vitals, Lighthouse optimization, page speed
- WordPress Development β Elementor Pro, ACF Pro, custom plugin development
- Conversion Rate Optimization (CRO) β Lead capture systems, form optimization
- SEO β Technical SEO, schema markup, structured data, on-page optimization
- Responsive Design β Mobile-first approach, cross-browser compatibility
- Accessibility β WCAG 2.1 compliance, semantic HTML
- Animation & UX β GSAP, CSS animations, interactive experiences
- CRM Integration β GoHighLevel, automation workflows, email marketing
portfolio/
βββ src/
β βββ components/ # Reusable Astro components
β β βββ Header.astro
β β βββ Hero.astro
β β βββ ProjectCard.astro
β β βββ ExperienceSection.astro
β β βββ Footer.astro
β βββ layouts/ # Page layouts
β β βββ Layout.astro
β βββ pages/ # Route pages
β β βββ index.astro # Home page (everything on one page)
β βββ styles/ # Global styles
β β βββ global.css
β βββ data/ # Site configuration
β βββ projects.ts
β βββ experience.ts
βββ public/ # Static assets
β βββ images/
β β βββ logos/
β β βββ projects/
β β βββ headshot.jpg
β βββ favicon.svg
βββ astro.config.mjs
βββ tailwind.config.cjs
βββ package.json
βββ README.md
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/itskingzman/portfolio.git
cd portfolio
# Install dependencies
npm install
# Start development server
npm run devThe dev server will open automatically in your browser. If not, visit http://localhost:5173
For production:
npm run buildThis builds the site for Cloudflare Pages deployment.
# Development server with hot reload
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
# Deploy to Cloudflare Pages
npm run deployBuilt with:
- Astro β Modern web framework
- Tailwind CSS β Utility-first CSS
- GSAP β Animation library
Deployed on:
- Cloudflare Pages β Edge hosting
Performance Targets:
- Lighthouse Score: 95+
- Core Web Vitals: All green
- Mobile-optimized
- Accessibility (WCAG 2.1)
Edit src/data/projects.ts:
export const projects = [
{
id: 1,
title: "Project Title",
description: "Project description",
image: "/images/projects/project.jpg",
tags: ["WordPress", "Performance", "SEO"],
link: "https://example.com",
},
// Add more projects...
]Edit src/data/experience.ts to modify your work history.
- Email: connerk4@gmail.com
- GitHub: @ItsKingzman
- LinkedIn: @itskingzman
This project is open source and available under the MIT License.
Designed & built by Conner King
Last Updated: January 2026