diff --git a/README.md b/README.md index 7b554b0..4ec3c99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # LiamJFitzpatrick.com -This project is my personal portfolio website. Highlighting some of my accomplishments and skills. Hope you enjoy! \ No newline at end of file +This project is my personal portfolio website. Highlighting some of my accomplishments and skills. Hope you enjoy! + + +## some notes + +color template + +https://coolors.co/4d3f64-0c120c-e4fde1-fb710e-1d3d5d \ No newline at end of file diff --git a/website/assets/profesh-exp.js b/website/assets/profesh-exp.js index 69a4bf7..86bab00 100644 --- a/website/assets/profesh-exp.js +++ b/website/assets/profesh-exp.js @@ -1,5 +1,5 @@ -var number_exp = 2; +var number_exp = 3; function drawConnections() { @@ -13,6 +13,7 @@ function drawConnections() { canvas_el.setAttribute("left", content_box.left); const ctx = canvas_el.getContext("2d"); ctx.strokeStyle = "#E4FDE1"; + ctx.fillStyle = "#E4FDE1"; for (let count = 1; count <= (number_exp-1); count++) { let cur_id_str = `p-e-${count}`; let nex_id_str = `p-e-${count+1}`; @@ -29,6 +30,16 @@ function drawConnections() { ctx.moveTo(center_x, center_y); ctx.lineTo(next_x, next_y); ctx.stroke(); + + ctx.beginPath(); + ctx.moveTo(center_x, cur_box.bottom); + ctx.arc(center_x, cur_box.bottom, 5, 0, Math.PI); + ctx.fill(); + + ctx.beginPath(); + ctx.moveTo(center_x, next_box.top); + ctx.arc(center_x, next_box.top, 5, 0, Math.PI, true); + ctx.fill(); } } diff --git a/website/assets/static_css.css b/website/assets/static_css.css index e33249c..1b4a34f 100644 --- a/website/assets/static_css.css +++ b/website/assets/static_css.css @@ -8,10 +8,4 @@ body{ top: 0; left: 0; z-index: -1; -} -#p-e-1{ - background-color: #0C120C; -} -#p-e-2{ - background-color: #0C120C; } \ No newline at end of file diff --git a/website/src/app.rs b/website/src/app.rs index 4216301..6a57c13 100644 --- a/website/src/app.rs +++ b/website/src/app.rs @@ -68,17 +68,26 @@ fn HomePage() -> impl IntoView {

"Professional Experience"

- +
-
+

"Modeling Simulation & Analysis Engineer"

"Northrop Grumman Corporation"

plop

-
+
+

2023

+
+
+
+
+

2021

+
+
+

Graduation

}