- (wip) making changes to landing page

This commit is contained in:
oonyeje 2023-10-24 15:16:05 -04:00
parent f0568f6402
commit e4f39f2b4f

View File

@ -52,11 +52,19 @@ export default function Home() {
<div id="info-anchor" className='relative w-full flex-row justify-center'>
{!showModal && <div className='tablet:w-full h-full bg-cover'>
{/* <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" }} /> */}
<div className='w-full grid grid-row-4 justify-center h-1/2'>
<div className='col-span-2 w-1/2 border-t-2 border-white border-r-2'></div>
<div className='col-span-2 h-1/2 w-1/2 border-t-2 border-white border-l-2'></div>
<div className="py-20 flex flex-row text-white border-white border-y-2 border-solid">
<h2>Okechi Onyeje</h2>
<div>
<span>Software Professional</span>
<span>
Application Artisan
</span>
<span>
Creative & Technology Evangilist
</span>
</div>
</div>
<div className='flex flex-row justify-center'>
{renderNav(navigationContent)}