Skip to content

Commit 1198988

Browse files
committed
Update project section images on portfolio site
1 parent 643cbda commit 1198988

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

545 KB
Loading
1.46 MB
Loading
1020 KB
Loading

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2 class="section-title">About Me</h2>
8686

8787
<div class="about__grid">
8888
<div class="intro">
89-
I’m a Marine Corps veteran and Computer Science student with a focus on building reliable, secure
89+
I’m a Marine Corps veteran and Computer Science student with a focus on building reliable, trustworthy
9090
software. During my nine years of military service, I developed experience in high-pressure environments
9191
that demanded precision, critical thinking, and teamwork.<br>
9292
<br>
@@ -126,7 +126,7 @@ <h3>Frameworks & Libraries</h3>
126126
</div>
127127
<div class="skill-card">
128128
<h3>Tools & Technologies</h3>
129-
<p>Git, Eclipse, Webstorm, PyCharm, Atom, Formspree</p>
129+
<p>Git, Eclipse, Webstorm, PyCharm, Atom, Formspree, Jira</p>
130130
</div>
131131
<div class="skill-card">
132132
<h3>Databases & Systems</h3>
@@ -253,9 +253,9 @@ <h2 class="section-title">Projects</h2>
253253
"stack":["HTML","CSS","JavaScript"],
254254
"desc":"I created a responsive personal portfolio with overlay topbar, scroll-spy, and circular photo carousel. I got the idea for this website from the Ceevee template by StyleShout.",
255255
"links":[
256-
{"label":"GitHub","href":"https://github.com/mtyndall88/mtyndall88.github.io"}
256+
{"label":"GitHub","href":"https://github.com/mtyndall88/mtyndall88.github.io"},
257+
{"label":"Live Demo","href":"https://mtyndall88.github.io/"}
257258
]}'>
258-
<!-- Optional Live Demo Link: {"label":"Live Demo","href":"https://yourdomain.com"} -->
259259
<button class="project-thumb" aria-label="Open: Personal Portfolio Website">
260260
<img src="assets/projects/Personal-Site-Thumb-New.jpg" alt="Personal Portfolio Website thumbnail">
261261
<span class="project-thumb__overlay">
@@ -267,16 +267,16 @@ <h2 class="section-title">Projects</h2>
267267
<!-- Project 2 Inventory Management System -->
268268
<article class="project-card project" data-project='{
269269
"title":"Inventory Management System",
270-
"img":"assets/projects/HVAC-Hero.jpg",
270+
"img":"assets/projects/InventoryControlGUI-Mockup.jpg",
271271
"stack":["Java","MySQL","Git"],
272-
"desc":"I created a console based Inventory Management System for small HVAC teams with a Java front-end and MySQL back-end for my Advanced Java Programming class project.",
272+
"desc":"I developed a Java Swing Inventory Management System for small HVAC teams with a Java front-end and MySQL back-end for my Advanced Java Programming course. The system supports product tracking, role-based access control, stock adjustments, and reporting",
273273
"links":[
274274
{"label":"GitHub","href":"https://github.com/mtyndall88/ReferralOnlyHVAC-InventoryControl"}
275275
]}'>
276276
<!-- Optional Live Demo Link {"label":"Live Demo","href":"https://data-project.example.com"} -->
277277

278278
<button class="project-thumb" aria-label="Open: Inventory Management System">
279-
<img src="assets/projects/HVAC-Thumb.jpg" alt="HVAC Inventory thumbnail">
279+
<img src="assets/projects/InventoryControlGUI-Mockup-Thumb.jpg" alt="HVAC Inventory thumbnail">
280280
<span class="project-thumb__overlay">
281281
<span class="project-thumb__title">Inventory Management System</span>
282282
</span>

0 commit comments

Comments
 (0)