- (wip) making changes to landing page
This commit is contained in:
parent
f0568f6402
commit
e4f39f2b4f
@ -52,11 +52,19 @@ export default function Home() {
|
|||||||
<div id="info-anchor" className='relative w-full flex-row justify-center'>
|
<div id="info-anchor" className='relative w-full flex-row justify-center'>
|
||||||
{!showModal && <div className='tablet:w-full h-full bg-cover'>
|
{!showModal && <div className='tablet:w-full h-full bg-cover'>
|
||||||
{/* <Image src={backgroundPic} alt="record background"/> */}
|
{/* <Image src={backgroundPic} alt="record background"/> */}
|
||||||
<div className='flex flex-col justify-center text-center'>
|
<div className='w-1/2 mt-24 flex flex-col justify-center text-center'>
|
||||||
{/* <FontAwesomeIcon width={25} height={50} icon={faGem} className="fas fa-gem" style={{ color: "red" }} /> */}
|
{/* <FontAwesomeIcon width={25} height={50} icon={faGem} className="fas fa-gem" style={{ color: "red" }} /> */}
|
||||||
<div className='w-full grid grid-row-4 justify-center h-1/2'>
|
<div className="py-20 flex flex-row text-white border-white border-y-2 border-solid">
|
||||||
<div className='col-span-2 w-1/2 border-t-2 border-white border-r-2'></div>
|
<h2>Okechi Onyeje</h2>
|
||||||
<div className='col-span-2 h-1/2 w-1/2 border-t-2 border-white border-l-2'></div>
|
<div>
|
||||||
|
<span>Software Professional</span>
|
||||||
|
<span>
|
||||||
|
Application Artisan
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
|
Creative & Technology Evangilist
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex flex-row justify-center'>
|
<div className='flex flex-row justify-center'>
|
||||||
{renderNav(navigationContent)}
|
{renderNav(navigationContent)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user