More AI stuff
All checks were successful
Build Website / Build NPM Project (push) Successful in 23s
Build Website / Tag Version (push) Successful in 26s
Build Website / Build Container (push) Successful in 21s

This commit is contained in:
2026-05-01 15:45:54 -04:00
parent 54af98ed3d
commit 95f5cce8ab
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import Icon from '@/components/icon.vue';
<div class="me-sm-5">
<h1 class="m-0" style="font-size: 2.5rem">Zakary Timson</h1>
<h2 class="mt-0 text-muted" style="font-size: 1.25rem">
DEVOPS & SOFTWARE ENGINEER
AI SOFTWARE ENGINEER
</h2>
<ul class="m-0 p-0 text-start" style="list-style: none">
<li><icon name="map-marker-alt" class="me-1"/> London Ontario, Canada</li>

View File

@@ -40,9 +40,9 @@ fetch('https://git.zakscode.com/api/v1/repos/search?limit=1000', {
</div>
<div class="d-flex flex-wrap justify-content-around">
<card color="#6aa84f" icon="clipboard" offset="1px" title="Plan" text="Working with the client we will identify the goals of the project. This includes things like the target audience, use case, features, style, and delivery."/>
<card color="#6d9eeb" icon="code" offset="2px" title="Code" text="Goals are broken down into tasks and prioritized in our ticketing system. Using CI/CD, tasks are automatically deployed for testing as they are completed."/>
<card color="#6d9eeb" icon="code" offset="2px" title="Develop" text="Goals are broken down into tasks and prioritized in our ticketing system. We then quickly prototype using AI and CI/CD to deliver requests with short delay"/>
<card color="#e69138" icon="message" offset="3px" title="Feedback" text="Clients are notified with the release notes and can test at their convenience. Any critiques can be communicated directly to us or through our ticketing system."/>
<card color="#674ea7" icon="play" offset="2px" title="Release" text="Once all goals are complete we will work with you to deploy the product to any location. Once setup, future updates are automatically deployed to our clients."/>
<card color="#674ea7" icon="play" offset="2px" title="Release" text="Once all goals are complete we do a final cleanup and work with you to automatically deploy the product & future updates to any location"/>
</div>
</div>