Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AboutSection.tsx #28

Open
wants to merge 16 commits into
base: final
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion app/head.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Head() {
return (
<>
<title>Hosna Qasmei</title>
<title>Jake Holmes</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Generated by create next app" />
<link
Expand Down
12 changes: 6 additions & 6 deletions components/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ const AboutSection = () => {
Get to know me!
</h1>
<p>
Hi, my name is Hosna and I am a{" "}
Hi, my name is Jake and I am a{" "}
<span className="font-bold">{"highly ambitious"}</span>,
<span className="font-bold">{" self-motivated"}</span>, and
<span className="font-bold">{" driven"}</span> software engineer
based in Los Angeles, CA.
<span className="font-bold">{" driven"}</span> Customer Success Manager
based in Austin, Texas.
</p>
<br />
<p>
I graduated from California State University, Northridge in 2019
with a BS in Computer Engineering and have been working in the
I graduated from Southwestern University in 2019
with a BA in Business and have been working in the
field ever since.
</p>
<br />
<p>
I have a wide range of hobbies and passions that keep me busy.
From reading, playing sports, traveling, to making YouTube videos,
From reading, playing sports, traveling, to playing guitar,
I am always seeking new experiences and love to keep myself
engaged and learning new things.
</p>
Expand Down
10 changes: 5 additions & 5 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ const Footer = () => {
<hr className="w-full h-0.5 mx-auto mt-8 bg-neutral-200 border-0"></hr>
<div className="mx-auto p-4 flex flex-col text-center text-neutral-900 md:flex-row md:justify-between">
<div className="flex flex-row items-center justify-center space-x-1 text-neutral-500 dark:text-neutral-100">
© 2023 Hosna Qasmei<a href="/" className="hover:underline"></a>
© 2024 Jake Holmes<a href="/" className="hover:underline"></a>
</div>
<div className="flex flex-row items-center justify-center space-x-2 mb-1">
<a href="https://github.com/hqasmei" rel="noreferrer" target="_blank">
<a href="https://github.com/jakerichmondholmes" rel="noreferrer" target="_blank">
<AiOutlineGithub
className="hover:-translate-y-1 transition-transform cursor-pointer text-neutral-500 dark:text-neutral-100"
size={30}
/>
</a>
<a
href="https://twitter.com/hqasmei"
href="https://twitter.com/jaakehlms"
rel="noreferrer"
target="_blank"
>
Expand All @@ -33,7 +33,7 @@ const Footer = () => {
</a>

<a
href="https://www.linkedin.com/in/hosnaqasmei/"
href="https://www.linkedin.com/in/jakerichmondholmes/"
rel="noreferrer"
target="_blank"
>
Expand All @@ -43,7 +43,7 @@ const Footer = () => {
/>
</a>
<a
href="https://www.youtube.com/channel/UCQBMkSDgbxDb8usMeXmOZyA"
href="https://www.youtube.com/channel/UCqX8wuNlhgl1XB2YWMxcEqw"
rel="noreferrer"
target="_blank"
>
Expand Down
8 changes: 4 additions & 4 deletions components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ const HeroSection = () => {
<div className="flex flex-col text-center items-center justify-center animate-fadeIn animation-delay-2 my-10 py-16 sm:py-32 md:py-48 md:flex-row md:space-x-4 md:text-left">
<div className="md:mt-2 md:w-1/2">
<Image
src="/headshot.png"
src="/unnamed-2.jpg"
alt=""
width={325}
height={325}
className="rounded-full shadow-2xl"
/>
</div>
<div className="md:mt-2 md:w-3/5">
<h1 className="text-4xl font-bold mt-6 md:mt-0 md:text-7xl">Hi, I&#39;m Hosna!</h1>
<h1 className="text-4xl font-bold mt-6 md:mt-0 md:text-7xl">Hi, I&#39;m Jake!</h1>
<p className="text-lg mt-4 mb-6 md:text-2xl">
I&#39;m a{" "}
<span className="font-semibold text-teal-600">
Software Engineer{" "}
Customer Success Manager{" "}
</span>
based in Los Angeles, CA. Working towards creating software that
based in Austin, TX. Working towards creating customer experiences that
makes life easier and more meaningful.
</p>
<Link
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Navbar() {
<div className="flex items-center justify-between py-3 md:py-5 md:block">
<Link to="home">
<div className="container flex items-center space-x-2">
<h2 className="text-2xl font-bold">Hosna Qasmei</h2>
<h2 className="text-2xl font-bold">Jake Holmes</h2>
</div>
</Link>
<div className="md:hidden">
Expand Down
Binary file added public/unnamed-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.