Add initial HTML, CSS, and resume PDF files

This commit is contained in:
Daniel LaForce 2025-04-09 15:59:56 -06:00
parent ba9512662c
commit bc36232b45
4 changed files with 3000 additions and 0 deletions

Binary file not shown.

667
index.html Normal file
View File

@ -0,0 +1,667 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniel LaForce | Infrastructure & Systems Architect | DevOps Engineer</title>
<meta name="description" content="Expert in systems engineering, infrastructure architecture, DevOps automation, and secure cloud migrations. Specializing in virtualization, containerization, and network security.">
<meta name="keywords" content="infrastructure architect, systems engineer, DevOps automation, network security, virtualization, kubernetes, docker, cloud migration, IT consultant">
<meta name="author" content="Daniel LaForce">
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="Daniel LaForce | Infrastructure & Systems Architect">
<meta property="og:description" content="Expert in infrastructure architecture, DevOps automation, and secure cloud migrations. View my live lab dashboard and projects.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://argobox.com">
<!-- Favicon -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar">
<div class="container">
<div class="logo">
<a href="#home">
<span class="logo-text">Argobox</span>
<span class="logo-dot">.com</span>
</a>
</div>
<div class="nav-menu">
<a href="#home" class="nav-link active">Home</a>
<a href="#services" class="nav-link">Services</a>
<a href="#lab" class="nav-link">Live Lab</a>
<a href="#projects" class="nav-link">Projects</a>
<a href="#experience" class="nav-link">Experience</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
<div class="nav-buttons">
<a href="dashboard.html" class="dashboard-link" target="_blank">
<span class="live-indicator"></span>
<span>Live Dashboard</span>
</a>
<button class="menu-toggle" aria-label="Toggle menu">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<!-- Background elements -->
<div class="particles-container" id="particles-container"></div>
<div class="floating-icons" id="floating-icons"></div>
<div class="container">
<div class="hero-content">
<div class="intro-section">
<div class="name-section">
<h2 class="name">Daniel LaForce</h2>
<span class="your-text">your</span>
</div>
<h1 class="hero-title">
<span class="role-wrapper">
<span class="role active" data-role="admin" data-description="Building scalable infrastructure with optimized performance and bulletproof security — from server management to end-user support that keeps businesses running smoothly.">
<span class="highlight">System</span> <span class="highlight">Administrator</span> &amp; IT Expert
</span>
<span class="role" data-role="devops" data-description="Streamlining development workflows with CI/CD pipelines and infrastructure as code — automating deployments and improving reliability across your entire technology stack.">
<span class="highlight">DevOps</span> &amp; <span class="highlight">Automation</span> Engineer
</span>
<span class="role" data-role="architect" data-description="Designing resilient infrastructure and automation solutions — from virtualization and containerization to secure network architecture and cloud migration strategies.">
<span class="highlight">Infrastructure</span> &amp; <span class="highlight">Systems</span> Architect
</span>
</span>
</h1>
<p class="hero-description" id="role-description">
Building scalable infrastructure with optimized performance and bulletproof security — from server management to end-user support that keeps businesses running smoothly.
</p>
<div class="inline-terminal">
<div id="terminal-text" class="terminal-text">> Ready for deployment...</div>
</div>
</div>
<div class="dashboard-section">
<div class="status-pill">
<div class="live-indicator"></div>
<span>Lab Status: Online</span>
</div>
<div class="tech-dashboard">
<div class="data-stream">
<div class="data-line"></div>
<div class="data-line"></div>
<div class="data-line"></div>
<div class="data-line"></div>
<div class="data-line"></div>
</div>
<div class="monitoring-terminal">
<div class="terminal-line">> Monitoring infrastructure...</div>
<div class="terminal-line success">> CPU load: Normal</div>
<div class="terminal-line success">> RAM usage: 42%</div>
<div class="terminal-line success">> Network: Stable</div>
<div class="terminal-line info">> Containers: 16 running</div>
<div class="terminal-line warning">> Backing up critical data...</div>
<div class="terminal-line">> Status: All systems operational</div>
</div>
</div>
</div>
<div class="cta-buttons">
<a href="#contact" class="btn btn-primary">
<span class="btn-text">Hire Me</span>
<span class="btn-icon"><i class="fas fa-arrow-right"></i></span>
</a>
<a href="ansible-sandbox.html" class="btn btn-outline btn-featured" target="_blank">
<span class="pulse-ring"></span>
<span class="btn-text">Explore My Lab</span>
<span class="btn-icon"><i class="fas fa-server"></i></span>
</a>
<a href="resume.html" class="btn btn-outline" target="_blank">
<span class="btn-text">View Resume</span>
<span class="btn-icon"><i class="fas fa-file-alt"></i></span>
</a>
</div>
</div>
</div>
</section>
<!-- Solutions Showcase -->
<section class="solutions-showcase">
<div class="container">
<div class="solutions-header">
<h3 class="solutions-title">Solving Complex IT Challenges</h3>
</div>
<div class="solutions-carousel">
<div class="solution-slide active" id="solution-1">
<div class="solution-icon"><i class="fas fa-sync"></i></div>
<h4>Seamless Microsoft 365 Migrations</h4>
<p>Executed with 60% less downtime than industry average</p>
</div>
<div class="solution-slide" id="solution-2">
<div class="solution-icon"><i class="fas fa-shield-alt"></i></div>
<h4>Secure Remote Work Infrastructure</h4>
<p>Zero-trust architecture implementation for distributed teams</p>
</div>
<div class="solution-slide" id="solution-3">
<div class="solution-icon"><i class="fas fa-tachometer-alt"></i></div>
<h4>Automated DevOps Pipelines</h4>
<p>Reducing deployment times by up to 85% with CI/CD automation</p>
</div>
<div class="solution-slide" id="solution-4">
<div class="solution-icon"><i class="fas fa-cubes"></i></div>
<h4>Containerized Application Deployment</h4>
<p>Simplified scaling and maintenance with Kubernetes orchestration</p>
</div>
<div class="solution-slide" id="solution-5">
<div class="solution-icon"><i class="fas fa-users-cog"></i></div>
<h4>Enterprise-Level System Administration</h4>
<p>99.98% uptime across critical infrastructure components</p>
</div>
<div class="solution-slide" id="solution-6">
<div class="solution-icon"><i class="fas fa-network-wired"></i></div>
<h4>Network Infrastructure Optimization</h4>
<p>40% reduced latency and improved throughput for business applications</p>
</div>
<div class="solution-slide" id="solution-7">
<div class="solution-icon"><i class="fas fa-headset"></i></div>
<h4>Responsive Technical Support</h4>
<p>Average ticket resolution time reduced by 68% through process optimization</p>
</div>
<div class="solution-slide" id="solution-8">
<div class="solution-icon"><i class="fas fa-server"></i></div>
<h4>Server Consolidation & Virtualization</h4>
<p>35% cost reduction while improving redundancy and disaster recovery</p>
</div>
</div>
<div class="slider-controls">
<button class="slider-dot active" data-slide="solution-1" aria-label="Solution 1"></button>
<button class="slider-dot" data-slide="solution-2" aria-label="Solution 2"></button>
<button class="slider-dot" data-slide="solution-3" aria-label="Solution 3"></button>
<button class="slider-dot" data-slide="solution-4" aria-label="Solution 4"></button>
<button class="slider-dot" data-slide="solution-5" aria-label="Solution 5"></button>
<button class="slider-dot" data-slide="solution-6" aria-label="Solution 6"></button>
<button class="slider-dot" data-slide="solution-7" aria-label="Solution 7"></button>
<button class="slider-dot" data-slide="solution-8" aria-label="Solution 8"></button>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services">
<div class="container">
<div class="section-header">
<h2 class="section-title">Expert Services</h2>
<p class="section-description">
Comprehensive IT solutions tailored to your business needs, from network infrastructure to cloud migration.
</p>
</div>
<div class="services-grid">
<!-- System Administration -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-server"></i>
</div>
<h3 class="service-title">System Administration</h3>
<p class="service-description">
Expert management of Windows & Linux servers, virtualization, and cloud infrastructure. Ensuring your systems remain secure, optimized and reliable.
</p>
<div class="tech-badges">
<span class="tech-badge">Windows Server</span>
<span class="tech-badge">Linux</span>
<span class="tech-badge">VMware</span>
<span class="tech-badge">Proxmox</span>
</div>
</div>
<!-- Network Engineering -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-network-wired"></i>
</div>
<h3 class="service-title">Network Engineering</h3>
<p class="service-description">
Design and implementation of robust network infrastructures. Specializing in routing, switching, firewalls, and network security solutions.
</p>
<div class="tech-badges">
<span class="tech-badge">pfSense</span>
<span class="tech-badge">OPNsense</span>
<span class="tech-badge">VPN</span>
<span class="tech-badge">VLAN</span>
</div>
</div>
<!-- Cloud & Virtualization -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-cloud"></i>
</div>
<h3 class="service-title">Cloud & Virtualization</h3>
<p class="service-description">
Implementation of virtualization technologies and cloud solutions. From VMware and Proxmox to containerization with Docker and Kubernetes.
</p>
<div class="tech-badges">
<span class="tech-badge">Docker</span>
<span class="tech-badge">Kubernetes</span>
<span class="tech-badge">K3s</span>
<span class="tech-badge">Azure</span>
</div>
</div>
<!-- M365 Migrations -->
<div class="service-card">
<div class="service-icon">
<i class="fab fa-microsoft"></i>
</div>
<h3 class="service-title">M365 Migrations</h3>
<p class="service-description">
Seamless migration to Microsoft 365 environments. From email and SharePoint to Teams and OneDrive, ensuring minimal disruption to your business.
</p>
<div class="tech-badges">
<span class="tech-badge">Exchange</span>
<span class="tech-badge">SharePoint</span>
<span class="tech-badge">Azure AD</span>
<span class="tech-badge">Teams</span>
</div>
</div>
<!-- IT Security -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="service-title">IT Security</h3>
<p class="service-description">
Comprehensive security solutions to protect your business. Including firewall configuration, VPN setup, security audits, and best practices implementation.
</p>
<div class="tech-badges">
<span class="tech-badge">Zero Trust</span>
<span class="tech-badge">Cloudflare</span>
<span class="tech-badge">Endpoint Security</span>
<span class="tech-badge">Auditing</span>
</div>
</div>
<!-- DevOps & Automation -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-code-branch"></i>
</div>
<h3 class="service-title">DevOps & Automation</h3>
<p class="service-description">
Infrastructure as code, CI/CD pipelines, and automation solutions using industry-standard tools and best practices to streamline your operations.
</p>
<div class="tech-badges">
<span class="tech-badge">Ansible</span>
<span class="tech-badge">Python</span>
<span class="tech-badge">PowerShell</span>
<span class="tech-badge">Bash</span>
</div>
</div>
</div>
</div>
</section>
<!-- Live Lab Section -->
<section id="lab" class="lab">
<div class="container">
<div class="section-header">
<h2 class="section-title">Live Infrastructure Lab</h2>
<p class="section-description">
I maintain a production-grade homelab that serves as both a testing ground and showcase for my technical skills.
</p>
</div>
<div class="lab-grid">
<div class="lab-card">
<h3 class="lab-card-title">Lab Architecture</h3>
<p class="lab-card-description">
My lab consists of multiple physical and virtual machines running Proxmox, Docker, and Kubernetes (K3s), all secured behind Cloudflare Zero Trust.
</p>
<h4 class="lab-subtitle">Current Infrastructure:</h4>
<ul class="lab-list">
<li><span class="bullet"></span>Proxmox Hypervisor Cluster</li>
<li><span class="bullet"></span>OPNsense Router (Physical + VM)</li>
<li><span class="bullet"></span>K3s Kubernetes Cluster</li>
<li><span class="bullet"></span>Traefik Ingress Controller</li>
<li><span class="bullet"></span>Gitea, VSCode Server, NAS</li>
<li><span class="bullet"></span>Cloudflared Zero Trust Tunnel</li>
</ul>
<div class="lab-buttons">
<a href="dashboard.html" class="btn btn-primary" target="_blank">
<span class="flex-center">
<span class="live-indicator"></span>
<span>View Live Dashboard</span>
</span>
</a>
<a href="ansible-sandbox.html" class="btn btn-outline" target="_blank">Try Ansible Sandbox</a>
</div>
</div>
<div class="lab-card">
<h3 class="lab-card-title">Real-Time Metrics</h3>
<div class="metric">
<div class="metric-header">
<span class="metric-name">CPU Usage</span>
<span class="metric-value">42%</span>
</div>
<div class="metric-bar">
<div class="metric-progress" style="width: 42%"></div>
</div>
</div>
<div class="metric">
<div class="metric-header">
<span class="metric-name">Memory</span>
<span class="metric-value">57%</span>
</div>
<div class="metric-bar">
<div class="metric-progress" style="width: 57%"></div>
</div>
</div>
<div class="metric">
<div class="metric-header">
<span class="metric-name">Storage</span>
<span class="metric-value">63%</span>
</div>
<div class="metric-bar">
<div class="metric-progress" style="width: 63%"></div>
</div>
</div>
<div class="metric">
<div class="metric-header">
<span class="metric-name">Network</span>
<span class="metric-value">28%</span>
</div>
<div class="metric-bar">
<div class="metric-progress" style="width: 28%"></div>
</div>
</div>
<h4 class="lab-subtitle">Active Services:</h4>
<div class="services-grid-small">
<div class="service-tag"><span class="status-dot"></span>Gitea</div>
<div class="service-tag"><span class="status-dot"></span>VSCode Server</div>
<div class="service-tag"><span class="status-dot"></span>rTorrent</div>
<div class="service-tag"><span class="status-dot"></span>NAS</div>
<div class="service-tag"><span class="status-dot"></span>Traefik</div>
<div class="service-tag"><span class="status-dot"></span>K3s</div>
<div class="service-tag"><span class="status-dot"></span>Cloudflared</div>
<div class="service-tag"><span class="status-dot"></span>FileBrowser</div>
</div>
</div>
</div>
<!-- Sample Docker configuration -->
<div class="code-card">
<h3 class="code-card-title">How I'm Running Services</h3>
<p class="code-card-description">
Here's a sample of how I deploy and manage services in my infrastructure:
</p>
<div class="code-block">
<code>
<span class="comment"># K3s deployment for Gitea with persistent storage</span><br>
<span class="keyword">apiVersion</span>: apps/v1<br>
<span class="keyword">kind</span>: Deployment<br>
<span class="keyword">metadata</span>:<br>
&nbsp;&nbsp;<span class="keyword">name</span>: gitea<br>
&nbsp;&nbsp;<span class="keyword">namespace</span>: argobox<br>
<span class="keyword">spec</span>:<br>
&nbsp;&nbsp;<span class="keyword">replicas</span>: 1<br>
&nbsp;&nbsp;<span class="function">selector</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="function">matchLabels</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">app</span>: gitea<br>
&nbsp;&nbsp;<span class="function">template</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="function">metadata</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">labels</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">app</span>: gitea<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="function">spec</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">containers</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class="keyword">name</span>: gitea<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">image</span>: <span class="string">gitea/gitea:latest</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">ports</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class="keyword">containerPort</span>: 3000<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">volumeMounts</span>:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class="keyword">name</span>: gitea-data<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">mountPath</span>: <span class="string">/data</span><br>
</code>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<div class="section-header">
<h2 class="section-title">Featured Projects</h2>
<p class="section-description">
A showcase of technical solutions I've built and deployed.
</p>
</div>
<div class="projects-grid">
<div class="project-card">
<div class="project-icon">
<i class="fas fa-map-marked-alt"></i>
</div>
<h3 class="project-title">TerraTracer</h3>
<p class="project-description">
A GIS mapping tool for prospectors to automate mining claim boundary plotting, terrain analysis, and compliance with BLM/state regulations.
</p>
<div class="tech-badges">
<span class="tech-badge">Python</span>
<span class="tech-badge">Node.js</span>
<span class="tech-badge">JavaScript</span>
<span class="tech-badge">GIS</span>
</div>
</div>
<div class="project-card">
<div class="project-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="project-title">Zero Trust Lab</h3>
<p class="project-description">
A secure home lab infrastructure using Cloudflare Zero Trust tunnels, network segmentation, and security best practices.
</p>
<div class="tech-badges">
<span class="tech-badge">Cloudflare</span>
<span class="tech-badge">OPNsense</span>
<span class="tech-badge">VLAN</span>
<span class="tech-badge">VPN</span>
</div>
</div>
<div class="project-card">
<div class="project-icon">
<i class="fas fa-robot"></i>
</div>
<h3 class="project-title">Ansible Sandbox</h3>
<p class="project-description">
An interactive demo environment where users can spin up preconfigured services using Ansible automation.
</p>
<div class="tech-badges">
<span class="tech-badge">Ansible</span>
<span class="tech-badge">Proxmox</span>
<span class="tech-badge">Python</span>
<span class="tech-badge">Docker</span>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="experience">
<div class="container">
<div class="section-header">
<h2 class="section-title">Professional Experience</h2>
<p class="section-description">
A history of delivering reliable IT infrastructure and solutions.
</p>
</div>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h3 class="timeline-title">Inovin LLC</h3>
<h4 class="timeline-subtitle">Freelance Consultant GIS, Infrastructure & Security Solutions</h4>
<div class="timeline-date">April 2023 Present</div>
<p class="timeline-description">
Providing specialized consulting services in virtualization, containerization, network security, and custom GIS solutions.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h3 class="timeline-title">Previous Roles</h3>
<h4 class="timeline-subtitle">System & Network Engineering Positions</h4>
<div class="timeline-date">Prior Experience</div>
<p class="timeline-description">
Extensive experience in MSPs, network engineering, and diverse IT environments.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<div class="section-header">
<h2 class="section-title">Let's Connect</h2>
<p class="section-description">
Have a project in mind? Reach out to discuss how I can help.
</p>
</div>
<div class="contact-grid">
<div class="contact-info">
<div class="contact-item">
<div class="contact-icon">
<i class="fas fa-envelope"></i>
</div>
<h3 class="contact-title">Email</h3>
<p><a href="mailto:daniel.laforce@argobox.com">daniel.laforce@argobox.com</a></p>
</div>
<div class="contact-item">
<div class="contact-icon">
<i class="fab fa-linkedin"></i>
</div>
<h3 class="contact-title">LinkedIn</h3>
<p><a href="https://www.linkedin.com/in/danlaforce" target="_blank">linkedin.com/in/danlaforce</a></p>
</div>
<div class="contact-item">
<div class="contact-icon">
<i class="fab fa-github"></i>
</div>
<h3 class="contact-title">GitHub</h3>
<p><a href="https://github.com/keyargo" target="_blank">github.com/keyargo</a></p>
</div>
</div>
<div class="contact-form-container">
<form id="contact-form" class="contact-form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary">
<i class="fas fa-paper-plane btn-icon"></i>
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<span class="logo-text">Argobox</span>
<span class="logo-dot">.com</span>
</div>
<div class="footer-links">
<a href="#home">Home</a>
<a href="#services">Services</a>
<a href="#lab">Live Lab</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
<div class="footer-social">
<a href="https://github.com/keyargo" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/danlaforce" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="mailto:daniel.laforce@argobox.com" aria-label="Email"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>&copy; <span id="current-year"></span> All rights reserved. Inovin LLC</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="script.js"></script>
</body>
</html>

836
resume.html Normal file
View File

@ -0,0 +1,836 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniel LaForce | Resume</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Professional resume of Daniel LaForce - Systems & Infrastructure Engineer specializing in virtualization, containerization, and secure network architecture.">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22256%22 height=%22256%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2220%22 fill=%22%230f172a%22></rect><path fill=%22%233b82f6%22 d=%22M30 40L50 20L70 40L50 60L30 40Z%22></path><path fill=%22%233b82f6%22 d=%22M50 60L70 40L70 70L50 90L30 70L30 40L50 60Z%22 fill-opacity=%220.6%22></path></svg>">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
<style>
/* Resume-specific styles */
body {
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.resume-container {
max-width: 1000px;
margin: 6rem auto 4rem;
padding: 0 1.5rem;
flex: 1;
}
.resume-header {
text-align: center;
margin-bottom: 3rem;
}
.resume-name {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.resume-title {
font-size: 1.5rem;
color: var(--accent);
margin-bottom: 1.5rem;
}
.resume-contact {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1.5rem;
margin-bottom: 2rem;
}
.resume-contact-item {
display: flex;
align-items: center;
color: var(--text-secondary);
}
.resume-contact-item i {
margin-right: 0.5rem;
color: var(--accent);
}
.resume-section {
margin-bottom: 2.5rem;
background-color: var(--card-bg);
border-radius: 1rem;
padding: 2rem;
border: 1px solid var(--border);
}
.resume-section-title {
font-size: 1.5rem;
margin-bottom: 1.5rem;
color: var(--accent);
position: relative;
padding-bottom: 0.75rem;
}
.resume-section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background: var(--accent-gradient);
border-radius: 3px;
}
.resume-job {
margin-bottom: 2rem;
}
.resume-job:last-child {
margin-bottom: 0;
}
.resume-job-header {
margin-bottom: 1rem;
}
.resume-job-title {
font-size: 1.25rem;
margin-bottom: 0.25rem;
}
.resume-job-company {
font-weight: 600;
color: var(--accent);
margin-bottom: 0.25rem;
}
.resume-job-period {
color: var(--text-secondary);
font-size: 0.9rem;
}
.resume-job-description {
color: var(--text-secondary);
margin-bottom: 1rem;
}
.resume-job-achievements {
list-style: none;
}
.resume-job-achievement {
display: flex;
margin-bottom: 0.75rem;
align-items: flex-start;
}
.resume-job-achievement i {
color: var(--accent);
margin-right: 0.75rem;
margin-top: 0.25rem;
flex-shrink: 0;
}
.resume-skills {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.5rem;
}
.resume-skill-category {
margin-bottom: 1.5rem;
}
.resume-skill-title {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: var(--accent);
}
.resume-skill-list {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.resume-skill {
background-color: rgba(59, 130, 246, 0.1);
border: 1px solid rgba(59, 130, 246, 0.3);
color: var(--accent);
font-size: 0.85rem;
font-weight: 500;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
}
.resume-education {
margin-bottom: 1.5rem;
}
.resume-education-title {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.25rem;
}
.resume-education-institution {
color: var(--accent);
margin-bottom: 0.25rem;
}
.resume-education-period {
color: var(--text-secondary);
font-size: 0.9rem;
margin-bottom: 0.5rem;
}
.resume-education-grade {
color: var(--text-secondary);
font-size: 0.9rem;
margin-bottom: 0.5rem;
}
.resume-education-skills {
margin-top: 0.5rem;
color: var(--text-secondary);
}
.resume-projects {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.5rem;
}
.resume-project {
background-color: rgba(59, 130, 246, 0.1);
border-radius: 0.75rem;
padding: 1.5rem;
border: 1px solid rgba(59, 130, 246, 0.3);
}
.resume-project-title {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.75rem;
color: var(--accent);
}
.resume-project-tech {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 0.75rem;
}
.resume-project-tech-item {
font-size: 0.8rem;
color: var(--text-secondary);
background-color: rgba(255, 255, 255, 0.1);
padding: 0.15rem 0.5rem;
border-radius: 0.25rem;
}
.resume-awards {
list-style: none;
}
.resume-award {
display: flex;
margin-bottom: 0.75rem;
}
.resume-award i {
color: var(--accent);
margin-right: 0.75rem;
}
.resume-download {
text-align: center;
margin-top: 3rem;
}
.footer {
width: 100%;
left: 0;
right: 0;
bottom: 0;
background: var(--dark-bg);
border-top: 1px solid var(--border);
padding: 2rem 0;
margin-top: auto;
}
@media (max-width: 768px) {
.resume-skills, .resume-projects {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="logo">
<a href="index.html">
<span class="logo-text">Argobox</span>
<span class="logo-dot">.com</span>
</a>
</div>
<div class="nav-menu">
<a href="index.html#home" class="nav-link">Home</a>
<a href="index.html#services" class="nav-link">Services</a>
<a href="index.html#lab" class="nav-link">Live Lab</a>
<a href="index.html#projects" class="nav-link">Projects</a>
<a href="index.html#experience" class="nav-link">Experience</a>
<a href="index.html#contact" class="nav-link">Contact</a>
</div>
<div class="nav-buttons">
<a href="dashboard.html" class="dashboard-link" target="_blank">
<span class="live-indicator"></span>
<span>Live Dashboard</span>
</a>
<button class="menu-toggle" aria-label="Toggle menu">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</nav>
<!-- Resume Content -->
<div class="resume-container">
<div class="resume-header">
<h1 class="resume-name">Daniel LaForce</h1>
<h2 class="resume-title">Infrastructure & Systems Engineer</h2>
<div class="resume-contact">
<div class="resume-contact-item">
<i class="fas fa-map-marker-alt"></i>
<span>Colorado Springs, Colorado</span>
</div>
<div class="resume-contact-item">
<i class="fas fa-phone"></i>
<a href="tel:7203100064">720-310-0064</a>
</div>
<div class="resume-contact-item">
<i class="fas fa-envelope"></i>
<a href="mailto:daniel.laforce@argobox.com">daniel.laforce@argobox.com</a>
</div>
<div class="resume-contact-item">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/danlaforce" target="_blank">linkedin.com/in/danlaforce</a>
</div>
<div class="resume-contact-item">
<i class="fab fa-github"></i>
<a href="https://github.com/keyargo" target="_blank">github.com/keyargo</a>
</div>
</div>
</div>
<!-- Experience Section -->
<div class="resume-section">
<h2 class="resume-section-title">Professional Experience</h2>
<div class="resume-job">
<div class="resume-job-header">
<h3 class="resume-job-title">Freelance Consultant GIS, Infrastructure & Security Solutions</h3>
<div class="resume-job-company">Inovin LLC</div>
<div class="resume-job-period">April 2023 Present | Colorado Springs, CO</div>
</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Developed TerraTracer, a GIS mapping platform used by independent mining claim prospectors to automate boundary plotting, terrain-informed site selection, and BLM/state compliance, reducing manual research by 85%.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Consulted on virtualization and DevOps projects for SMB clients, implementing Proxmox/VMware solutions, containerizing legacy apps with Docker, and orchestrating microservices with Kubernetes.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Built secure cloud environments integrating Azure AD, SSO, and VPN/firewall solutions, increasing operational resilience while aligning with HIPAA and zero-trust principles.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Automated infrastructure tasks via PowerShell, Python, and Bash, optimizing system deployment, backup routines, and monitoring pipelines.</span>
</div>
</div>
</div>
<div class="resume-job">
<div class="resume-job-header">
<h3 class="resume-job-title">Project Engineer</h3>
<div class="resume-job-company">Anchor Point IT Solutions</div>
<div class="resume-job-period">December 2023 - June 2024</div>
</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Executed 5 Microsoft 365 and SharePoint migrations with downtime reduced by 60%.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Implemented comprehensive security stack including BlueMira & DUO (Identity), SentinelOne (Endpoint), ConnectSecure (Network), and Email Mesh Security.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Reduced security incidents by 83% through security implementations and improved system updates by 60%.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Managed approximately 235 clients with environment sizes ranging from 30 to 1000 people.</span>
</div>
</div>
</div>
<div class="resume-job">
<div class="resume-job-header">
<h3 class="resume-job-title">Interim Virtual Chief Security Officer</h3>
<div class="resume-job-company">Technology Response Team, LLC</div>
<div class="resume-job-period">August 2023 - September 2023</div>
</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Served as temporary VCSO for ~120 clients, conducting penetration testing using BURP Professional.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Managed enterprise security stack deployment including Blackpoint & Webroot (Endpoint), DNSFilter (Network), and ThreatLocker (Application Control).</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Administered Azure AD security policies and MFA enforcement, reducing monthly vulnerabilities by at least 20%.</span>
</div>
</div>
</div>
<div class="resume-job">
<div class="resume-job-header">
<h3 class="resume-job-title">Network Engineer II</h3>
<div class="resume-job-company">NOVUS Professional Services, Inc.</div>
<div class="resume-job-period">August 2022 - March 2023</div>
</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Designed and implemented a WiFi testing cage for remote firmware testing of router models (Wave2, WiFi6).</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Developed Python automation for Plume device registration and Ansible scripts for network tasks.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Managed RF testing and signal verification across 9 headends and maintained network connectivity for ~100 routers across two sites.</span>
</div>
</div>
</div>
<div class="resume-job">
<div class="resume-job-header">
<h3 class="resume-job-title">Field Engineer</h3>
<div class="resume-job-company">COMPUTEK Dental Systems</div>
<div class="resume-job-period">December 2021 - August 2022</div>
</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Managed IT infrastructure for 300+ dental practices (3700+ workstations, ~300 Windows Servers).</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Developed VSA Deployer application (Kaseya VSA RMM) for agent installation, reducing deployment time by 80%.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Maintained server, Hyper-V VM, and MySQL/MSSQL backups using N-Able Backups, Windows Server Backups and AIS.</span>
</div>
</div>
</div>
<div class="resume-job">
<div class="resume-job-header">
<h3 class="resume-job-title">End-to-End Systems Engineer</h3>
<div class="resume-job-company">Lockheed Martin</div>
<div class="resume-job-period">June 2018 - December 2019</div>
</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Maintained 2 IRON databases (AIMS and RAPID) with ~1800 configurations each, ensuring 100% database accuracy.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Collaborated with engineering team to implement Remote Tracking Station (RTS) configurations.</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-check-circle"></i>
<span>Identified and documented an average of 27 critical defects every month.</span>
</div>
</div>
</div>
</div>
<!-- Skills Section -->
<div class="resume-section">
<h2 class="resume-section-title">Technical Skills</h2>
<div class="resume-skills">
<div class="resume-skill-category">
<h3 class="resume-skill-title">Cloud & Infrastructure</h3>
<div class="resume-skill-list">
<span class="resume-skill">Microsoft Azure</span>
<span class="resume-skill">Azure AD</span>
<span class="resume-skill">SharePoint</span>
<span class="resume-skill">Teams</span>
<span class="resume-skill">AWS</span>
<span class="resume-skill">EC2</span>
<span class="resume-skill">S3</span>
<span class="resume-skill">GCP</span>
<span class="resume-skill">VMware ESXi/vSphere</span>
<span class="resume-skill">Hyper-V</span>
<span class="resume-skill">Docker</span>
<span class="resume-skill">Kubernetes (K3s)</span>
<span class="resume-skill">ProxMox</span>
<span class="resume-skill">Traefik</span>
<span class="resume-skill">CI/CD</span>
</div>
</div>
<div class="resume-skill-category">
<h3 class="resume-skill-title">Networking</h3>
<div class="resume-skill-list">
<span class="resume-skill">LAN/WAN</span>
<span class="resume-skill">VPN</span>
<span class="resume-skill">OSPF</span>
<span class="resume-skill">EIGRP</span>
<span class="resume-skill">STP</span>
<span class="resume-skill">HSRP</span>
<span class="resume-skill">VTP</span>
<span class="resume-skill">IPv4/IPv6</span>
<span class="resume-skill">ACLs</span>
<span class="resume-skill">NAT/PAT</span>
<span class="resume-skill">DNS/DHCP</span>
<span class="resume-skill">VLANs</span>
<span class="resume-skill">QoS</span>
<span class="resume-skill">Cisco Routers</span>
<span class="resume-skill">Catalyst Switches</span>
<span class="resume-skill">ASA Firewalls</span>
<span class="resume-skill">UniFi Systems</span>
<span class="resume-skill">pfSense</span>
<span class="resume-skill">OPNsense</span>
</div>
</div>
<div class="resume-skill-category">
<h3 class="resume-skill-title">Programming/Scripting</h3>
<div class="resume-skill-list">
<span class="resume-skill">Python</span>
<span class="resume-skill">JavaScript (Node.js)</span>
<span class="resume-skill">PowerShell</span>
<span class="resume-skill">Bash</span>
<span class="resume-skill">C/C++</span>
<span class="resume-skill">SQL</span>
<span class="resume-skill">MySQL/MSSQL</span>
<span class="resume-skill">AutoHotkey</span>
<span class="resume-skill">Ansible</span>
</div>
</div>
<div class="resume-skill-category">
<h3 class="resume-skill-title">Security</h3>
<div class="resume-skill-list">
<span class="resume-skill">Penetration Testing</span>
<span class="resume-skill">BURP Professional</span>
<span class="resume-skill">SentinelOne</span>
<span class="resume-skill">Blackpoint</span>
<span class="resume-skill">Webroot</span>
<span class="resume-skill">ThreatLocker</span>
<span class="resume-skill">Zero-Trust Architecture</span>
<span class="resume-skill">HIPAA Compliance</span>
<span class="resume-skill">BlueMira</span>
<span class="resume-skill">DUO</span>
<span class="resume-skill">DNSFilter</span>
<span class="resume-skill">Email Mesh Security</span>
<span class="resume-skill">MFA</span>
</div>
</div>
<div class="resume-skill-category">
<h3 class="resume-skill-title">Operating Systems</h3>
<div class="resume-skill-list">
<span class="resume-skill">Windows Server</span>
<span class="resume-skill">Active Directory</span>
<span class="resume-skill">Group Policy</span>
<span class="resume-skill">Exchange Server</span>
<span class="resume-skill">Linux</span>
<span class="resume-skill">Ubuntu</span>
<span class="resume-skill">CentOS</span>
<span class="resume-skill">Debian</span>
<span class="resume-skill">Fedora</span>
<span class="resume-skill">Kali Linux</span>
<span class="resume-skill">Cisco IOS</span>
</div>
</div>
<div class="resume-skill-category">
<h3 class="resume-skill-title">GIS & Data Science</h3>
<div class="resume-skill-list">
<span class="resume-skill">Geospatial Mapping</span>
<span class="resume-skill">GeoPandas</span>
<span class="resume-skill">GDAL/OGR</span>
<span class="resume-skill">KML Generation</span>
<span class="resume-skill">Data Visualization</span>
<span class="resume-skill">Machine Learning</span>
<span class="resume-skill">TensorFlow</span>
<span class="resume-skill">PyTorch</span>
<span class="resume-skill">Scikit-learn</span>
<span class="resume-skill">Pandas</span>
<span class="resume-skill">NumPy</span>
<span class="resume-skill">Matplotlib</span>
<span class="resume-skill">Seaborn</span>
</div>
</div>
<div class="resume-skill-category">
<h3 class="resume-skill-title">Management & PSA Tools</h3>
<div class="resume-skill-list">
<span class="resume-skill">N-able N-central</span>
<span class="resume-skill">Kaseya VSA</span>
<span class="resume-skill">ConnectWise Automate</span>
<span class="resume-skill">ConnectWise PSA</span>
<span class="resume-skill">PRTG</span>
<span class="resume-skill">SolarWinds</span>
<span class="resume-skill">Addigy</span>
<span class="resume-skill">ImmyBot</span>
<span class="resume-skill">Commit Ticket CRM</span>
</div>
</div>
</div>
</div>
<!-- Education Section -->
<div class="resume-section">
<h2 class="resume-section-title">Education</h2>
<div class="resume-education">
<h3 class="resume-education-title">Bachelor of Science, Computer Science</h3>
<div class="resume-education-institution">Western Governors University</div>
<div class="resume-education-period">June 2019 - April 2023</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-award"></i>
<span>Activities and societies: Sigma Alpha Pi Honors Society (The National Society of Leadership and Success)</span>
</div>
</div>
<div class="resume-education-skills">
<strong>Skills:</strong> Python (Programming Language) · Project Management · Machine Learning · Team Leadership
</div>
</div>
<div class="resume-education">
<h3 class="resume-education-title">Cyber Ops</h3>
<div class="resume-education-institution">Cisco Networking Academy</div>
<div class="resume-education-period">2018</div>
<div class="resume-education-skills">
<strong>Skills:</strong> Networking · Cyber-security · Cisco Technologies
</div>
</div>
<div class="resume-education">
<h3 class="resume-education-title">Computer Science and Innovation</h3>
<div class="resume-education-institution">University of Colorado Colorado Springs (UCCS)</div>
<div class="resume-education-period">January 2017 - December 2017</div>
<div class="resume-education-grade">Grade: 4.0</div>
<div class="resume-education-skills">
<strong>Skills:</strong> C++ · Team Leadership
</div>
</div>
<div class="resume-education">
<h3 class="resume-education-title">Associate's degree, General Studies</h3>
<div class="resume-education-institution">Pikes Peak State College</div>
<div class="resume-education-period">2015 - 2018</div>
<div class="resume-education-grade">Grade: 4.0</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-award"></i>
<span>Activities and societies: Phi Theta Kappa Honor Society</span>
</div>
</div>
<div class="resume-education-skills">
<strong>Skills:</strong> Linux · Virtual Server · C++ · System Administration · Wireless
</div>
</div>
<div class="resume-education">
<h3 class="resume-education-title">Associate's Degree, Computer Wide Area Networks</h3>
<div class="resume-education-institution">Front Range Community College</div>
<div class="resume-education-period">2014 - 2016</div>
<div class="resume-education-grade">Grade: 3.87</div>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-award"></i>
<span>Activities and societies: Phi Theta Kappa Honor Society</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-award"></i>
<span>Magna Cum Laude honors</span>
</div>
</div>
<div class="resume-education-skills">
<strong>Skills:</strong> Virtual Server · C++ · Networking · Wireless
</div>
</div>
</div>
<!-- Certifications Section -->
<div class="resume-section">
<h2 class="resume-section-title">Certifications</h2>
<div class="resume-job-achievements">
<div class="resume-job-achievement">
<i class="fas fa-certificate"></i>
<span>Project+ (CompTIA)</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-certificate"></i>
<span>Network+ (FRCC)</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-certificate"></i>
<span>A+ (FRCC)</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-certificate"></i>
<span>CCNA Cyber Ops (2021)</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-certificate"></i>
<span>CCNA Routing & Switching (2021)</span>
</div>
<div class="resume-job-achievement">
<i class="fas fa-certificate"></i>
<span>Virtual Cyber Security Officer Training (vCSO Advanced)</span>
</div>
</div>
</div>
<!-- Projects Section -->
<div class="resume-section">
<h2 class="resume-section-title">Notable Projects</h2>
<div class="resume-projects">
<div class="resume-project">
<h3 class="resume-project-title">Full-Access Wi-Fi Testing Cage</h3>
<p>Designed and implemented a comprehensive testing environment for router firmware validation with remote access capabilities. Engineered cable modem/SONU configurations for MAP-T and dual-stack testing with automated relay and RF switcher control.</p>
<div class="resume-project-tech">
<span class="resume-project-tech-item">RF Engineering</span>
<span class="resume-project-tech-item">Network Testing</span>
<span class="resume-project-tech-item">CAD Prototyping</span>
<span class="resume-project-tech-item">Serial Interface</span>
<span class="resume-project-tech-item">Automation</span>
</div>
</div>
<div class="resume-project">
<h3 class="resume-project-title">TerraTracer GIS Platform</h3>
<p>A GIS mapping platform used by mining claim prospectors to automate boundary plotting and compliance verification, reducing manual research by 85% and improving claim success rates by 40%.</p>
<div class="resume-project-tech">
<span class="resume-project-tech-item">Python</span>
<span class="resume-project-tech-item">Node.js</span>
<span class="resume-project-tech-item">GeoPandas</span>
<span class="resume-project-tech-item">KML</span>
<span class="resume-project-tech-item">GDAL/OGR</span>
</div>
</div>
<div class="resume-project">
<h3 class="resume-project-title">VSA Deployer</h3>
<p>Custom application for streamlining Kaseya VSA RMM agent installation, reducing deployment time by 80% across dental practice environments. Implemented for 300+ practices with 3700+ workstations.</p>
<div class="resume-project-tech">
<span class="resume-project-tech-item">PowerShell</span>
<span class="resume-project-tech-item">AutoHotkey</span>
<span class="resume-project-tech-item">RMM</span>
<span class="resume-project-tech-item">Kaseya VSA</span>
</div>
</div>
<div class="resume-project">
<h3 class="resume-project-title">AI-Driven Car Price Prediction</h3>
<p>Developed machine learning model for predicting used car prices with over 90% accuracy using Random Forest Regression and comprehensive feature engineering.</p>
<div class="resume-project-tech">
<span class="resume-project-tech-item">Python</span>
<span class="resume-project-tech-item">Scikit-learn</span>
<span class="resume-project-tech-item">Pandas</span>
<span class="resume-project-tech-item">Random Forest</span>
<span class="resume-project-tech-item">Jupyter</span>
</div>
</div>
</div>
</div>
<div class="resume-download">
<a href="files/daniel-laforce-resume.pdf" class="btn btn-primary" download>
<i class="fas fa-download btn-icon"></i>
Download Full Resume (PDF)
</a>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<span class="logo-text">Argobox</span>
<span class="logo-dot">.com</span>
</div>
<div class="footer-links">
<a href="index.html#home">Home</a>
<a href="index.html#services">Services</a>
<a href="index.html#lab">Live Lab</a>
<a href="index.html#projects">Projects</a>
<a href="index.html#experience">Experience</a>
<a href="index.html#contact">Contact</a>
</div>
<div class="footer-social">
<a href="https://www.linkedin.com/in/danlaforce" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/keyargo" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>&copy; <span id="current-year"></span> All rights reserved. Inovin LLC</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="script.js"></script>
</body>
</html>

1497
styles.css Normal file

File diff suppressed because it is too large Load Diff