- slight cleanup
This commit is contained in:
parent
f06d4af1d5
commit
a568ae5e35
@ -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>}
|
||||
|
||||
@ -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>
|
||||
}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user