diff --git a/apps/main/src/pages/index.tsx b/apps/main/src/pages/index.tsx
index bfb0957e..a25ad1ee 100644
--- a/apps/main/src/pages/index.tsx
+++ b/apps/main/src/pages/index.tsx
@@ -1,9 +1,7 @@
import { Icon } from "@twilight-toolkit/ui"
-// import { GetStaticProps } from "next"
import Head from "next/head"
import Link from "next/link"
-import React, { useEffect, useState } from "react"
-// import NextJS13Preview from "~/components/Banners/NextJS13Preview"
+import React, { useState } from "react"
import PagesAndLinks from "~/components/Banners/PagesAndLinks"
import ResearchPapers from "~/components/Banners/Research"
import EmploymentCard from "~/components/Card/Employment"
@@ -14,10 +12,6 @@ import SubscriptionBox from "~/components/SubscriptionBox"
import Top from "~/components/Top"
import { NextPageWithLayout } from "~/pages/_app"
-// import getAPI from "~/utilities/api"
-
-const GREETINGS = [" there, it's Tony", ", Tony here", ", I'm Tony"]
-
const Emphasis = ({
name,
className,
@@ -42,397 +36,352 @@ const Emphasis = ({
)
-// interface Props {
-// stickyNotFound: boolean
-// stickyPosts: any
-// }
-
-const Home: NextPageWithLayout = () =>
- // {
- // stickyNotFound: _1,
- // stickyPosts: _2,
- // }: Props
- {
- const [_greeting, setGreeting] = useState(GREETINGS[0])
- const [showPosts, setShowPosts] = useState(false)
+const Home: NextPageWithLayout = () => {
+ const [showPosts, setShowPosts] = useState(false)
- useEffect(() => {
- const greetingNumber = Math.floor(Math.random() * 10) % 3
- setGreeting(GREETINGS[greetingNumber])
- }, [])
-
- return (
- <>
-
- Tony (Lipeng) He
-
-
-
-
-
- 👋
-
- Hello, and welcome!
-
-
-
- My name is Lipeng He
-
-
- Tony
-
- , and I am currently a student 👨🎓 and researcher 🔬 with the{" "}
-
-
-
-
-
-
-
- University of Waterloo{" "}
- .
-
-
- I was previously a{" "}
-
- Intern
-
- Full Stack Software Engineer{" "}
- at various technology startups based in Toronto, Canada 🇨🇦.
-
-
-
-
-
-
-
-
+ return (
+ <>
+
+ Tony (Lipeng) He
+
+
+
+
+
+ 👋
- Featured Content
-
-
- {/*
*/}
-
- {/*
*/}
-
-
-
- {/*
-
-
-
- */}
-
-
-
-
-
-
-
- Research Interests
-
-
+ Hello, and welcome!
+
+
-
- I am interested in both the{" "}
-
- Theoretical & Applied Aspects of Cryptography
-
-
-
- {" "}
- and its applications throughout and beyond computing & data
- sciences.
-
+ My name is Lipeng He
+
+
+ Tony
+
+ , and I am currently a student 👨🎓 and researcher 🔬 with the{" "}
+
+
+
+
+
+
+
+ University of Waterloo .
- In my previous research experience, I worked on developing and
- analyzing{" "}
-
- Cryptographic Systems and Protocols
- {" "}
- that address issues related to:
+ I was previously a{" "}
+
+ Intern
+
+ Full Stack Software Engineer at
+ various technology startups based in Toronto, Canada 🇨🇦.
-
-
-
- 1
-
-
Privacy-preserving computing
+
+
+
+
+
+
+
+
+ Featured Content
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Research Interests
+
+
+
+
+ I am interested in both the{" "}
+
+ Theoretical & Applied Aspects of Cryptography
+
+
+
+ {" "}
+ and its applications throughout and beyond computing & data
+ sciences.
+
+
+
+ In my previous research experience, I worked on developing and
+ analyzing{" "}
+
+ Cryptographic Systems and Protocols
+ {" "}
+ that address issues related to:
+
+
+
+
+ 1
-
and
-
-
- 2
-
-
Software security and usability
+
Privacy-preserving computing
+
+
and
+
+
+ 2
+
Software security and usability
-
- My most recent research work has put an emphasis on Fully
- Homomorphic Encryption (FHE) and Privacy-preserving Machine
- Learning (PPML).
-