[CHORE] Bump To Forgejo Instance
This commit is contained in:
parent
8c58951fd3
commit
5ab6e81d29
6 changed files with 846 additions and 610 deletions
|
@ -4,11 +4,9 @@ import Box from "@mui/material/Box";
|
|||
import Card from "@mui/material/Card";
|
||||
import CardContent from "@mui/material/CardContent";
|
||||
import Typography from "@mui/material/Typography";
|
||||
import MailIcon from "@mui/icons-material/Mail";
|
||||
import GitHubIcon from "@mui/icons-material/GitHub";
|
||||
import LinkedInIcon from "@mui/icons-material/LinkedIn";
|
||||
import { FaGitlab } from "react-icons/fa";
|
||||
import { SiGitea } from "react-icons/si";
|
||||
import { SiForgejo } from "react-icons/si";
|
||||
|
||||
export default function Social() {
|
||||
return (
|
||||
|
@ -88,7 +86,7 @@ export default function Social() {
|
|||
<Card
|
||||
style={{ margin: "2rem" }}
|
||||
component={Link}
|
||||
to={"https://gitea.dunemask.dev/elysium"}
|
||||
to={"https://forgejo.dunemask.dev/elysium"}
|
||||
sx={{
|
||||
maxWidth: 256,
|
||||
margin: "3rem auto",
|
||||
|
@ -106,10 +104,10 @@ export default function Social() {
|
|||
position: "absolute",
|
||||
top: "-2rem",
|
||||
left: "-2rem",
|
||||
backgroundColor: "rgb(96, 153, 38)",
|
||||
backgroundColor: "rgb(246, 152, 32)",
|
||||
}}
|
||||
>
|
||||
<SiGitea
|
||||
<SiForgejo
|
||||
style={{
|
||||
width: "2.25rem",
|
||||
height: "2.25rem",
|
||||
|
@ -122,9 +120,23 @@ export default function Social() {
|
|||
<Typography
|
||||
variant="h5"
|
||||
component="div"
|
||||
style={{ color: "rgb(96, 153, 38)" }}
|
||||
sx={{
|
||||
backgroundImage:
|
||||
"linear-gradient(to right, var(--tw-gradient-stops))",
|
||||
"--tw-gradient-from":
|
||||
"#f59e0b var(--tw-gradient-from-position)",
|
||||
"--tw-gradient-stops":
|
||||
"var(--tw-gradient-from), var(--tw-gradient-to)",
|
||||
"--tw-gradient-to":
|
||||
"#dc2626 var(--tw-gradient-to-position)",
|
||||
backgroundClip: "text",
|
||||
color: "transparent",
|
||||
"--tw-gradient-from-position": "0%",
|
||||
"--tw-gradient-via-position": "50%",
|
||||
"--tw-gradient-to-position": "100%",
|
||||
}}
|
||||
>
|
||||
Gitea
|
||||
Forgejo
|
||||
</Typography>
|
||||
<Typography variant="body2" component="div">
|
||||
Portfolio showcasing integration with CI/CD and Kubernetes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue