You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/projects.html
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ <h1 id="type">Projects</h1>
19
19
<sectionclass="project">
20
20
<h2>GUI Inventory Manager</h2>
21
21
<divclass="image-container">
22
-
<imgsrc="../images/inventory-gui.jpg" alt="Screenshot of the GUI Inventory Manager interface" class="project-image">
22
+
<imgsrc="../projects/images/invetory_manager_new1.JPG" alt="Screenshot of the GUI Inventory Manager interface" class="project-image">
23
23
</div>
24
24
<p><strong>About:</strong> A cross-platform C++ inventory management application built with wxWidgets, supporting Linux, macOS, and Windows platforms.</p>
25
25
<p><strong>Key Features:</strong></p>
@@ -37,7 +37,7 @@ <h2>GUI Inventory Manager</h2>
37
37
<sectionclass="project">
38
38
<h2>AI Page Summary</h2>
39
39
<divclass="image-container">
40
-
<imgsrc="../images/ai-summary.jpg" alt="Screenshot of the AI Page Summary Chrome extension" class="project-image">
40
+
<imgsrc="../projects/images/ai_page_summary1.JPG" alt="Screenshot of the AI Page Summary Chrome extension" class="project-image">
41
41
</div>
42
42
<p><strong>About:</strong> A Chrome extension using Hugging Face's BART model for intelligent webpage summarization.</p>
43
43
<p><strong>Key Features:</strong></p>
@@ -55,7 +55,7 @@ <h2>AI Page Summary</h2>
55
55
<sectionclass="project">
56
56
<h2>NFL Kicker Predictor</h2>
57
57
<divclass="image-container">
58
-
<imgsrc="../images/kick-tool.jpg" alt="Screenshot of the NFL Kicker Predictor interface" class="project-image">
58
+
<imgsrc="../projects/images/kicker_predictor0.JPG" alt="Screenshot of the NFL Kicker Predictor interface" class="project-image">
59
59
</div>
60
60
<p><strong>About:</strong> A sophisticated Python application for real-time NFL kicker statistics and performance analysis.</p>
61
61
<p><strong>Key Features:</strong></p>
@@ -73,7 +73,7 @@ <h2>NFL Kicker Predictor</h2>
73
73
<sectionclass="project">
74
74
<h2>DNA Sequence Analyzer</h2>
75
75
<divclass="image-container">
76
-
<imgsrc="../images/dna-analyzer.jpg" alt="Screenshot of the DNA Sequence Analyzer" class="project-image">
76
+
<imgsrc="../projects/images/dna_sequence_analyzer0.JPG" alt="Screenshot of the DNA Sequence Analyzer" class="project-image">
77
77
</div>
78
78
<p><strong>About:</strong> A Python-based bioinformatics tool for comprehensive DNA sequence analysis and manipulation.</p>
79
79
<p><strong>Key Features:</strong></p>
@@ -91,7 +91,7 @@ <h2>DNA Sequence Analyzer</h2>
91
91
<sectionclass="project">
92
92
<h2>Inventory Manager - Command-line Version</h2>
93
93
<divclass="image-container">
94
-
<imgsrc="../images/inventory-cli.jpg" alt="Screenshot of the Command-line Inventory Manager" class="project-image">
94
+
<imgsrc="../projects/images/invetory_manager_old1.JPG" alt="Screenshot of the Command-line Inventory Manager" class="project-image">
95
95
</div>
96
96
<p><strong>About:</strong> A robust C++ inventory management system with an intuitive command-line interface and CSV file storage.</p>
0 commit comments