Add actions to cards (and button) and two more props
This commit is contained in:
@ -6,19 +6,23 @@ import blogLogo from "../assets/blog_logo.png";
|
||||
function Services() {
|
||||
return (
|
||||
<Grid.Container gap={2} justify="center">
|
||||
<Grid xs={3}>
|
||||
<Grid>
|
||||
<ServiceCard
|
||||
introText="Meine self-hosted"
|
||||
serviceText="git Repositories"
|
||||
vendorText="mit Gitea"
|
||||
logo={gitLogo} />
|
||||
logo={gitLogo}
|
||||
buttonText="Zu den Repositories"
|
||||
url='https://git.niklas-birk.de' />
|
||||
</Grid>
|
||||
<Grid xs={3}>
|
||||
<Grid>
|
||||
<ServiceCard
|
||||
introText="Mein self-hosted"
|
||||
serviceText="Blog"
|
||||
vendorText="über Mathematik"
|
||||
logo={blogLogo} />
|
||||
logo={blogLogo}
|
||||
buttonText="Zum Blog"
|
||||
url='https://blog.niklas-birk.de' />
|
||||
</Grid>
|
||||
</Grid.Container>
|
||||
|
||||
|
Reference in New Issue
Block a user