diff --git a/src/components/ContactForm.astro b/src/components/ContactForm.astro new file mode 100644 index 0000000..90177f6 --- /dev/null +++ b/src/components/ContactForm.astro @@ -0,0 +1,46 @@ +--- + +--- + + +
+
+

Contact Us

+

Contact the Potentia Team for any information, requests, or if you want to sponsor us. (Please give us money)

+ +
+ + + + + + + + + + +
+ + +
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+
\ No newline at end of file diff --git a/src/components/Timeline.astro b/src/components/Timeline.astro index 4828186..a1f905f 100644 --- a/src/components/Timeline.astro +++ b/src/components/Timeline.astro @@ -6,30 +6,45 @@ import AlertButton from './buttons/AlertButton.astro' --- -
    +
      - - + +
      - Hello + Latest
      The website has finally been finished after living for 1 month in Anish's basement. He finaly released me. FREEDOM!!!
      - -
      - Hello -
      - The website has finally been finished after living for 1 month in Anish's basement. He finaly released me. FREEDOM!!! + + + Inverse Kinematics-driven gait generation algorithm demo displayed Olympian walking with a human-like gait in simulation. The highly-scalable algorithm is able to generate a human-like gait trajectory given just a step height and a step length. + + + + + + - -
      - Hello -
      + Lower body design complete in CAD, leg manufacturing begun. + +
      + + + + + + Modified PID balance algorithm demo showed Olympian balancing in simulation after receiving a 4500 N impact to the chest. + + + + + + + Potentia Robotics was created with an initial team of 15 people, comprised of students from the Thomas Jefferson High School for Science and Technology. - The website has finally been finished after living for 1 month in Anish's basement. He finaly released me. FREEDOM!!!
    diff --git a/src/components/buttons/AlertButton.astro b/src/components/buttons/AlertButton.astro index 9f489aa..d2dac9e 100644 --- a/src/components/buttons/AlertButton.astro +++ b/src/components/buttons/AlertButton.astro @@ -2,6 +2,6 @@ --- - \ No newline at end of file diff --git a/src/components/cards/PersonCard.astro b/src/components/cards/PersonCard.astro index 858bc43..c3711cf 100644 --- a/src/components/cards/PersonCard.astro +++ b/src/components/cards/PersonCard.astro @@ -14,7 +14,7 @@ import mountain from "/src/images/mountain.jpg"
    - +
    {name}

    diff --git a/src/components/cards/TimelineCard.astro b/src/components/cards/TimelineCard.astro index a26305e..c7bb9bf 100644 --- a/src/components/cards/TimelineCard.astro +++ b/src/components/cards/TimelineCard.astro @@ -2,16 +2,22 @@ var {title = "Title", date="Jan 1 2023"} = Astro.props; --- -

  1. - - +
  2. + + + + -

    {title}

    +

    {title}

    - -

    +

    diff --git a/src/images/rooms.jpg b/src/images/rooms.jpg new file mode 100644 index 0000000..01dc1e3 Binary files /dev/null and b/src/images/rooms.jpg differ diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..a6bb784 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,37 @@ +--- +//Layout imports +import Layout from '../layouts/Layout.astro'; +import Nav from '../components/Nav.astro'; +import Footer from '../components/Footer.astro'; +//Component Imports +import OutlineButton from '/src/components/buttons/OutlineButton.astro' +//Image imports +import rooms from '/src/images/rooms.jpg'; + + +--- + + + + + +

    + + +
    +
    +

    This page does not exist. Welcome to Anish's basement.

    +

    + + +
    + +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/src/pages/contact.astro b/src/pages/contact.astro index e0f7e82..0052c23 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -4,7 +4,7 @@ import Layout from '../layouts/Layout.astro'; import Nav from '../components/Nav.astro'; import Footer from '../components/Footer.astro'; //Component Imports - +import ContactForm from '/src/components/ContactForm.astro' //Image imports @@ -14,7 +14,7 @@ import Footer from '../components/Footer.astro'; - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 57b4861..55e0a46 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -37,7 +37,7 @@ import OutlineButton from '../components/buttons/OutlineButton.astro';

    Potentia Robotics is the first high school team to design and build a fully-functional humanoid robot entirely from scratch.
    PLEASE let me out the basement anish 😭

    -
    +
    diff --git a/src/pages/success.astro b/src/pages/success.astro new file mode 100644 index 0000000..f32bec0 --- /dev/null +++ b/src/pages/success.astro @@ -0,0 +1,36 @@ +--- +//Layout imports +import Layout from '../layouts/Layout.astro'; +import Nav from '../components/Nav.astro'; +import Footer from '../components/Footer.astro'; +//Component Imports +import OutlineButton from '/src/components/buttons/OutlineButton.astro' +//Image imports + + + +--- + + + + + +
    +
    +

    Form Successfully Submitted

    +

    We will get back to you very soon 😏

    + + +
    + + +
    +
    +
    + + + + + +
    +
    \ No newline at end of file diff --git a/src/pages/team.astro b/src/pages/team.astro index 2bbb930..6398e7a 100644 --- a/src/pages/team.astro +++ b/src/pages/team.astro @@ -6,6 +6,7 @@ import Footer from '../components/Footer.astro'; //Component Imports import PersonCard from '../components/cards/PersonCard.astro'; import Tag from '/src/components/buttons/Tag.astro'; +import OutlineButton from '/src/components/buttons/OutlineButton.astro'; //Image imports import Ram from '/src/images/people/ram.png'; import Anish from '/src/images/people/anish.jpg'; @@ -22,34 +23,76 @@ import Anish from '/src/images/people/anish.jpg';

    Meet our team

    - -
    - -
    - + + +
    + + + + + + +
    + + + +
    + + + + - -
    - \ No newline at end of file + + + + + + +