[FEATURE] Add Resume, Contact, Routing Fix, and About sections (#9)
Co-authored-by: dunemask <dunemask@gmail.com> Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/9
This commit is contained in:
parent
cc360597f8
commit
7d3c264b30
17 changed files with 500 additions and 64 deletions
14
src/pages/resume/Resume.jsx
Normal file
14
src/pages/resume/Resume.jsx
Normal file
|
@ -0,0 +1,14 @@
|
|||
import React from "react";
|
||||
import Box from "@mui/material/Box";
|
||||
import ContentWrapper from "../../components/ContentWrapper";
|
||||
import References from "./References.jsx";
|
||||
|
||||
export default function Resume() {
|
||||
return (
|
||||
<Box id="resume">
|
||||
<ContentWrapper>
|
||||
<References />
|
||||
</ContentWrapper>
|
||||
</Box>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue