diff --git a/src/index.ts b/src/index.ts index 160645b..7153bb7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,6 +23,14 @@ const websites = [{ jsfile: "js/index.js", cssfile: "css/styles.css", themecolor: "" +}, +{ + sitename: "about", + title: "IEEE at UCSD", + description: "", + jsfile: "js/index.js", + cssfile: "css/styles.css", + themecolor: "" }] as Website[]; const PORT = 9000; @@ -43,6 +51,11 @@ app.get("/", (req: Request, res: Response) => { respond(res, "index"); }); +app.get("/about", (req: Request, res: Response) => { + respond(res, "about"); +}); + + /** * Utility functions for above methods */ diff --git a/src/public/components/CarouselItem.tsx b/src/public/components/CarouselItem.tsx index 5b6bd75..e299b11 100644 --- a/src/public/components/CarouselItem.tsx +++ b/src/public/components/CarouselItem.tsx @@ -20,7 +20,6 @@ export default class CarouselItem extends Component
{this.props.name}
{this.props.position}
-
{this.props.email}
; } } diff --git a/src/public/img/backgrounds/fa21social.png b/src/public/img/backgrounds/fa21social.png new file mode 100644 index 0000000..d4c39d5 Binary files /dev/null and b/src/public/img/backgrounds/fa21social.png differ diff --git a/src/public/img/backgrounds/gbm.png b/src/public/img/backgrounds/gbm.png new file mode 100644 index 0000000..d8e3ad3 Binary files /dev/null and b/src/public/img/backgrounds/gbm.png differ diff --git a/src/public/img/backgrounds/robofest.png b/src/public/img/backgrounds/robofest.png new file mode 100644 index 0000000..b4fca1a Binary files /dev/null and b/src/public/img/backgrounds/robofest.png differ diff --git a/src/public/index.tsx b/src/public/index.tsx index d07d3f0..8f0a738 100644 --- a/src/public/index.tsx +++ b/src/public/index.tsx @@ -19,7 +19,6 @@ class Main extends React.Component { } public render() { return <> - {
- - - + + +