Implement a working navbar
This commit is contained in:
parent
31745cfab3
commit
4b691dbdf5
@ -52,7 +52,7 @@ const Contact = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="c-space my-20">
|
<section className="c-space my-20" id="contact">
|
||||||
<div className="relative min-h-screen flex items-center justify-center flex-col">
|
<div className="relative min-h-screen flex items-center justify-center flex-col">
|
||||||
<img src="/assets/terminal.png" alt="terminal background" className="absolute inset-0 min-h-screen" />
|
<img src="/assets/terminal.png" alt="terminal background" className="absolute inset-0 min-h-screen" />
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ const Experience = () => {
|
|||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="c-space my-20">
|
<section className="c-space my-20" id="work">
|
||||||
<div className="w-full text-white-600">
|
<div className="w-full text-white-600">
|
||||||
<h3 className="head-text">
|
<h3 className="head-text">
|
||||||
My Work Experience
|
My Work Experience
|
||||||
|
Loading…
Reference in New Issue
Block a user