Skip to content

Commit

Permalink
Merge pull request #712 from cardano-foundation/update-plutus-registr…
Browse files Browse the repository at this point in the history
…ation

link to typeform registration
  • Loading branch information
martinseanhunt committed Jan 26, 2022
2 parents f0f8126 + afb7e12 commit f4ed3be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/plutus-pioneer-program.js
Expand Up @@ -6,7 +6,7 @@ import Container from '../components/Container'
import PlutusPioneerPageQuery from '../queries/PlutusPioneerPageQuery'
import TestnetBackground from '../../resources/images/header_press.png'
import { TinyColor } from '@ctrl/tinycolor'
import HubSpotForm from '../components/HubSpotForm'
import Button from '@material-ui/core/Button'
const HeroContainer = styled(Container)`
position: relative;
`
Expand Down Expand Up @@ -71,10 +71,12 @@ export default () => (
<Container>
<Markdown source={content.page_content} />
</Container>
<Container id='plutus'>
<Container id="plutus">
<h2>Yes, I'm interested!</h2>
<p>Please share your details and we will be in touch.</p>
<HubSpotForm />
<a href="https://input-output.typeform.com/to/au0XDcBP" target="_blank" rel="noopener noreferrer">
<Button variant="contained" color="primary">Register Now</Button>
</a>
</Container>
</TechnicalSupportContainer>
</Layout>
Expand Down

0 comments on commit f4ed3be

Please sign in to comment.