Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Improves spacing on home.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <merobi@gmail.com>
  • Loading branch information
merobi-hub committed Oct 24, 2023
1 parent 7218963 commit 9046048
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/pages/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Footer from '@site/src/components/footer';
</div>

<div className="text-center pt-8"><h2>Meetups</h2></div>
<p className="text-center">Get in touch with the <a href="mailto:michael.robinson@astronomer.io">community team</a> if you are interested in hosting a meetup in your area.</p>
<p className="text-center">Get in touch with the <a href="mailto:michael.robinson@astronomer.io">community team</a> if you would like to host a meetup in your area.</p>
<div className="container"><div className="row"><div className="col">

| <div class="text-xl pl-10 pr-10">DATE</div> | <div class="text-xl pl-10 pr-10">CITY</div> | <div class="text-xl pl-10 pr-10">EVENT</div> |
Expand Down
55 changes: 29 additions & 26 deletions src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,33 +208,36 @@ const Participate = () => {

const Newsletter = () => {
return (
<div className="boxed bg-bgalt">
<div className="px-4 py-12 text-center lg:py-14">
<h2 className="text-color-1 text-3xl lg:text-4xl">
How to Get the Newsletter
</h2>
<p className="mt-5 text-lg py-3">
Stay abreast of the latest developments in the community by subscribing to the monthly newsletter.
</p>

<Button
title="Sign up"
to='https://bit.ly/OL_news'
type="link"
iconRight={<Inbox />}
className="mx-5"
/>

<Button
title="Archive"
to="https://bit.ly/OL_news_archive"
type="link"
iconRight={<Inbox />}
className="mx-5"
/>

<div className="boxed bg-bgalt">
<div className="px-4 py-12 text-center lg:py-14">
<h2 className="text-color-1 text-3xl lg:text-4xl">
How to Get the Newsletter
</h2>
<p className="mt-5 text-lg py-3">
Stay abreast of the latest developments in the community by subscribing to the monthly newsletter.
</p>
<Button
title="Sign up"
to='https://bit.ly/OL_news'
type="link"
iconRight={<Inbox />}
className="mx-5"
/>
<Button
title="Archive"
to="https://bit.ly/OL_news_archive"
type="link"
iconRight={<Inbox />}
className="mx-5"
/>
</div>
<div className="text-center pt-8">&nbsp;</div>
<div className="container text-center">
<div className="row">
<p>&nbsp;</p>
</div>
</div>
</div>
</div>
)
}

Expand Down

0 comments on commit 9046048

Please sign in to comment.