Skip to content

Commit 0f2fce1

Browse files
committed
change some text and spacing between components
1 parent 385fac3 commit 0f2fce1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/components/AltHeroSection.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import heroImage from '../assets/images/hero-alt.webp';
44
const AltHeroSection = () => {
55
return (
66
<div className="flex flex-col items-center justify-center">
7-
<div className="mb-24 mt-32 flex flex-col px-3 pb-6 sm:mb-32 sm:mt-40">
8-
<h1 className="mb-6 text-center text-4xl font-black dark:text-primary-400 md:text-6xl">
9-
Frontend React Developer
7+
<div className="my-16 flex flex-col items-center px-3 pb-6 sm:mb-20 sm:mt-20">
8+
<h1 className="mb-16 text-center text-4xl font-black dark:text-primary-400 md:w-3/4 md:text-7xl lg:text-9xl">
9+
FullStack Web Developer
1010
</h1>
1111
<p className="text-center text-xl text-dark-900 dark:text-white">
1212
Transforming Ideas into Immersive User Experiences with the Power of
13-
React
13+
React and PHP
1414
</p>
1515
</div>
1616
<div>

src/components/Intro.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ const Intro = () => {
66
</h2>
77
<p className="mx-auto max-w-[50ch] text-lg sm:text-center">
88
Enthusiastic and dedicated Frontend Web Developer with a strong
9-
foundation in React, JavaScript and CSS/SASS. Eager to contribute
10-
creativity and technical skills to dynamic web development projects.
11-
Committed to continuous learning and staying updated with the latest
12-
industry trends. I’m passionate about building beautiful and functional
13-
websites and applications.
9+
foundation in React, JavaScript, PHP, HTML5 and CSS/SASS. Eager to
10+
contribute creativity and technical skills to dynamic web development
11+
projects. Committed to continuous learning and staying updated with the
12+
latest industry trends. I’m passionate about building beautiful and
13+
functional websites and applications.
1414
</p>
1515
</div>
1616
);

0 commit comments

Comments
 (0)