forked from saasify-sh/saasify-frontend-boilerplate-cra
-
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
1 parent
3c042cc
commit ffe05ec
Showing
4 changed files
with
43 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import React, { Component } from 'react' | ||
|
||
import styles from './styles.module.css' | ||
|
||
export class Bf2023 extends Component { | ||
render() { | ||
return ( | ||
<div className={styles.banner}> | ||
BLACK FRIDAY:{' '} | ||
<strong> | ||
<u>20% off everything</u> | ||
</strong>{' '} | ||
for first 3 months. Code:{' '} | ||
<strong> | ||
BLACKFRIDAY2023 | ||
<a href='https://app.reacher.email?utm_campaign=BLACKFRIDAY2023'> | ||
Sign up now → | ||
</a> | ||
</strong> | ||
. | ||
</div> | ||
) | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.banner { | ||
background-color: black; | ||
height: 32px; | ||
left: 0; | ||
line-height: 32px; | ||
text-align: center; | ||
position: sticky; | ||
top: 78px; | ||
width: 100%; | ||
z-index: 20; | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); | ||
} | ||
|
||
.banner a { | ||
color: #EA4293 | ||
} |
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
ffe05ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landing – ./
landing-git-master-reacher.vercel.app
landing-reacher.vercel.app
saasify-frontend-boilerplate-cra.vercel.app
reacher.email
www.reacher.email