File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ const Aboutme = () => {
1010 >
1111 { /* Section Heading */ }
1212 < div className = "flex justify-center content-center" >
13- < h1 className = "bg-slate-300 dark:bg-slate-800 text-center px-4 py-2 rounded-full text-lg font-semibold" >
13+ < h2 className = "bg-slate-300 dark:bg-slate-800 text-center px-4 py-2 rounded-full text-lg font-semibold" >
1414 About Me
15- </ h1 >
15+ </ h2 >
1616 </ div >
1717
1818 < div className = "flex flex-wrap justify-between p-2 sm:p-8" >
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ const Contact = () => {
2424 className = "bg-white text-black dark:bg-gray-900 dark:text-white pb-10 pt-6"
2525 >
2626 < div className = "flex justify-center content-center" >
27- < h1 className = "bg-slate-300 rounded-full text-center text-lg dark:bg-slate-800 font-semibold px-4 py-2" >
27+ < h2 className = "bg-slate-300 rounded-full text-center text-lg dark:bg-slate-800 font-semibold px-4 py-2" >
2828 Get in touch
29- </ h1 >
29+ </ h2 >
3030 </ div >
3131 < div className = "flex justify-center content-center" >
32- < h1 className = "text-balance text-center text-md font-thin px-4 py-2" >
32+ < h2 className = "text-balance text-center text-md font-thin px-4 py-2" >
3333 What’s next? Feel free to reach out to me if you're looking for a
3434 developer, have a query, or simply want to connect.
35- </ h1 >
35+ </ h2 >
3636 </ div >
3737 < div className = "flex justify-center items-center" >
3838 < p className = "flex justify-left text-md font-thin items-center pt-4" >
@@ -64,9 +64,9 @@ const Contact = () => {
6464 </ p >
6565 ) }
6666 < div className = "flex justify-center content-center" >
67- < h1 className = "text-balance text-center text-md font-thin px-4 py-2" >
67+ < h2 className = "text-balance text-center text-md font-thin px-4 py-2" >
6868 You may also find me on these platforms!
69- </ h1 >
69+ </ h2 >
7070 </ div >
7171 < div className = "flex justify-center content-center" >
7272 { socialLinks . map ( ( item , index ) => (
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ const Footer = () => {
2626 className = "border-t-2 border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-900 text-black dark:text-white"
2727 >
2828 < div className = "flex justify-center items-center" >
29- < h1 className = "text-center px-4 py-2 md:text-md text-sm font-thin text-balance " >
29+ < h2 className = "text-center px-4 py-2 md:text-md text-sm font-thin text-balance " >
3030 Designed By{ " " }
3131 < a href = "https://www.figma.com/community/file/1262992249991763120/personal-portfolio-website-template-mobile-desktop" >
3232 Sagar Shah{ " " }
3333 </ a >
3434 | Developed By Hammad Meer
35- </ h1 >
35+ </ h2 >
3636 </ div >
3737 { visible && (
3838 < div
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function Navbar({ handleNightMode, nightMode }) {
7474 </ li >
7575 ) ) }
7676 </ ul >
77- < h1
77+ < h2
7878 className = "flex justify-center rounded-full items-center mb-6"
7979 onClick = { handleNightMode }
8080 >
@@ -83,10 +83,10 @@ function Navbar({ handleNightMode, nightMode }) {
8383 ) : (
8484 < CiLight className = "text-2xl" />
8585 ) }
86- </ h1 >
87- < h1 className = "flex bg-black justify-center rounded-xl text-md text-white font-semibold items-center px-2 py-1" >
86+ </ h2 >
87+ < h2 className = "flex bg-black justify-center rounded-xl text-md text-white font-semibold items-center px-2 py-1" >
8888 < a href = { resume } > Downlord CV</ a >
89- </ h1 >
89+ </ h2 >
9090 </ div >
9191 </ div >
9292 </ div >
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ const Projects = () => {
4747 className = "pt-6 bg-white dark:bg-gray-900 text-black dark:text-white"
4848 >
4949 < div className = "flex justify-center content-center" >
50- < h1 className = "bg-slate-300 dark:bg-slate-800 text-center px-4 py-2 rounded-full text-lg font-semibold" >
50+ < h2 className = "bg-slate-300 dark:bg-slate-800 text-center px-4 py-2 rounded-full text-lg font-semibold" >
5151 Projects
52- </ h1 >
52+ </ h2 >
5353 </ div >
5454 < div className = "flex justify-center content-center" >
55- < h1 className = "text-center px-4 py-2 text-md font-thin text-balance " >
55+ < h2 className = "text-center px-4 py-2 text-md font-thin text-balance " >
5656 Some of the noteworthy projects I have built:
57- </ h1 >
57+ </ h2 >
5858 </ div >
5959 < div className = "w-full lg:w-5/6 flex justify-center items-center mx-auto" >
6060 < div className = "grid gap-8 justify-center items-center " >
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ const Skills = () => {
2525 return (
2626 < div id = "Skill" className = "bg-white dark:bg-gray-900 text-black dark:text-white pt-6" >
2727 < div className = "flex justify-center content-center" >
28- < h1 className = "bg-slate-300 dark:bg-slate-800 text-center px-4 py-2 rounded-full text-lg font-semibold" >
28+ < h2 className = "bg-slate-300 dark:bg-slate-800 text-center px-4 py-2 rounded-full text-lg font-semibold" >
2929 Skills
30- </ h1 >
30+ </ h2 >
3131 </ div >
3232 < div className = "flex justify-center content-center" >
33- < h1 className = "text-center px-4 py-2 text-md font-thin text-balance " >
33+ < h2 className = "text-center px-4 py-2 text-md font-thin text-balance " >
3434 The skills, tools and technologies I am really good at:
35- </ h1 >
35+ </ h2 >
3636 </ div >
3737 < div className = "flex justify-center items-center " >
3838 < div className = "grid grid-cols-4 sm:grid-cols-6 md:grid-cols-10 gap-6 p-4 " >
You can’t perform that action at this time.
0 commit comments