Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atch2203 committed Jun 18, 2024
1 parent f7d524e commit 441b18e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ const sections = [
/>
</MotionLogo>
</div>
{/* <p>
My best scores (imo):<br />
<UnderLink href="https://replay.beatleader.xyz/?scoreId=14800412">vandalized ai </UnderLink><br />
<UnderLink href="https://replay.beatleader.xyz/?scoreId=14734317">booths of fighters</UnderLink>
</p> */}
</>
),
images: (
Expand Down
16 changes: 0 additions & 16 deletions app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function Home() {

const carouselResponsive = {
superLargeDesktop: {
// the naming can be any, depends on you.
breakpoint: { max: 4000, min: 3000 },
items: 1
},
Expand All @@ -44,7 +43,6 @@ function Contents() {
<div className="flex md:flex-row max-md:flex-col">
<div className="md:pr-12 my-auto">
<h2>FTC</h2>
{/* TODO */}
<p>I competed in FTC from 2019-2023 in 4410 ARC Lightning, and was team captain for both 2021-2022 Freight Frenzy and 2022-2023 Power Play. <br />
While we did not place well in 2022, in 2023 we created a competitive (and really, really cool!) robot that placed 5th in states.
</p></div><br />
Expand Down Expand Up @@ -83,16 +81,10 @@ function Contents() {
<Image src="/robotics/minicad.png" alt="robot" layout="fill" objectFit="contain" />
</div>
</Carousel></div>
{/* https://www.canva.com/design/DAFOZeIRZJE/zNhIqJRKKcU7-S18-WTY6Q/edit <br />
https://cad.onshape.com/documents/a0ca5fa187fec836bcf51b04/w/7cd8ddef87280905040045da/e/f2f6e18a9692b53e36510ac1 <br />
https://www.youtube.com/watch?v=uBv53YcixVM
https://drive.google.com/file/d/14tj9JEbL6R3d7CFyle633BazJCgZk4M2/view */}
</div>
<div className="flex md:flex-row max-md:flex-col pt-8">
<div className="md:pr-12 my-auto">
<h2>Seaperch</h2>
{/* TODO */}
<p>I competed in Seaperch for the 2022 and 2023 season in the Orcas, both times we qualified for internationals, getting 7th overall in 2023.<br />
I was in charge of the design and build team for the 2023 season.
</p></div><br />
Expand Down Expand Up @@ -125,14 +117,6 @@ function Contents() {
</div>
</Carousel>
</div>
{/* https://cad.onshape.com/documents/dc137516c590087558c7a51b/w/68cd63c15fdd187d746c24ef/e/0aaee406ad5e3141ce5df202 <br />
https://drive.google.com/drive/folders/1Svrt-jRLODfHYGJIIMwNduEr5d7c5pE_ <br />
https://drive.google.com/file/d/1YuSdxNALCy8b11SXWC8rkHvW_IS71c_1/view <br />
https://www.canva.com/design/DAFaHFcNHRU/cn1L9dRcjuXDGwXXIvvpxg/edit <br /> */}
{/* <h2>Mock Cubesat</h2>
<p></p>
https://github.com/atch2203/bwsi-cubesat <br />
https://docs.google.com/presentation/d/1E8BGTVA1zBjv1Gjzwo2OOzHj2ZsiZ9_PNX3pUSymSkc/edit?usp=drive_web&ouid=111909659095749587294 <br /> */}
</div>
</>
);
Expand Down

0 comments on commit 441b18e

Please sign in to comment.