Skip to content

Codeupdate 03 may 2023#15

Open
khanayatprashant wants to merge 14 commits intomainfrom
codeupdate_03_may_2023
Open

Codeupdate 03 may 2023#15
khanayatprashant wants to merge 14 commits intomainfrom
codeupdate_03_may_2023

Conversation

@khanayatprashant
Copy link
Collaborator

I have added some css codes, meta related files with 7 new pages & also update meta data for homepage & families page.

@vercel
Copy link

vercel bot commented May 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
biodiversity ❌ Failed (Inspect) May 6, 2023 6:44am


return (
<>
<div className="flex flex-col items-center px-5 px-10 py-5 space-y-10 my-10 page-container" id="aboutus">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a component Container

const Container = (props) => {
return (


{props.children}

); }

<p>
We are a full-service; IAF, EGAC, ISO and QRO certified Contract Development and Manufacturing Organization (CDMO) engaged in the production of thousands of tons of fine chemicals on multi-purpose plants. Our specialties include:
</p>
<ul className="list-disc space-y-3 text-left text-black block px-10 py-2 rounded-md text-1xl font-normal">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create a component for

    tag and use that instead.

    perhaps

    const UL = (props) => {
    return (


      {props.children}

    );

    }

</p>
</div>

<div className="faqsection">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crreate a faqsection component which takes title and text and render it and use that instead of duplicating the div tags

Component file for static page of Scaffold Synthesis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants