diff --git a/src/app/about/about.module.css b/src/app/about/about.module.css
new file mode 100644
index 0000000..17ccfdf
--- /dev/null
+++ b/src/app/about/about.module.css
@@ -0,0 +1,5 @@
+.content {
+ margin-top: 40px;
+ padding: 35px;
+ border-radius: 15px;
+}
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..bf1cf14
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,21 @@
+import Link from "next/link";
+import styles from "./about.module.css";
+
+export default function Page() {
+ return (
+
+
+ {`eeXiv is a project hosted by Team 1280 EECS ("Electrical Engineering and
+ Computer Science"), independent of the department of the same name at`}{" "}
+ UC Berkeley. We aim to
+ rival arXiv as the single largest open-source and open-access research
+ paper repository. eeXiv is{" "}
+ open-source and{" "}
+
+ licensed
+ {" "}
+ under the GNU General Public License.
+
+ We gratefully acknowledge support from our volunteer peer reviewers,
+ member institutions, and all{" "}
+
+ open-source contributors
+
+ .
+
+
+
+
+ eeXiv2
+
+
+
+
+
+
+ {children}
+
+
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1f14ca7..efa44e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,81 +1,16 @@
-import styles from "./page.module.css";
+import styles from "./home.module.css";
export default function Home() {
return (
- <>
-
-
-
- We gratefully acknowledge support from our volunteer peer reviewers,
- member institutions, and all{" "}
-
- open-source contributors
-
- .
-
-
-
-
- eeXiv2
-
-
-
-
-
-
-
-
- eeXiv2 is a free distribution service and an open-access
- archive for nearly 2.4 million scholarly articles in the fields of
- physics, mathematics, computer science, quantitative biology,
- quantitative finance, statistics, electrical engineering and systems
- science, and economics. Materials on this site may be published
- independently through other channels.
-
-
-
- >
+
+
+ eeXiv2 is a free distribution service and an open-access
+ archive for nearly 2.4 million scholarly articles in the fields of
+ physics, mathematics, computer science, quantitative biology,
+ quantitative finance, statistics, electrical engineering and systems
+ science, and economics. Materials on this site may be published
+ independently through other channels.
+