Skip to content

Commit d0e84a0

Browse files
committed
Spacing all around
1 parent 69bb071 commit d0e84a0

File tree

10 files changed

+22
-21
lines changed

10 files changed

+22
-21
lines changed

src/components/AboutClientSingle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const AboutClientSingle = ({ title, image }) => {
33
<>
44
<img
55
src={image}
6-
className="w-64 py-5 px-10 border bg-secondary-light border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
6+
className="w-64 py-5 px-10 border bg-secondary-light border-ternary-light dark:border-ternary-dark shadow-sm rounded-lg mb-8 cursor-pointer"
77
alt={title}
88
/>
99
</>

src/components/AboutMeBio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const AboutMeBio = () => {
66
<div className="block sm:flex sm:gap-10 mt-10 sm:mt-20">
77
{/* About me portfolio image start */}
88
<div className="w-full sm:w-1/4 mb-7 sm:mb-0">
9-
<img src={profileImage} className="rounded-xl w-96" alt="" />
9+
<img src={profileImage} className="rounded-lg w-96" alt="" />
1010
</div>
1111
{/* About me portfolio image end */}
1212

src/components/AppBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const AppBanner = () => {
1919
<a
2020
download="Stoman-Resume.pdf"
2121
href="/files/Stoman-Resume.pdf"
22-
className="flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-xl bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white"
22+
className="flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white"
2323
aria-label="Download Resume"
2424
>
2525
<FiArrowDownCircle className="ml-0 sm:ml-1 mr-2 sm:mr-3 h-5 w-5 sn:w-6 sm:h-6"></FiArrowDownCircle>

src/components/AppHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const AppHeader = () => {
181181
<div>
182182
<button
183183
onClick={showHireMeModal}
184-
className="text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-lg px-5 py-2.5"
184+
className="text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
185185
aria-label="Hire Me Button"
186186
>
187187
Hire Me

src/components/ContactForm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ContactForm = () => {
66
onSubmit={(e) => {
77
e.preventDefault();
88
}}
9-
className="max-w-xl m-4 p-6 sm:p-10 bg-secondary-light dark:bg-secondary-dark rounded-xl shadow-xl text-left"
9+
className="max-w-xl m-4 p-6 sm:p-10 bg-secondary-light dark:bg-secondary-dark rounded-lg shadow-xl text-left"
1010
>
1111
<p className="text-primary-dark dark:text-primary-light text-2xl font-semibold mb-8">
1212
Contact Form
@@ -82,7 +82,7 @@ const ContactForm = () => {
8282

8383
<div className="mt-6">
8484
<button
85-
className="px-4 py-2.5 text-white font-medium tracking-wider bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 rounded-lg"
85+
className="px-4 py-2.5 text-white font-medium tracking-wider bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 rounded-md"
8686
type="submit"
8787
aria-label="Send Message"
8888
>

src/components/HireMeModal.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const HireMeModal = ({ onClose, onRequest }) => {
99
{/* Modal Content */}
1010
<main className="flex flex-col items-center justify-center h-full w-full">
1111
<div className="modal-wrapper flex items-center z-30">
12-
<div className="modal max-w-md mx-5 xl:max-w-xl lg:max-w-xl md:max-w-xl bg-secondary-light dark:bg-primary-dark max-h-screen shadow-lg flex-row rounded-xl relative">
12+
<div className="modal max-w-md mx-5 xl:max-w-xl lg:max-w-xl md:max-w-xl bg-secondary-light dark:bg-primary-dark max-h-screen shadow-lg flex-row rounded-lg relative">
1313
<div className="modal-header flex justify-between gap-10 p-5 border-b border-ternary-light dark:border-ternary-dark">
1414
<h5 className=" text-primary-dark dark:text-primary-light text-2xl">
1515
What project are you looking for?
@@ -30,7 +30,7 @@ const HireMeModal = ({ onClose, onRequest }) => {
3030
>
3131
<div className="">
3232
<input
33-
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-lg text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
33+
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
3434
id="name"
3535
name="name"
3636
type="text"
@@ -41,7 +41,7 @@ const HireMeModal = ({ onClose, onRequest }) => {
4141
</div>
4242
<div className="mt-6">
4343
<input
44-
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-lg text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
44+
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
4545
id="email"
4646
name="email"
4747
type="text"
@@ -52,7 +52,7 @@ const HireMeModal = ({ onClose, onRequest }) => {
5252
</div>
5353
<div className="mt-6">
5454
<select
55-
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-lg text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
55+
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
5656
id="subject"
5757
name="subject"
5858
type="text"
@@ -65,7 +65,7 @@ const HireMeModal = ({ onClose, onRequest }) => {
6565

6666
<div className="mt-6">
6767
<textarea
68-
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-lg text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
68+
className="w-full px-5 py-2 border dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
6969
id="message"
7070
name="message"
7171
cols="14"
@@ -89,7 +89,6 @@ const HireMeModal = ({ onClose, onRequest }) => {
8989
bg-indigo-500
9090
hover:bg-indigo-600
9191
rounded-md
92-
sm:rounded-lg
9392
focus:ring-1 focus:ring-indigo-900"
9493
aria-label="Submit Request"
9594
>
@@ -108,7 +107,6 @@ const HireMeModal = ({ onClose, onRequest }) => {
108107
bg-indigo-400
109108
hover:bg-indigo-500
110109
rounded-md
111-
sm:rounded-lg
112110
font-normal
113111
sm:font-bold
114112
text-primary-light

src/components/ProjectGallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ProjectGallery = () => {
88
<div className="mb-10 sm:mb-0" key={project.id}>
99
<img
1010
src={project.img}
11-
className="rounded-2xl cursor-pointer shadow-lg sm:shadow-none"
11+
className="rounded-xl cursor-pointer shadow-lg sm:shadow-none"
1212
alt={project.title}
1313
key={project.id}
1414
/>

src/components/ProjectInfo.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Link } from 'react-router-dom';
12
import { ProjectInfo as ProjectsData } from '../utils/SingleProjectData';
23

34
const ProjectInfo = () => {
@@ -66,15 +67,17 @@ const ProjectInfo = () => {
6667
<div className="flex items-center gap-3 mt-5">
6768
{ProjectsData.SocialSharing.map((social) => {
6869
return (
69-
<a
70+
<Link
7071
key={social.id}
71-
href={social.url}
72+
to={social.url}
7273
target="__blank"
7374
aria-label="Share Project"
7475
className="bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
7576
>
76-
{social.icon}
77-
</a>
77+
<span className="text-lg lg:text-2xl">
78+
{social.icon}
79+
</span>
80+
</Link>
7881
);
7982
})}
8083
</div>

src/components/ProjectRelatedProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ProjectRelatedProjects = () => {
1212
return (
1313
<img
1414
src={project.img}
15-
className="rounded-2xl cursor-pointer"
15+
className="rounded-xl cursor-pointer"
1616
alt={project.title}
1717
key={project.id}
1818
/>

src/components/ProjectSingle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ const ProjectSingle = ({ title, category, image }) => {
44
return (
55
<Link
66
to="/projects/single-project"
7-
className="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0 bg-secondary-light dark:bg-ternary-dark"
7+
className="rounded-xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0 bg-secondary-light dark:bg-ternary-dark"
88
aria-label="Single Project"
99
>
1010
<div>
1111
<img
1212
src={image}
13-
className="rounded-t-3xl border-none"
13+
className="rounded-t-xl border-none"
1414
alt="Single Project"
1515
/>
1616
</div>

0 commit comments

Comments
 (0)