diff --git a/next.config.mjs b/next.config.mjs index f1b5471..b1ba874 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,5 +9,4 @@ const nextConfig = { }, plugins: [], }; - export default nextConfig; diff --git a/public/img.png b/public/img.png new file mode 100644 index 0000000..b7882cf Binary files /dev/null and b/public/img.png differ diff --git a/src/app/contacts/page.tsx b/src/app/contacts/page.tsx index 738ea0a..83c7b4a 100644 --- a/src/app/contacts/page.tsx +++ b/src/app/contacts/page.tsx @@ -1,5 +1,131 @@ +import Image from "next/image"; const Contacts = () => { - return
Hello
; + return ( +
+ {/* Profile Section */} + +
+
+
+

+ + LINKEDIN + {" "} +

+ + Cornell University + +

+

+

+ + PHONE + {" "} +

+ + (123) 456-7890 + +

+

+

+
+ Martha Pollack +
+
+
+

EMAIL ME

+
+ + + + + + + + + + +