File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ export default function Portfolio() {
95
95
< Header />
96
96
< main className = "container mx-auto px-4 py-8 z-1" >
97
97
< About />
98
- < Skills />
99
98
< Experiences arr = { experiencesArray } />
100
99
< Education />
100
+ < Skills />
101
101
< Projects arr = { projectsArray } />
102
102
</ main >
103
103
< Footer />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const Header = () => {
14
14
alt = "Profile"
15
15
width = { 200 }
16
16
height = { 200 }
17
- className = "rounded-lg w-40 h-40 md:w -48 md:h-48 lg:w-56 lg:h -56 object-cover"
17
+ className = "rounded-lg size-36 md:size -48 lg:size -56 object-cover"
18
18
/>
19
19
</ div >
20
20
< div className = "flex-grow text-center md:text-left" >
@@ -54,9 +54,9 @@ const Header = () => {
54
54
< nav className = "mt-8" >
55
55
< ul className = "flex justify-center md:justify-start space-x-6 text-sm md:text-base" >
56
56
< li > < a href = "#about" className = "hover:underline hover:underline-offset-4" > About</ a > </ li >
57
- < li > < a href = "#skills" className = "hover:underline hover:underline-offset-4" > Skills</ a > </ li >
58
57
< li > < a href = "#experience" className = "hover:underline hover:underline-offset-4" > Experience</ a > </ li >
59
58
< li > < a href = "#education" className = "hover:underline hover:underline-offset-4" > Education</ a > </ li >
59
+ < li > < a href = "#skills" className = "hover:underline hover:underline-offset-4" > Skills</ a > </ li >
60
60
< li > < a href = "#projects" className = "hover:underline hover:underline-offset-4" > Projects</ a > </ li >
61
61
{ /* <li><a href="#misc" className="hover:underline">Misc.</a></li> */ }
62
62
</ ul >
You can’t perform that action at this time.
0 commit comments