forked from kamranahmedse/developer-roadmap
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2f8c0c5
commit 7c5d28b
Showing
3 changed files
with
44 additions
and
1 deletion.
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,41 @@ | ||
export const CustomAd = () => { | ||
return ( | ||
<div id="carbonads"> | ||
<span> | ||
<span className="carbon-wrap"> | ||
<a | ||
href="https://freemote.com/strategy?sl=roadmap" | ||
className="carbon-img" | ||
target="_blank" | ||
rel="noopener sponsored" | ||
> | ||
<img | ||
src="/fm-img.png" | ||
alt="FM Logo" | ||
border="0" | ||
height="100" | ||
width="130" | ||
style={{ maxWidth: "130px" }} | ||
/> | ||
</a> | ||
<a | ||
href="https://freemote.com/strategy?sl=roadmap" | ||
className="carbon-text" | ||
target="_blank" | ||
rel="noopener sponsored" | ||
> | ||
He Went from ZERO TO $74,000 as a Full Time Developer in 7 Weeks | ||
</a> | ||
</span> | ||
<a | ||
href="https://github.com/sponsors/kamranahmedse" | ||
className="carbon-poweredby" | ||
target="_blank" | ||
rel="noopener sponsored" | ||
> | ||
Sponsored by | ||
</a> | ||
</span> | ||
</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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.