Skip to content

Dev #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 12, 2020
Merged

Dev #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/4406b3c6-132a-4afd-8b70-4a5569299848/deploy-status)](https://app.netlify.com/sites/thirsty-babbage-a36a80/deploys)
[![Netlify Status](https://api.netlify.com/api/v1/badges/e990c062-a28f-4357-905a-8c4e512bdeb2/deploy-status)](https://app.netlify.com/sites/nervous-lamarr-8c9454/deploys)

# Prist | A Gatsby & Prismic Starter

Expand Down
27 changes: 27 additions & 0 deletions src/components/launchpad/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ import l4 from 'images/l4.jpg';
const RegisterSection = styled('div')`
text-align: center;
margin-top: 4rem;

font-size: 22px;
color: ${colors.darkgrey};


.links {
strong {
color: ${colors.visorblue};
font-weight: 500;
}

font-size: 22px;
margin-top: 2rem;

a {
font-size: 18px;
color: ${colors.visorblue};
padding: 1rem;
}
}
`;

const Desc = styled('p')`
Expand Down Expand Up @@ -95,6 +115,13 @@ const Register = () => (
</Button>
</a>
</RegisterButton>
<div class="links">
<strong>Register before March 1st to get a free Launchpad T-Shirt!</strong>
<p>All participants below the age of 18 must also bring a signed parental release form.</p>
<a href="https://drive.google.com/file/d/1atUO-JbYiLiEFqnUVC2UpdzRhjrqkjQh/view?usp=sharing">Flier</a>
&#8226;
<a href="https://drive.google.com/file/d/1LZMXqfkZCXC3h243mFK4yAGnsJ1kItp4/view?usp=sharing">Parental Release Form</a>
</div>
<Images>
<img src={l1}/>
<img src={l3}/>
Expand Down