Skip to content

Commit 8c0805d

Browse files
committed
feat: add media to projects
1 parent a07e565 commit 8c0805d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/components/projects/Projects.tsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import Project from "./Project.tsx";
22
import SectionTitle from "../common/SectionTitle.tsx";
33
import HrItem from "../common/HrItem.tsx";
4+
import valaPluginScreenshot from "./media/vala_ide_plugin.png";
5+
import portfolioScreenshot from "./media/portfolio.png";
6+
import resumeTemplateScreenshot from "./media/resume_template.png";
7+
import chatbotOpenDesktopScreenshot from "./media/chatbot_open_desktop.png";
8+
import chatbotClosedDesktopScreenshot from "./media/chatbot_closed_desktop.png";
49

510
export default function Projects() {
611
return (
@@ -36,6 +41,9 @@ export default function Projects() {
3641
`Lex`,
3742
`BNF`
3843
]}
44+
media={[
45+
valaPluginScreenshot
46+
]}
3947
link="https://github.com/Tbusk/vala-jetbrains-plugin"
4048
/>
4149

@@ -52,12 +60,14 @@ export default function Projects() {
5260
`Machine Learning`,
5361
`Computer Vision`,
5462
`Image Classification`,
63+
`Collaborative`
5564
]}
5665
metrics={[
5766
`Top-1 Accuracy: 89%`,
5867
`Top-5 Accuracy: 96%`,
5968
`228,000 images`,
6069
`29,500 items`,
70+
`2,450 categories`,
6171
`+12% over top OS models`
6272
]}
6373
techStack={[
@@ -91,6 +101,9 @@ export default function Projects() {
91101
`Vite`,
92102
`Tailwind CSS`,
93103
]}
104+
media={[
105+
portfolioScreenshot
106+
]}
94107
link="https://github.com/Tbusk/portfolio"
95108
/>
96109

@@ -110,6 +123,9 @@ export default function Projects() {
110123
techStack={[
111124
`LaTeX`,
112125
]}
126+
media={[
127+
resumeTemplateScreenshot
128+
]}
113129
link="https://github.com/Tbusk/resume"
114130
/>
115131

@@ -139,6 +155,10 @@ export default function Projects() {
139155
`Maven`,
140156
`JUnit`
141157
]}
158+
media={[
159+
chatbotClosedDesktopScreenshot,
160+
chatbotOpenDesktopScreenshot
161+
]}
142162
link="https://github.com/Tbusk/Customer-Support-Chatbot/"
143163
/>
144164

@@ -155,6 +175,7 @@ export default function Projects() {
155175
tags={[
156176
`Open Source`,
157177
`DSA`,
178+
`Collaborative`
158179
]}
159180
techStack={[
160181
`Java`,

0 commit comments

Comments
 (0)