-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
59 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ import * as React from 'react'; | |
export const Newsletter: React.FC = () => { | ||
return ( | ||
<section id="newsletter" className="container mx-auto my-12 max-w-5xl px-4 md:my-24 lg:my-48"> | ||
<div className="rounded-lg border border-grey-800 bg-[url('/images/newsletter/[email protected]')] bg-cover bg-center bg-no-repeat py-3 px-3 md:bg-contain md:bg-right md:py-12 md:px-16"> | ||
<div className="rounded bg-grey-900 p-4 md:rounded-none md:bg-transparent md:py-2 md:px-0"> | ||
<div className="rounded-lg border border-grey-800 bg-[url('/images/newsletter/[email protected]')] bg-cover bg-center bg-no-repeat px-3 py-3 md:bg-contain md:bg-right md:px-16 md:py-12"> | ||
<div className="rounded bg-grey-900 p-4 md:rounded-none md:bg-transparent md:px-0 md:py-2"> | ||
<h3 className="my-4 text-3xl font-medium md:text-4xl lg:text-6xl">Stay tuned</h3> | ||
<p className="max-w-lg md:text-lg"> | ||
Subscribe to our newsletter and never miss updates, announcements and opportunities.{' '} | ||
|
@@ -46,7 +46,7 @@ const NewsletterForm: React.FC = () => { | |
</div> | ||
<input | ||
type="submit" | ||
className="curso mt-4 rounded-lg bg-grey-700 py-4 px-4 text-white hover:bg-grey-800 md:mt-0 md:rounded-l-none md:px-8" | ||
className="curso mt-4 rounded-lg bg-grey-700 px-4 py-4 text-white hover:bg-grey-800 md:mt-0 md:rounded-l-none md:px-8" | ||
value="Sign up" | ||
/> | ||
</fieldset> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ export const HomepageHero = () => { | |
return ( | ||
<section className="bg-[url('/images/home/hero/[email protected]')] bg-cover bg-center pt-24"> | ||
<div className="container mx-auto flex min-h-[75vh] max-w-7xl"> | ||
<div className="my-auto py-4 px-4 md:py-8 lg:py-24"> | ||
<div className="my-auto px-4 py-4 md:py-8 lg:py-24"> | ||
{/* Intro text & CTAs */} | ||
<div className="max-w-screen-md"> | ||
<h1 className="my-8 text-3xl font-medium md:text-4xl lg:text-6xl"> | ||
|
@@ -21,7 +21,7 @@ export const HomepageHero = () => { | |
|
||
<div | ||
id="actions" | ||
className="my-8 flex flex-col space-y-4 sm:flex-row sm:space-y-0 sm:space-x-8" | ||
className="my-8 flex flex-col space-y-4 sm:flex-row sm:space-x-8 sm:space-y-0" | ||
> | ||
<Button href={socialMediaUrls.discordUrl} sizing="large" colorStyle="primary"> | ||
Join Discord | ||
|
@@ -40,7 +40,7 @@ export const HomepageHero = () => { | |
|
||
{/* Highlights */} | ||
<div className="my-8"> | ||
<ul className="flex flex-col space-y-4 md:flex-row md:space-y-0 md:space-x-10"> | ||
<ul className="flex flex-col space-y-4 md:flex-row md:space-x-10 md:space-y-0"> | ||
<li className="flex flex-row align-middle"> | ||
<CheckboxCircleFill className="mr-2 h-6 w-6 fill-green-500" /> | ||
Oldest Substrate Solochain | ||
|
Oops, something went wrong.