-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #376 from GoldElysium/hotfix/project-header
- Loading branch information
Showing
4 changed files
with
45 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
interface IProps { | ||
title: string, | ||
description: string, | ||
} | ||
|
||
export default function ProjectHeader({ title, description }: IProps) { | ||
return ( | ||
<div | ||
className="w-full px-4 py-2 flex pb-4 justify-center items-center text-center | ||
bg-skin-background-2 dark:bg-skin-dark-background-2 text-white" | ||
> | ||
<div className="max-w-4xl flex flex-col"> | ||
<h1 className="text-5xl text-bold">{title}</h1> | ||
<p className="text-white text-opacity-80 text-2xl my-4">{description}</p> | ||
</div> | ||
</div> | ||
); | ||
} |
b9241bc
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:
hef-website – ./
hefs-website.vercel.app
holoen.fans
hef-website-git-master-goldelysium.vercel.app
hef-website-goldelysium.vercel.app
www.sanallites.space
sanallites.space
astrogirl.space
www.astrogirl.space