From 6436562a6654209081f54e5f24132c683689baaa Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Wed, 2 Apr 2025 01:12:54 -0600 Subject: [PATCH] Enhance portfolio website with new sections, improved navigation, and dynamic features. Added meta tags for SEO, updated JavaScript for better interactivity, and created test HTML file. Implemented responsive design elements and refined layout for services and projects sections. --- index.html | 1455 ++++++++++++++++++------------------------------ script.js | 170 ++++-- test.html | 15 + test_write.txt | 1 + 4 files changed, 668 insertions(+), 973 deletions(-) create mode 100644 test.html create mode 100644 test_write.txt diff --git a/index.html b/index.html index a8d1905..c63481a 100644 --- a/index.html +++ b/index.html @@ -4,939 +4,544 @@ Daniel LaForce | Infrastructure & Systems Engineer - - - - - - - - - - - + + - + + + + + + + - + + + + + + + +
+
+
+

+ Infrastructure & Systems Architect +

+
+
+ Lab Status: Online +
+

+ I build resilient infrastructure and automation solutions — from virtualization and containerization to secure network architecture and cloud migration. +

+
+ > Ready for deployment... +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
> Monitoring infrastructure...
+
> CPU load: Normal
+
> RAM usage: 42%
+
> Network: Stable
+
> Containers: 16 running
+
> Backing up critical data...
+
> Status: All systems operational
+
+
+
+
+ + +
+
+
+

Expert Services

+

+ Comprehensive IT solutions tailored to your business needs, from network infrastructure to cloud migration. +

+
+ +
+ +
+
+ +
+

System Administration

+

+ Expert management of Windows & Linux servers, virtualization, and cloud infrastructure. Ensuring your systems remain secure, optimized and reliable. +

+
+ Windows Server + Linux + VMware + Proxmox +
+
+ + +
+
+ +
+

Network Engineering

+

+ Design and implementation of robust network infrastructures. Specializing in routing, switching, firewalls, and network security solutions. +

+
+ pfSense + OPNsense + VPN + VLAN +
+
+ + +
+
+ +
+

Cloud & Virtualization

+

+ Implementation of virtualization technologies and cloud solutions. From VMware and Proxmox to containerization with Docker and Kubernetes. +

+
+ Docker + Kubernetes + K3s + Azure +
+
+ + +
+
+ +
+

M365 Migrations

+

+ Seamless migration to Microsoft 365 environments. From email and SharePoint to Teams and OneDrive, ensuring minimal disruption to your business. +

+
+ Exchange + SharePoint + Azure AD + Teams +
+
+ + +
+
+ +
+

IT Security

+

+ Comprehensive security solutions to protect your business. Including firewall configuration, VPN setup, security audits, and best practices implementation. +

+
+ Zero Trust + Cloudflare + Endpoint Security + Auditing +
+
+ + +
+
+ +
+

DevOps & Automation

+

+ Infrastructure as code, CI/CD pipelines, and automation solutions using industry-standard tools and best practices to streamline your operations. +

+
+ Ansible + Python + PowerShell + Bash +
+
+
+
+
+ + +
+
+
+

Live Infrastructure Lab

+

+ I maintain a production-grade homelab that serves as both a testing ground and showcase for my technical skills. +

+
+ +
+
+

Lab Architecture

+

+ My lab consists of multiple physical and virtual machines running Proxmox, Docker, and Kubernetes (K3s), all secured behind Cloudflare Zero Trust. +

+ +

Current Infrastructure:

+
    +
  • Proxmox Hypervisor Cluster
  • +
  • OPNsense Router (Physical + VM)
  • +
  • K3s Kubernetes Cluster
  • +
  • Traefik Ingress Controller
  • +
  • Gitea, VSCode Server, NAS
  • +
  • Cloudflared Zero Trust Tunnel
  • +
+ + +
+ +
+

Real-Time Metrics

+ +
+
+ CPU Usage + 42% +
+
+
+
+
+ +
+
+ Memory + 57% +
+
+
+
+
+ +
+
+ Storage + 63% +
+
+
+
+
+ +
+
+ Network + 28% +
+
+
+
+
+ +

Active Services:

+
+
Gitea
+
VSCode Server
+
rTorrent
+
NAS
+
Traefik
+
K3s
+
Cloudflared
+
FileBrowser
+
+
+
+ + +
+

How I'm Running Services

+

+ Here's a sample of how I deploy and manage services in my infrastructure: +

+ +
+ + # K3s deployment for Gitea with persistent storage
+ apiVersion: apps/v1
+ kind: Deployment
+ metadata:
+   name: gitea
+   namespace: argobox
+ spec:
+   replicas: 1
+   selector:
+     matchLabels:
+       app: gitea
+   template:
+     metadata:
+       labels:
+         app: gitea
+     spec:
+       containers:
+       - name: gitea
+         image: gitea/gitea:latest
+         ports:
+         - containerPort: 3000
+         volumeMounts:
+         - name: gitea-data
+           mountPath: /data
+
+
+
+
+
- - + +
+
+
+

Featured Projects

+

+ A showcase of technical solutions I've built and deployed. +

+
+ +
+
+
+ +
+

TerraTracer

+

+ A GIS mapping tool for prospectors to automate mining claim boundary plotting, terrain analysis, and compliance with BLM/state regulations. +

+
+ Python + Node.js + JavaScript + GIS +
+
+ +
+
+ +
+

Zero Trust Lab

+

+ A secure home lab infrastructure using Cloudflare Zero Trust tunnels, network segmentation, and security best practices. +

+
+ Cloudflare + OPNsense + VLAN + VPN +
+
+ +
+
+ +
+

Ansible Sandbox

+

+ An interactive demo environment where users can spin up preconfigured services using Ansible automation. +

+
+ Ansible + Proxmox + Python + Docker +
+
+
+
+
-