diff --git a/public/github.webp b/public/github.webp new file mode 100644 index 0000000..269e414 Binary files /dev/null and b/public/github.webp differ diff --git a/public/linkedin.webp b/public/linkedin.webp new file mode 100644 index 0000000..51aec92 Binary files /dev/null and b/public/linkedin.webp differ diff --git a/src/components/Details.jsx b/src/components/Details.jsx index 9813f6e..d7b7af7 100644 --- a/src/components/Details.jsx +++ b/src/components/Details.jsx @@ -5,9 +5,11 @@ import "@/styles/details.css"; function Details() { return (
-

This be some details

- Technologies - Projects +

Paul Hughes

+ Technologies + Projects + github + linkedin
); }; diff --git a/src/data/techdata.js b/src/data/techdata.js new file mode 100644 index 0000000..e69de29 diff --git a/src/styles/details.css b/src/styles/details.css index 5b4f80b..d2d0d3e 100644 --- a/src/styles/details.css +++ b/src/styles/details.css @@ -2,3 +2,20 @@ padding: 3rem; min-height: 100vh; } + +.detailsTitle { + + +} + +.detailsProfileImage { + +} + +.detailsLinks { + +} + +.detailsSocialLinks { + +}