- remove commented code
All checks were successful
continuous-integration/drone Build is passing

- slight cleanup
This commit is contained in:
oonyeje 2023-11-29 16:34:46 -05:00
parent f06d4af1d5
commit a568ae5e35
2 changed files with 3 additions and 12 deletions

View File

@ -32,19 +32,10 @@ const ContentCarousel = ({
<div className=" w-fit self-center pb-1 border-b-2 border-white">{portfolioData.title}</div>
<div>{portfolioData.description}</div>
{portfolioData.prototypeIframeURL && <div style={{minHeight: '100%'}} className="my-4 h-fit flex flex-row justify-center">
{/* {<embed
src={portfolioData.prototypeIframeURL}
style={{
width: "100%",
minWidth: "100%",
minHeight: '100%',
height: '1px'
}}
/>} */}
{portfolioData.heroImgSrc && <Link className="w-full h-full align-middle flex flex-row justify-center" href={portfolioData.prototypeIframeURL} target="#">
{portfolioData.heroImgSrc && <Link className="rounded-md w-fit h-full align-middle flex flex-row justify-center" href={portfolioData.prototypeIframeURL} target="#">
<div className="flex flex-row justify-center">
<span>
<div className="mb-8 w-full flex-row flex justify-center bg-white"><Image height={300} width={300} src={portfolioData.heroImgSrc} alt=""/></div>
<div className="mb-8 w-fit flex-row flex justify-center bg-white"><Image height={200} width={200} src={portfolioData.heroImgSrc} alt=""/></div>
</span>
</div>
</Link>}

View File

@ -27,10 +27,10 @@ const navigationContent = [
description={contentValues.work.description}
innerChildren={
<div>
<embed style={{height: 2850}} className='w-full mt-10' src={`${resumePdf}#toolbar=0&navpanes=0&scrollbar=0`} type="application/pdf"/>
<ContentCarousel
data={portfolioValues}
/>
<embed style={{height: 2850}} className='w-full mt-10' src={`${resumePdf}#toolbar=0&navpanes=0&scrollbar=0`} type="application/pdf"/>
</div>
}
/>