Skip to content

Commit

Permalink
Merge pull request #25 from RoBorregos/oncall/QR
Browse files Browse the repository at this point in the history
asdf
  • Loading branch information
IvanRomero03 authored Nov 2, 2024
2 parents 94d421c + efd0a34 commit cdb35bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file added public/images/Apply.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sponsors/Rocket.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import robologo from "../../public/images/white-logo.png";
import ball from "../../public/images/ball.jpeg";
import maze from "../../public/images/maze.jpeg";
import line from "../../public/images/line.jpeg";
import Rocket from "../../public/images/sponsors/Rocket.jpg";
import Apply from "../../public/images/Apply.jpeg";
import Footer from "./_components/footer";
import EventTimeline from "./_components/timeline";

Expand Down Expand Up @@ -120,14 +122,26 @@ export default async function Home() {
Sponsors
</h2>
<section className="mt-[3rem] bg-white">
<div className="mx-[5vw] grid grid-cols-2 gap-[5vw] lg:mx-[5rem] lg:grid-cols-4 lg:gap-[5rem]">
<div className="mx-[5vw] grid grid-cols-2 gap-[5vw] lg:mx-[5rem] lg:grid-cols-5 lg:gap-[5rem]">
<Image src={Acuity} alt="" />
<Image src={Dipole} alt="" />
<Image src={Dram} alt="" />
<Image src={Mitutoyo} alt="" />
<Image src={Rocket} alt="" />
</div>
</section>

<h2 className="mt-[5rem] text-center font-jersey_25 text-[4rem] text-roboblue lg:mt-[10rem]">
Interested in job opportunities?
</h2>
<section className="mt-[3rem] bg-white">
<div className="mx-[5vw] flex justify-center">
<Image src={Apply} alt="" />
</div>
</section>



<Footer />
</main>
</HydrateClient>
Expand Down

0 comments on commit cdb35bf

Please sign in to comment.