-
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.
Merge pull request #2 from The-JW-Corp/staging
Staging
- Loading branch information
Showing
15 changed files
with
365 additions
and
20 deletions.
There are no files selected for viewing
Empty file.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React from "react"; | ||
import Image from "next/image"; | ||
import buttonMediumImage from "../../../public/Assets/image/button-medium.svg"; | ||
import styles from "../../styles/button-medium.module.css"; | ||
function ButtonMedium({ text }) { | ||
return ( | ||
<> | ||
<div className={styles.button_medium_container}> | ||
<div className={styles.button_medium_image_container}> | ||
<Image src={buttonMediumImage} alt="button medium" /> | ||
</div> | ||
<div className={styles.button_medium_text}>{text}</div> | ||
</div> | ||
</> | ||
); | ||
} | ||
|
||
export default ButtonMedium; |
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,29 @@ | ||
.button_medium_container { | ||
position: relative; | ||
width: fit-content; | ||
height: fit-content; | ||
cursor: pointer; | ||
} | ||
.button_medium_container:hover { | ||
opacity: 0.7; | ||
transition-duration: 300ms; | ||
} | ||
.button_medium_container img { | ||
stroke: black; | ||
fill: black; | ||
} | ||
.button_medium_text { | ||
color: white; | ||
position: absolute; | ||
z-index: 12; | ||
font-size: 9px; | ||
top: 0px; | ||
font-family: "mochiy-pop-one"; | ||
width: 81px; | ||
height: 31px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
text-align: center; | ||
user-select: none; | ||
} |
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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
1ff2dc2
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:
degen-kong-o6bl – ./client
degen-kong-o6bl-jw-corps-projects.vercel.app
degen-kong-o6bl.vercel.app
degen-kong-o6bl-git-main-jw-corps-projects.vercel.app