[FEATURE] Adjusted Social Styling and Prepared References (#8)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/8
This commit is contained in:
parent
565c8f225c
commit
cc360597f8
15 changed files with 439 additions and 44 deletions
|
@ -1,6 +1,6 @@
|
|||
import { useState } from "react";
|
||||
import Box from "@mui/material/Box";
|
||||
|
||||
import Typography from "@mui/material/Typography";
|
||||
import ProjectTile from "./ProjectTile.jsx";
|
||||
import PhotoHover from "./PhotoHover.jsx";
|
||||
|
||||
|
@ -22,7 +22,9 @@ export default function Projects() {
|
|||
alt={"Missing Project Photo"}
|
||||
/>
|
||||
<div style={{ display: "flex" }}>
|
||||
<h3 style={{ fontSize: "1.75rem", margin: "2rem auto" }}>Portfolio</h3>
|
||||
<Typography variant="h2" sx={{ margin: "2rem auto", fontSize: 30 }}>
|
||||
Projects
|
||||
</Typography>
|
||||
</div>
|
||||
<ProjectTile
|
||||
image="/portfolio/projects/minecluster.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue