Skip to content

Commit

Permalink
updated contacts form with phone number, and updated resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
NekruzAsh committed Jan 2, 2024
1 parent a917009 commit 678548b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from "next/link";

import { HiChevronDoubleUp } from "react-icons/hi";
import { IoIosMail } from "react-icons/io";
import { IoLogoLinkedin } from "react-icons/io5";
import { FaPhoneSquare } from "react-icons/fa";



Expand All @@ -19,18 +19,18 @@ const Contact = () => {
<div className="text-[#f0f8ff]">
<h2 className="py-2">Nekruz Ashrapov</h2>
<p className="text-gray-400 uppercase">Student/Developer</p>
<p className="py-4">
<p className="py-4 text-[#f0f8ff]">
I am available for Summer 2024 Co-op/Internship. <br /> If you
have any opportunities, insights, or questions please reach
out to me at:
</p>
<div className="flex items-center">
<span className="text-[#f44336]"><IoIosMail size={25} /></span>{" "}
<span className="ml-2">[email protected]</span>
<span className="ml-2 text-[#f0f8ff]">[email protected]</span>
</div>
<div className="flex items-center">
<span className="text-[#f44336]"><IoLogoLinkedin size={25} /></span>{" "}
<a className="ml-2 hover:text-[#f44336]" href="https://www.linkedin.com/in/nekruzash/" target="_blank">Nekruz | LinkedIn</a>
<span className="text-[#f44336]"><FaPhoneSquare size={25} /></span>{" "}
<span className="ml-2 text-[#f0f8ff]">+1 (929) 554-0055</span>
</div>

</div>
Expand Down
Binary file modified public/images/NekruzAshrapovResume.pdf
Binary file not shown.

0 comments on commit 678548b

Please sign in to comment.