mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-20 20:30:18 -04:00
Changes to landing area
This commit is contained in:
parent
f434fb8f87
commit
ccb990c5bd
|
@ -10,22 +10,19 @@ export default function Home(props) {
|
||||||
<main className="hero">
|
<main className="hero">
|
||||||
<div className="landing-header">
|
<div className="landing-header">
|
||||||
<h1 id="potentia">Potentia</h1>
|
<h1 id="potentia">Potentia</h1>
|
||||||
<h1 id="robotics">Robotics.</h1>
|
<h1 id="robotics">Robotics</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className="landing-subheader">
|
<div className="landing-subheader">
|
||||||
<p>
|
<p>
|
||||||
The{" "}
|
Moving into the future, one step at a time
|
||||||
<a href="https://tjhsst.fcps.edu/" target="_blank" rel="noreferrer">
|
|
||||||
Thomas Jefferson High School for Science and Technology
|
|
||||||
</a>{" "}
|
|
||||||
Humanoid Robot Project
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
className="landing-robot"
|
className="landing-robot"
|
||||||
src={BOT_IMAGES[Math.floor(Math.random() * BOT_IMAGES.length)]}
|
src={BOT_IMAGES[1]}
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user