Skip to content

Commit a2cb163

Browse files
authored
Merge pull request #18 from davidgao7/main
add java hibernate project
2 parents 95ffa9d + b880765 commit a2cb163

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

src/assets/ER_diagram.png

128 KB
Loading

src/assets/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ import decisionboundary from "./decision_boundry.png"
4343

4444
import licensePlateCensorAPI from "./LicenceplateDetection.png"
4545

46+
import erDiagram from "./ER_diagram.png"
47+
4648
export {
4749
logo,
4850
backend,
@@ -81,5 +83,6 @@ export {
8183
structureRAresult,
8284
museumResponse,
8385
decisionboundary,
84-
licensePlateCensorAPI
86+
licensePlateCensorAPI,
87+
erDiagram
8588
};

src/constants/index.js

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import {
3232
structureRAresult,
3333
museumResponse,
3434
decisionboundary,
35-
licensePlateCensorAPI
35+
licensePlateCensorAPI,
36+
erDiagram
3637
} from "../assets";
3738

3839
export const navLinks = [
@@ -348,6 +349,38 @@ const projects = [
348349
],
349350
image: licensePlateCensorAPI,
350351
source_code_link: "https://github.com/davidgao7/license-plate-censor-api",
352+
},
353+
{
354+
name: "Package Tracker",
355+
description: "Package-Tracker a small unmanned aerial systems (SUAS) to track packages within the Lincoln and Omaha, Nebraska, areas.",
356+
tags: [
357+
{
358+
name: "java",
359+
color: "blue-text-gradient",
360+
},
361+
{
362+
name: "maven",
363+
color: "green-text-gradient",
364+
},
365+
{
366+
name: "hibernate",
367+
color: "pink-text-gradient",
368+
},
369+
{
370+
name: "Google cloud platform",
371+
color: "purple-text-gradient",
372+
},
373+
{
374+
name: "Gson",
375+
color: "red-text-gradient",
376+
},
377+
{
378+
name: "JUnit",
379+
color: "yellow-text-gradient",
380+
}
381+
],
382+
image: erDiagram,
383+
source_code_link: "https://github.com/davidgao7/Package-Tracker",
351384
}
352385
];
353386

0 commit comments

Comments
 (0)