diff --git a/app/about/page.tsx b/app/about/page.tsx index 156e2ae..279f8d3 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -123,6 +123,7 @@ export default function AboutPage() { header:
{"Working
, className: @@ -136,6 +137,7 @@ export default function AboutPage() { header:
{"FIRST-1"}
, className: @@ -153,6 +155,7 @@ export default function AboutPage() { header:
{"FIRST-2"}
, className: "md:col-span-2", @@ -171,66 +174,13 @@ export default function AboutPage() { header:
{"FIRST-3"}
, className: "md:col-span-1", }, ]; - // const moreItem = [ - // { - // title: "Brooklyn Technical High School", - // description: "Brooklyn Technical High School (aka. “BTHS”, “Tech”) is one of New York City’s specialized\n" + - // "high schools for science, technology, engineering, and mathematics. Tech is the largest high\n" + - // "school in the United States, with an enrollment of 6,500 students across all four grades.", - // header: , - // className: "md:col-span-2", - // }, - // { - // title: "What is FIRST?", - // description: "FIRST (For Inspiration and Recognition of Science and Technology), founded in 1989 by Dean\n" + - // "Kamen and Woody Flowers, was created to assist in inspiring and teaching young explorers\n" + - // "like us to connect across the globe via engineering and innovation", - // header: "https://www.firstinspires.org/sites/all/themes/first/assets/images/2020/program-block-frc.jpg", - // }, - // { - // title: "More About FIRST", - // description: - // "Each year FIRST designs an international robotics competition in which 26 countries and over\n" + - // "3,200 teams participate in each year. Over 500,000 students participate in the FIRST\n" + - // "Robotics Competition itself, and high schools across the globe build a robot and compete at\n" + - // "various regional competitions. After all regionals take place, winners and award recipients\n" + - // "are invited to compete at the championship, which takes place in Houston, Texas. Over 450\n" + - // "teams proceeded to the championships in the 2022 season", - // header: "https://www.firstinspires.org/sites/default/files/first-in-show/game-and-season/frc-header.png", - // }, - // { - // title: "FIRST Core Values", - // description: - //
- //

- // Discovery: We explore new skills and ideas. - //

- //

- // Innovation: We use creativity and persistence to solve problems. - //

- //

- // Impact: We apply what we learn to improve our world. - //

- //

- // Inclusion: We respect each other and embrace our differences. - //

- //

- // Teamwork: We are stronger when we work together. - //

- //

- // Fun: We enjoy and celebrate what we do! - //

- //
, - // header: "https://www.firstinspires.org/sites/default/files/uploads/hero_headers/Header-image-fallback-gradient-high-res.jpg", - // }, - // ]; - const globeConfig = { pointSize: 4, globeColor: "#062056", diff --git a/app/blog/page.tsx b/app/blog/page.tsx index a995e23..3e30816 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -12,7 +12,6 @@ const checkEnvironment = () => { async function fetchAllPosts() { - // const response = await fetch('/api/posts'); const response = await fetch(checkEnvironment() + '/api/posts'); return await response.json(); } diff --git a/app/editor/page.tsx b/app/editor/page.tsx index 1af8421..4375eae 100644 --- a/app/editor/page.tsx +++ b/app/editor/page.tsx @@ -16,30 +16,6 @@ import remarkMath from 'remark-math' import remarkGemoji from 'remark-gemoji' import rehypeKatex from "rehype-katex"; import {Progress} from "@/components/shadcn/ui/progress"; -// import {Button} from "@/components/shadcn/ui/button"; -// import {Image} from "@nextui-org/react"; -// import { -// Dialog, -// DialogContent, -// DialogDescription, DialogFooter, -// DialogHeader, -// DialogTitle, -// DialogTrigger -// } from "@/components/shadcn/ui/dialog"; -// import {Label} from "@/components/shadcn/ui/label"; -// import {Input} from "@/components/shadcn/ui/input"; -// import { -// Select, -// SelectContent, -// SelectGroup, -// SelectItem, -// SelectLabel, -// SelectTrigger, -// SelectValue, -// } from "@/components/shadcn/ui/select" -// import Roster from "../team/team.json" -// import {Textarea} from "@/components/shadcn/ui/textarea"; - export default function EditorPage() { const [markdown, setMarkdown] = useState(""); @@ -214,67 +190,6 @@ export default function EditorPage() { return (
- {/*
*/} - {/*
*/} - {/* */} - {/* Hi, {user?.name}*/} - {/*
*/} - {/*
*/} - {/* */} - {/* */} - {/* */} - {/* */} - {/* */} - {/* */} - {/* Create Blog Post*/} - {/* */} - {/* Create a blog post here.*/} - {/* */} - {/* */} - {/*
*/} - {/*
*/} - {/* */} - {/* */} - {/*
*/} - {/*
*/} - {/* */} - - {/* */} - {/*
*/} - {/*
*/} - {/* */} - {/*