diff --git a/pease-portfolio/src/app/page.js b/pease-portfolio/src/app/page.js index c8b9f20..38c6744 100644 --- a/pease-portfolio/src/app/page.js +++ b/pease-portfolio/src/app/page.js @@ -1,15 +1,12 @@ +"use client" + import Projects from "./projects.json" -import moment from "moment" import LinkedInIcon from '@mui/icons-material/LinkedIn'; import GitHubIcon from '@mui/icons-material/GitHub'; import EmailIcon from '@mui/icons-material/Email'; import Link from "next/link" -export async function generateMetadata() { - return { - title: 'Home | nicholaspease.com' - } -} +import { Terminal } from "../components/terminal.js" function AboutMe() { @@ -27,20 +24,8 @@ function AboutMe() { -
- MOTD: This website is still under construction+
- about@npease:~$ uname -a
-- Hello! My name is Nicholas Pease and I am currently a junior at the University of Maine pursuing a bachelors degree in - Computer Science with a minor in Military Science. This website is a collection of both project / homework completed as - required by my studies and as a showcase of some of the personal projects I have worked on. I will work to keep this up - to date to the best of my ability.- about@npease:~$ timedatectl --lastupdated
-
- This website was last updated on {moment().format("dddd, MMMM Do YYYY")}.
- about@npease:~$ -
+ {history}
+
+ about@npease:~$ {text}
+
+
+