Remove unnecessary index-with-includes.html template file
ci/woodpecker/push/woodpecker Pipeline was successful Details

- Deleted index-with-includes.html as it was just an incomplete template
- Updated documentation to remove references to the deleted file
- The main index.html file is the complete, production resume
This commit is contained in:
Leopere 2025-10-19 16:24:46 -04:00
parent 526da797c5
commit baf66debf3
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
3 changed files with 0 additions and 39 deletions

View File

@ -13,7 +13,6 @@ This guide explains how to convert the existing portfolio website to use the inc
3. **Example Files** 3. **Example Files**
- `template-with-includes.html`: Basic template - `template-with-includes.html`: Basic template
- `index-with-includes.html`: Example of the index page
- `stories/story-with-includes.html`: Example of a story page - `stories/story-with-includes.html`: Example of a story page
- `one-pager-tools/tool-with-includes.html`: Example of a tool page - `one-pager-tools/tool-with-includes.html`: Example of a tool page

View File

@ -76,6 +76,5 @@ The `includes.js` file automatically sets the active state for navigation items
See the following example files that demonstrate how to use the includes system: See the following example files that demonstrate how to use the includes system:
- `/template-with-includes.html`: Basic template - `/template-with-includes.html`: Basic template
- `/index-with-includes.html`: Example of the index page
- `/stories/story-with-includes.html`: Example of a story page - `/stories/story-with-includes.html`: Example of a story page
- `/one-pager-tools/tool-with-includes.html`: Example of a tool page - `/one-pager-tools/tool-with-includes.html`: Example of a tool page

View File

@ -1,37 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Colin Knapp - Portfolio">
<title>Colin Knapp - Portfolio</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css" integrity="sha256-Y+6RTuKMnPfNa1TjCQCcFhxwo0G+xNy7t1MaAvn5SuU=">
<script src="theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4="></script>
<script src="includes.js" integrity="sha256-0VPPSi+jVc1DuyZaSYTq+fnpIfv7ft+ZDenYE6pDPqA="></script>
</head>
<body>
<!-- Header Include -->
<div id="header-include"></div>
<!-- Main Content -->
<h1>Colin Knapp</h1>
<p><strong>Location:</strong> Kitchener-Waterloo, Ontario, Canada<br>
<strong>Contact:</strong> <a href="mailto:recruitme2025@colinknapp.com">recruitme2025@colinknapp.com</a> | <a href="https://colinknapp.com">colinknapp.com</a><br>
<strong>Schedule a Meeting:</strong> <a href="https://cal.com/colink/30min" target="_blank">30 Minute Meeting</a></p>
<hr>
<h2>Highlights & Measurables</h2>
<ul>
<li><strong>Cybersecurity Leadership:</strong> Currently spearheading <em><a href="http://ViperWire.ca">ViperWire.ca</a></em>, the public-facing arm of my AI-powered cybersecurity and development consultancy, delivering cutting-edge protection for digital assets (2023-Present).</li>
<li><strong>Open-Source Impact:</strong> Co-created <em>FastAsyncWorldEdit</em> and <em>PlotSquared</em>, revolutionizing Minecraft development by enabling massive transformative edits—scaling from 50,000 server-crashing edits to billions without interruption—powering a $2 billion game brand with global contributor support (2014-Present).</li>
<!-- Additional list items would go here -->
</ul>
<!-- Additional content would go here -->
<!-- Footer Include -->
<div id="footer-include"></div>
</body>
</html>