-
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
ff7ad56
commit d81ef8a
Showing
8 changed files
with
100 additions
and
38 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
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,50 @@ | ||
import styles from "../../styles/sections/Show.module.css" | ||
import { Box, Grid, Flex, Avatar, Text, Link, Circle } from "@chakra-ui/react" | ||
import ZIcon from "../../components/Icon/ZIcon" | ||
|
||
export default function CategoryTittle() { | ||
return ( | ||
<div className={styles.conteinerConFondo}> | ||
<Box mt="250px" ml="100" pos="absolute"> | ||
<div className="generalWrapper"> | ||
<Grid> | ||
<Box> | ||
<Flex align="center" w="1000px"> | ||
<Link> | ||
<Avatar | ||
size="2xl" | ||
name="Oshigaki Kisame" | ||
src="https://bit.ly/broken-link" | ||
mx="1" | ||
/> | ||
</Link> | ||
<Link> | ||
<Circle | ||
pos="absolute" | ||
ml="-3" | ||
w="45px" | ||
h="45px" | ||
bg="circleicons" | ||
> | ||
<ZIcon name="pencil" color="primary" /> | ||
</Circle> | ||
</Link> | ||
<Grid> | ||
<Text | ||
fontFamily="Poppins" | ||
color="primary" | ||
ml="10" | ||
className="bold500" | ||
fontSize="35px" | ||
> | ||
Lucy León Raskov | ||
</Text> | ||
</Grid> | ||
</Flex> | ||
</Box> | ||
</Grid> | ||
</div> | ||
</Box> | ||
</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
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